/* CSS Document */

body {
	background: #D9D9E1 url(../img/bkgrd.gif) top left repeat-y;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	
}

p {
	color: #112066;
}


h1 {
	color:#FFFFFF;
	font-size: 24px;
	margin: 15px 0px 15px 0px;
}
h2{
	color:#112066;
	font-size: 18px;
	text-align:center;
}

.middleNav{
	position:absolute;
	left: 167px;
	top: 145px;
	padding: 0px;
	width: 169px;
	margin: 0px;
}

.middleNav a{
	color:#112066;
	text-decoration:none;
	font-weight:bolder;
}

.middleNav a:hover{
	padding-right: 2px;
	padding-left: 3px;
/* You can remove this if it looks cheesy */
	border-right: 5px #112066 double;
}

.middleNav a.active{
/* The border-top is not working in IE right now!?*/
	border-top: 2px #112066 solid;
	border-bottom: 2px #112066 solid;
	margin: 3px 0px 3px 0px;
	padding: 3px 5px 3px 0px;
}

.middleNav li{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	list-style-type:none;
}

#header{
	background:url(../img/fame.gif) top left no-repeat;
	width: 345px;
	height: 140px;
	left: 0px;
	top: 0px;
	position:absolute;
}

.topnav{
	background: url(../img/topnavbkgrd.gif) top left repeat;
	padding: 1px 0px 1px 0px;
	margin-left: 340px;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topnav ul{
margin: 5px 0px 5px 0px;
padding: 0px;
}

.topnav ul li{
	display:inline;
	margin: 0px 0px 0px 5px;
	border-left: 0.08em solid #FFF;
	padding: 0px 0px 0px 10px; 
}

/* "current" is used when a user is on that page */
.topnav a.current{
text-decoration:underline;
}

.topnav ul li.first {
	 padding-left: 5px; /* The first item should not be spaced away from the left edge. */
	 border: 0px; /* The first item should not have a border on its left edge. */
}

.topnav a{
color:#FFFFFF;
text-decoration:none;
}

.topnav a:hover{
color: #F7F284;
}



.text {
	margin-left: 360px;
	width: 55%;
}

.text a{
color:#112066;
text-decoration: underline;
}

.text ul a:hover{
	border-right: 5px #112066 double;
	padding-right: 5px;
	padding-left: 5px;
}


.text a:hover{
color: #112066;
text-decoration:none;
}
.text p{
color:#112066;
font-weight:500;
}
.text ul {
color:#112066;
font-weight:500;
}
.text ul li{
color:#112066;
font-weight:500;
}
.text ul li ul{
color:#112066;
font-weight:500;
}
.text ul li ul li{
color:#112066;
font-weight:500;
}


p {
font-weight:500;
}

	td {
	border-bottom: 1px dotted #AEB1C6;
	border-top: 1px dotted #AEB1C6;
	border-left: 0px dotted #FFFFFF;
	border-right: 0px dotted #FFFFFF;
		padding: 10px;
		border-spacing: 1em;
		margin: 5px;
	}
	th {
		border: 1px dotted #989DB9;
	}
	
	ol li{
	margin: 20px;
	line-height: 18px;
	}