/*
Toby Bainbridge
*/

a:link,a:visited {
	background : transparent;
	color : #0000FF;
	font-weight : bold;
	padding : 1px;
	text-decoration : underline;
}

a:hover,a:active {
	background : #333333;
	color : #FFFFFF;
}

body {
	font : 85% Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin : 0px;
}

em {
	color : #0000CC;
	font : 1em italic bold Verdana,Geneva,Arial,Helvetica,sans-serif;
}

h1 {
	color : #3333FF;
	font-size : 1.8em;
	margin-left : 35px;
	margin-top : 1em;
}

h2 {
	color : #3333FF;
	font-size : 1.5em;
	margin-left : 25px;
}

h3 {
	color : #3333FF;
	font-size : 1.4em;
	margin-left : 15px;
}

hr {
	background : #FF0099;
	color : #FF0099;
	height : 1px;
	text-align : center;
	width : 80%;
}

p.cent {
	color : #3333FF;
	font-weight : bold;
	text-align : center;
}

p.top {
	text-align : center;
}

strong {
	font : italic bold 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
}

.imgl {
	float : left;
	margin : 0 10px 10px 0;
}

.imgr {
	float : right;
	margin : 0 0 10px 10px;
}

.indexq {
	background : #0000FF;
	border : 1px solid #FFFF33;
	clear : both;
	color : #FFFF33;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin : 20px 30px 0px 30px;
	text-align : center;
}

.indexq h3 {
	background : #0066FF;
	color : #FFFF00;
	margin : 0px;
	padding : 2px;
}

.logo {
	border-bottom : 1px solid #FF0033;
	color : #FF0033;
	font-family : Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align : center;
}

.main li {
	font : 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin : 0px 10px 0px 10px;
	text-align : left;
}

.rd li {
	list-style : none;
	margin : 0;
	padding : 0;
}

.space {
	font : 1em / 1.2em Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding : 0px 10px 0px 10px;
}

.split {
	background : #CCCCCC;
	color : #FF0000;
	font-weight : bold;
}

#cent {
	bottom : 55px;
	font : 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
	left : 0;
	overflow : auto;
	padding : 0px 7% 0px 7%;
	position : fixed;
	right : 0;
	text-align : center;
	top : 155px;
}

#cent h1 {
	margin-left : 0px;
	text-align : center;
}

#cent h2 {
	margin-left : 0px;
	text-align : center;
}

#foot {
	background : #0000FF;
	border-top : 2px solid #FF0000;
	bottom : 0;
	color : #FFFFFF;
	font : 0.8em Verdana,Geneva,Arial,Helvetica,sans-serif;
	height : 50px;
	left : 0;
	overflow : auto;
	position : fixed;
	text-align : right;
	width : 100%;
}

#foot p {
	padding-right : 5%;
	vertical-align : middle;
}

#head{
	background : #0000FF;
	border-bottom : 2px solid #FF0000;
	color : #FFFFFF;
	height : 153px;
	overflow : auto;
	padding-right : 25px;
	position : fixed;
	right : 0;
	text-align : right;
	top : 0;
	width : 100%;
}

#main {
	bottom : 55px;
	font : 1em Verdana,Geneva,Arial,Helvetica,sans-serif;
	left : 50px;
	overflow : auto;
	padding : 0px 3% 0px 3%;
	position : fixed;
	text-align : left;
	top : 180px;
    right : 80px;
}

#nav {
	font : 85% Verdana,Geneva,Arial,Helvetica,sans-serif;
	left : 10px;
	position : fixed;
	top : 10px;
	z-index : 9;
}

#nav ul {
	list-style : none;
	margin : 0;
	padding : 0;
	text-decoration : none;
}

#nav ul li {
	position : relative;
}

#nav ul li a {
	background : #CCCCCC;
	border : 1px solid #0000FF;
	color : #00CCCC;
	display : block;
	padding : 1px;
	text-decoration : none;
}

#nav ul li a:link {
	background : #33FFCC;
	border : 1px solid #0000FF;
	color : #0000FF;
	display : block;
	font : 1em / 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding : 2px 5px 2px 5px;
	text-decoration : none;
	width : 140px;
}

#nav ul li a:visited {
	background : #CCCCCC;
	border : 1px solid #0000FF;
	color : #FF0000;
	display : block;
	font : 1em / 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding : 2px 5px 2px 25px;
	text-decoration : none;
	width : 120px;
}

#nav ul li a:hover {
	background : #33FFCC;
	border : 1px solid #0000FF;
	color : #333333;
	padding : 2px 25px 2px 5px;
	text-decoration : none;
	width : 120px;
}

#nav ul li a:active {
	background : #FF0000;
	border : 1px solid #33FFCC;
	color : #33FFCC;
	padding : 2px 15px 2px 5px;
	text-decoration : none;
	width : 130px;
}

#toc {
	color : #FFFF33;
	font : 85% Verdana,Geneva,Arial,Helvetica,sans-serif;
	position : fixed;
	right : 210px;
	top : 10px;
}

#toc ul {
	font-weight : bold;
	list-style : none;
	margin : 0px;
	text-decoration : none;
}

#toc ul li a:link {
	background : transparent;
	color : #0000FF;
	display : block;
	padding : 5px;
	text-align : center;
	width : 150px;
}

#toc ul li a:visited {
	background : transparent;
	color : #CC3333;
	display : block;
	padding : 5px;
	text-align : center;
	width : 150px;
}

#toc ul li a:hover {
	background : #33FFCC;
	color : #3333FF;
}

#toc ul li a:active {
	background : #33FFCC;
	color : #3333FF;
}

#year {
	font : 85% Verdana, Geneva, Arial, Helvetica, sans-serif;
	left : 180px;
	position : fixed;
	top : 120px;
	z-index : 9;
}

#year li {
	display : inline;
}

#year ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#year ul li a {
	margin-right : 4px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}

#year ul li a:link {
	background : #FFCCCC;
	color : #0000FF;
	margin-right : 4px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}

#year ul li a:visited {
	background : #FF9900;
	color : #0000FF;
	margin-right : 4px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}

#year ul li a:hover {
	background : #0000FF;
	color : #FFCCCC;
	margin-right : 4px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}

#year ul li a:active {
	background : #FFCCCC;
	color : #0000FF;
	margin-right : 4px;
	padding : 2px 2px 2px 2px;
	text-decoration : none;
}
