@charset "UTF-8";
/* GENERAL STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #DBD6AA;
	margin: 0;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}
.headerinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #6b0000;
	padding-top: 15px;
	padding-right: 15px;
	}
/* SITE LAYOUT STYLES - DO NOT MODIFY */
	
	.topleft {
		background-image: url(../images/Untitled-1_01-topleft.gif);
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.topright {
		background-image: url(../images/Untitled-1_05-topright.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
	.top {
		background-image: url(../images/Untitled-1_03-topbg.gif);
		background-repeat: repeat-x;
		background-position: bottom;
	}
	.leftbg {
		background-image: url(../images/Untitled-1_06-leftbg.gif);
		background-repeat: repeat-y;
		background-position: right;
	}
	.rightbg {
		background-image: url(../images/Untitled-1_08-rightbg.gif);
		background-repeat: repeat-y;
		background-position: left;
	}
	.leftbluebg {
		background-image: url(../images/Untitled-1_11-leftbgblue.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.bluebotbg {
		background-image: url(../images/Untitled-1_12-basebg.gif);
		background-repeat: repeat-x;
		background-position: top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #009EE1;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.bluebotright {
		background-image: url(../images/Untitled-1_14-rightbluebg.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.leftbotcorner {
		background-image: url(../images/Untitled-1_15-leftbottom.gif);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.bottom {
		background-image: url(../images/baseshadow-rev.jpg);
		background-repeat: repeat-x;
	}
	.rightbotcorner {
		background-image: url(../images/Untitled-1_17-rightbottom.gif);
		background-repeat: no-repeat;
		background-position: left top;
	}

/* HOMEPAGE STYLES */

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D3753;
	padding-bottom: 4px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	background-color: #E1E1FF;
}
	.contact h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #1A598D;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #AFC3E7;
		font-weight: normal;
		padding-bottom: 4px;
	}
.missionstatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8F8852;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 8px;
	line-height: 13pt;
	text-align: left;
}
	.missionstatement h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #DBD6AA;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #A3A16D;
		padding-bottom: 4px;
		font-weight: normal;
		text-align: left;
	}
	.missionstatement a {
		display: block;
		font-weight: bold;
		font-variant: small-caps;
		color: #DBD6AA;
		padding: 2px;
		background-color: #8F8852;
		text-decoration: none;
		text-align:right;
	}
		.missionstatement a:hover {
			color: #DBD6AA;
			background-color: #a5925e;
		}
		
#missionstatement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8F8852;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 8px;
	line-height: 13pt;
	width: 250px;
	height: 100%;
	margin-left: 10px;
	float: right;
	text-align: left;
}
	#missionstatement h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: #DBD6AA;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #A3A16D;
		padding-bottom: 4px;
		font-weight: normal;
		text-align: left;
	}
	#missionstatement a {
		display: block;
		font-weight: bold;
		font-variant: small-caps;
		color: #DBD6AA;
		padding: 2px;
		background-color: #8F8852;
		text-decoration: none;
		text-align:right;
		
	}
		#missionstatement a:hover {
			color: #DBD6AA;
			background-color: #a5925e;
		}
#content {
	background-color:#FFFFFF;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}
	#content h1 {
		font-size: 14pt;
		font-weight: normal;
		color: #4D4D4D;
		text-align: left;
	}
	#content h3 {
		font-size: 12px;
		font-weight: normal;
		color: #4D4D4D;
		text-align: left;
	}
	#content img {
		border: 1px solid black;
		margin: 5px;
	}
	#contentcp img {
		border: 0px;
	}
	#contentcp td {
		border-bottom-width: 1px;
		border-bottom-color:#A1A1A1;
		border-bottom-style:solid;
		padding: 10px;
	}
.hp_content {
	padding: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #777777;
	text-align: left;
}
	.hp_content a {
		font-size: 11px;
		color: #777777;
		text-decoration: none;
		display: block;
		padding-bottom:3px;
		text-align: left;
	}
	.hp_content a:hover {
		font-size: 11px;
		color:#383838;
		text-decoration: none;
		display: block;
		padding-bottom: 3px;
		background-color:#E3E3E3;
		text-align: left;
	}
	.hp_content img, .hp_content a img {
		margin-right: 5px;
		border: 1px solid #00638c;
		}
		.hp_content a:hover img {
			margin-right: 5px;
			border: 1px solid #000000;
			}
	.hp_content strong {
		font-size:14px;
		color:#6b0000;
		font-weight: bold;
		text-align: left;
	}
		.hp_content a strong {
			color: #6b0000;
			fong-weight: bold;
			text-decoration: none;
			text-align: left;
		}
		.hp_content a:hover strong {
			color: #000000;
			fong-weight: bold;
			text-decoration: underline;
			text-align: left;
		}
#top a {
	text-decoration:none;
	color: #DBD6AA;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	width: 50px;
	text-align: center;
	display: block;
	background-color: #f1f4ff;
}
#top a:hover {
	text-decoration:none;
	color: #0D3753;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	width: 50px;
	text-align: center;
	display: block;
	background-color: #E1E1FF;
}
		
/* NAVIGATION DROP DOWN MENU STYLES */


.LeftNavMenu, .LeftNavMenu li ul{
	list-style-type: none;
	margin: 0;
	background-color: #E1E1FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #0D3753;
	padding: 8px;
	text-align: left;
}
.LeftNavMenu li{
	position: relative;
}
.LeftNavMenu li a{
	display:block;
	width: auto;
	color: #0D3753;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-bottom: 1px solid #b2b8cb;
	border-left: 1px solid #E1E1FF;
	border-right: 1px solid #E1E1FF;
	border-top: 1px solid #E1E1FF;
	text-decoration: none;
	margin-top: 4px;
	text-align: left;
	cursor: auto;
}
.LeftNavMenu li ul{ 	/*SUB MENU STYLE*/
	position: absolute;
	width: 190px; 
	/*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	padding: 0px;
}
	.LeftNavMenu li ul li{
		float: left;
	}
	.LeftNavMenu li ul a{
		background-color: #E1E1FF;
		width: 180px; 
		font-weight: normal;
		/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	}
	
	.LeftNavMenu .arrowdiv{
		position: absolute;
		right: 6px;
		background :transparent url(/images/leftnavmenu-arrow.gif) no-repeat center right;
	}

.LeftNavMenu li a:visited, .LeftNavMenu li a:active{
color: #0D3753;
}

.LeftNavMenu li a:hover{
	background-color: #f1f4ff;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
	border-bottom: 1px solid #0D3753;
	border-left: 1px solid #0D3753;
	border-right: 1px solid #0D3753;
	border-top: 1px solid #0D3753;
	text-align: left;
}
* html .LeftNavMenu li { float: left; height: 1%; }
* html .LeftNavMenu li a { height: 1%; }
