@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ececec;
}

#wrapper{
	margin:0px auto 0px auto;
	width:800px;
}

#header{
	width:800px;
	height:90px;
	font-size:12px;
	background-color:#FFF;
}

.number{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#004a80;
}

#topnav{
	background-image:url(images/navbg.jpg);
	background-repeat:repeat-x;
	width:750px;
	height:20px;
	padding-top:3px;
	padding-right:50px;
	color:#FFF;
	font-size:12px;
}

#midnav{
	background-image:url(images/midnavbg.jpg);
	background-repeat:repeat-x;
	width:800px;
	height:38px;
	padding-top:5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
}

#middle{
	width:700px;
	margin:0px 50px;
}

#wrap{
	background-color:#FFF;
}

#sidenav{
	font-size:12px;
	width:690px;
	padding:0px 0px 0px 10px;
	height:157px;
	background-image:url(images/sidenavbg.jpg);
	background-color:#FFF;
	background-repeat:no-repeat;
}

.lineh{
	line-height:24px;
}

.undernav{
	font-size:13px;
}

#bottom{
	width:800px;
	height:61px;
	padding-top:4px;
	background-image:url(images/botnavbg.jpg);
	background-repeat:repeat-x;
	line-height:18px;
	font-size:12px;
	color:#FFF;
}

#content{
	background-color:#FFF;
}

#footer{
	background-image:url(images/footerbg.jpg);
	background-repeat:repeat-y;
	width:800px;
	height:44px;
	color:#959595;
	font-size:12px;
}

a.bot:link,a.bot:visited,a.bot:active {color:#FFF;
				text-decoration: underline;}
	
a.bot:hover,a.bot:visited:hover {color: #069;
				text-decoration: underline;}
				
a.top:link,a.top:visited,a.top:active {color:#FFF;
				text-decoration: none}
	
a.top:hover,a.top:visited:hover {color: #069;
				text-decoration: underline;}
				
a.side:link,a.side:visited,a.side:active {color:#FFF;
				font-size:12px;
				text-decoration: none;
				}
	
a.side:hover,a.side:visited:hover {color: #333;
				font-size:12px;
				text-decoration: underline;}
				
#links a:link,#links a:visited,#links a:active {color:#9e0b0f;
				font-size:12px;
				font-weight:bold;
				text-decoration: none;
				}
	
#links a:hover,#links a:visited:hover {
	color: #9dd0c1;
				font-size:12px;
				font-weight:bold;
				text-decoration: underline;}

h1{
	font-size:24px;
	margin:0px;
}

h2{
	font-size:18px;
	margin:0px;
}

