/* CSS Document */

body{
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-position: top;
	background-color: #F2F2F2;
		
}

#outer {
	width:800px;
	background-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 10px;
		padding-right: 10px;
}
	
#logo {
	position: absolute;
	width: 80px;
	hight: 80px;
	left: 32px;
	top: 19px;
	height: 67px;
}
	
	
	
#head {
	z-index: 2;
	background-repeat: no-repeat;
	height:84px;
	background-color: #FFFFFF;
	}
	
#links {
	width:100%;
	height:33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #1C347E;
}

#links a:link {color: #FFFFFF; text-decoration: none} 
#links a:visited {color: #FFFFFF; text-decoration: none} 
#links a:hover {color: #B2FF4C; text-decoration: none} 
#links a:active {	color: #FFFFFF;	text-decoration: none;} 


#main {
	width:800px;
			
}
.nav {
	width:170px;
	background-image: url(../images/bg_nav.jpg);
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 100px;
	background-color: #2E54C3;
	background-repeat: repeat-x;
	line-height: 17px;
			
}
.nav a:link {color: #FFFFFF; text-decoration: none} 
.nav a:visited {color: #FFFFFF; text-decoration: none} 
.nav a:hover {color: #CCCCCC; text-decoration: none} 
.nav a:active {	color: #FFFFFF;	text-decoration: none;} 


.leftnav {
	width:159px;
	background-color: #F2F2F2;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
			
}
.mainbg {
	background-image: url(../images/bg_blue.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	
}
.maincontent {
	background-image: url(../images/fade.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-left-color: #FFFFFF;
	padding: 15px;



}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	
}

.maintext a:link {color: #000000; text-decoration: underline} 
.maintext a:visited {color: #000000; text-decoration: none} 
.maintext a:hover {color: #CCCCCC; text-decoration: none} 
.maintext a:active {color: #000000;	text-decoration: underline} 


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000A0;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000A0;
	margin: 0px;
}
.blackbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}.blackbold a:link {color: #000000; text-decoration: underline} 
.blackbold a:visited {color: #000000; text-decoration: underline} 
.blackbold a:hover {color: #CCCCCC; text-decoration: none} 
.blackbold a:active {	color: #000000;	text-decoration: underline;} 
.topline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
	#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	height: 33px;
	padding: 3px;
	text-align: center;
	width: 792px;
	}
