body {
/*	background-color: #000000;*/
	background-color: #005193;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #354685;
}

h1 {
	font-size: 18px;
	color: #354685;
	margin: 0px;
}

	#bgtop {
		background: url(../images/bgtop.jpg);
		width: 950px;
		height: 59px;
		margin-left: auto;
		margin-right: auto;
		z-index: 20;
	}
	
	#bgmain {
		background: url(../images/bgmain.jpg);
		background-repeat: repeat-y;
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		z-index: 10;
	}
	
	#bgbot {
		background: url(../images/bgbot.jpg);
		width: 950px;
		height: 59px;
		margin-left: auto;
		margin-right: auto;
		z-index: -999;
	}

#container {
	background-color: #FFFFFF;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -39px;
	margin-bottom: -39px;
	/*border: 1px solid #CCCCCC;*/
	padding: 5px;
	z-index: 999;
}

#header2 {
	height: 200px;
}

#menu {
	float: left;
	width: 180px;
	margin-top: 10px;
}

	#menu ul {
		list-style: none;
		margin: 0px;
		padding-left: 0px;
	}

	#menu li {
		margin: 0px;
		margin-left: 10px;
		list-style: none;
		line-height: 22px;
	}
	
	#menu a {
		color: #354685;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bolder;
		text-decoration: none;
	}
	
	#menu a:hover {
		color: #006600;
		text-decoration: underline;
	}	

#copy {
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10px;
	color: #999999;
}

#maincontent {
	float: right;
	width: 685px;
	padding-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	border-left: 1px solid #CCCCCC;
}

	#maincontent li {
		line-height: 21px;
	}
	
	#maincontent a {
		color: #354685;
		font-weight: bolder;
		text-decoration: underline;
	}
	
	#maincontent a:hover {
		color: #990000;
		text-decoration: none;
	}
	
	#maincontent td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	#maincontent .admin tr:hover {
		background-color: #eaeaea;
	}
	
	#maincontent #form1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
#docsmain {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

	#documentstop { 
		background-image: url(../images/sbtop.jpg); 
		height: 17px; 
		width: 200px;
	}
	
	#documents { 
		background-color: #cccccc; 
		width: 170px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#documents p:first-child { 
		margin-top: 0px; 
	}
	
	#documents p:last-child { 
		margin-bottom: 0px; 
	}

		#documents a {
			color: #0066CC;
			text-decoration: underline;
		}
		
		#documents a:hover {
			color: #000000;
			text-decoration: none;
		}
		
		#documents h1 {
			font-size: 12px;
			font-weight: bolder;
			margin: 0px;
		}
	#documentsbottom { 
		background-image: url(../images/sbbottom.jpg); 
		width: 200px;
		height: 17px; 
		background-repeat: no-repeat; 
	}



#breaker {
	clear: both;
}