@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #003366;
	text-align:left;
}

ul{
	list-style-type: none;
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	text-align:left; 
	color:#003366; 		
}
ul li a:link, ul li a:visited{
	display:block;
	padding:2px 2px 5px 8px; 
	margin: 2px;
	color:#003399; 
	font-weight:bold;
	background-image:url(../images/menufront.png);  
	text-decoration:none; 
}
ul li a:hover {
	color:#ffffff; 
	padding:2px 2px 5px 8px;
	margin: 2px;
	font-weight:bold; 
	background-image:url(../images/menuback1.png);  
	text-decoration:none;
}

.foot a:link {color:#eeeeee; text-decoration:none; }
.foot a:visited {color:#eeeeee; text-decoration:none; }
.foot a:hover {color:#003399; background-color:#aaaaaa }
.foot a:active {color:#aaaaaa; text-decoration:none; }
.foot {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#ffffff; text-align:center; 
	width:100%; 
	padding:4px;
	background-color:#06C;
	
}
.red{ color:#FF0000;}

.mission { 
	float:right;
	width:300px;
	font-family:"Book Antiqua";	
	font-size: 20px; 
	font-weight:bold; 
	font-style:italic; 	
	text-align:center; 
	color:#003366;
	padding:10px;
}
.location{
	float:right;
	background-color:#cff; 
	text-align:center; 
	font-family:"Book Antiqua";	
	font-weight:100; 
	font-size: 16px; 
	padding:4px; 
	width:300px; 
	border:1px solid #036; 
	border-radius:6px;
	color:#003366;
	margin-right:50px; 
	margin-top:10px;
}
.wide{
	position:relative;
	width:1000px;
	background-image:url(../images/background.jpg);  
	border-top:2px #666666 solid; 
	border-left:2px #666666 solid; 
	border-bottom:2px #cccccc solid; 
	border-right:2px #cccccc solid;
}
img.wid{
	width:1000px;
}
.maintext  
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	text-align:left; 
	color:#003366; 		
}
.maintext a:link, .maintext a:visited{
	color:#ee8800; 
	font-weight:bold; 
	text-decoration:none; 
}
.maintext a:hover {
	color:#ffffff; 
	font-weight:bold;  
	background-color:#ee8800; 
	border-bottom:2px solid #ee8800; 
	text-decoration:none;
}
.menubox{
	float:left;
	width: 160px;
	height:60px;
	border:1px #000000;
}
.menuline{
	float:right;
	width:750px;
	height:60px;
	border:1px #000000;
	height:inherit;
}
.box{
	float:right;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#FFF;
	border-top:2px #666666 solid; 
	border-left:2px #666666 solid; 
	border-bottom:2px #cccccc solid; 
	border-right:2px #cccccc solid;
	width:100%;
	padding:6px;
}
.left{
	width:200px;
	float:left;
}
.right{
	width: 500px;
	float:right;
}
.header{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#00F;
	font-family:Verdana, Geneva, sans-serif;
}
img.do{
	width:30%;
	float:left;
}