@charset "utf-8";
/* CSS Document */
body {
	background-color: #324d6e;
}
.header {
	color: #324d6e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.subHead {
	color: #324d6e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
.boardLists {
	font-size: 8pt;
}
#mainWrap {
	width: 980px;
	background-color: White;
}
#header {
	background-image: url(images/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 116px;
}
#headerSecondary {
background-image: url(images/header_secondary.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 116px;
}
#headerMenu {
	width:130px; 
	padding:4px;
	margin: 10px; 
	float:right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	background-color: #324d6e;
	text-align: center;
	font-weight: bolder;
}
#headerMenu a {
	color: white;
	text-decoration: none;
}
#headerMenu a:hover {
	color: #fbe9aa;
	text-decoration: none;
}
#menuWrap {
	width: 960px;
	background-color: #d9834d;
}
#topPhotoBar {
	width: 960px;
	background-color: White;
	border-top: 3pt white solid;
}
#ContentWrap {
	width: 960px;
	background-image: url(images/contentWrapBkgrnd.gif);
	background-repeat: repeat-y;
	background-position: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 4px;
}
#columnLeft {
	width: 235px;
	background-color: transparent;
	float: left;
	font-size: 8pt;
	text-align: left;
}
#leftColumnContent {
	padding: 10px;
	text-align: left;
}
#leftColumnContent a {
	color: Black;
	text-decoration: none;
}
#leftColumnContent a:hover {
	color: #324d6e;
	text-decoration: underline;
}
#columnLeft li{
	margin-left: -25px;
	/*white-space: pre-wrap;*/
	padding-bottom: 2px;
/*	list-style-image: url(images/bullet.gif);*/
}
#columnRight {
	width: 705px;
	background-color: White;
	padding: 10px;
	float: right;
	font-size: 9pt;
	text-align: left;
	line-height: 14pt;	
}
#columnRight a {
	color: #324d6e;
	text-decoration: underline;
}
#columnRight a:hover {
	color: #324d6e;
	text-decoration: none;
}
#footer {
	width: 972px;
	text-align: center;
	background-color: #324d6e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	margin-top: 6px;
	padding: 4px;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	color: #d5d898;
	text-decoration: none;
}
#mainPhoto {
	float: left;
	width: 600px;
	height: 225px;
}