@charset "utf-8";
/* CSS Document */
body {
	background-color: #716755;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.headLarge {
	font-size: 16px;
	font-weight: bolder;
	color: #1e4b6d;
	font-family: Arial, Helvetica, sans-serif;
}
.headSmall {
	font-size: 12px;
	font-weight: bolder;
	color: #1e4b6d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.captions {
	font-size: 10px;
	color: #1e4b6d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.imageLeft {
	float: left;
	padding: 4px;
	margin-right: 14px;
	border: 1px solid #b2a584;
}
.imageRight {
	float: right;
	padding: 4px;
	margin-left: 14px;
	border: 1px solid #b2a584;
}
.imageCenter {
	padding: 4px;
	border: 1px solid #b2a584;
}
#mainWrap {
	background-image: url(images/main-bkgrnd.jpg);
	background-repeat: no-repeat;
	width: 984px;
	background-color: #e2dbc9;
} 
#header {
	height: 130px;
	width: 1000px;
	background-color: transparent;
	text-align: right;
	color: white;
	font-size: 12pt;
}
#menuWrap {
	width: 966px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 6px;
}
#mainContentWrap {
	width: 984px;
	background-color: transparent;
}
#mainContentLeftColumn {
	float: left;
	margin-top: 8px;
	width: 200px;
	background-color: #e2dbc9;
	background-image: url(images/left-column-bkgrnd.gif);
	background-repeat: no-repeat;
	padding: 8px;
	margin-right: 10px;
	margin-left: 20px;
}
#LeftColumnFeature{
	font-size: 11px;
	padding: 6px;
	text-align: left;
	background-color: #f6fcff;
}
#LeftColumnFeature a{
	color: #1e4b6d;
	text-decoration: underline #1e4b6d;
}
#LeftColumnFeature a:hover{
	color: #0792cd;
	text-decoration: underline #1e4b6d;
}
#LeftColumnFeature li{
	margin-left: -25px;
	padding-bottom: 4px;
}
.leftMenuButton{
	background-color: #fff;
	color: #1e4b6d;
	border: 1px solid #b2a584;
	text-align: left;
	font-size: 10px;
	font-weight: bolder;
	width: 195px;
	margin-bottom: 4px;
	float: left; 
}
.leftMenuButton a {
	background-color: #fff;
	color: #1e4b6d;
	display: block;
	text-decoration: none;
	padding: 4px;
}
.leftMenuButton a:hover {
	background-color: #eefaff;
	color: #1e4b6d;
	text-decoration: none;
}
#mainContentRightColumnTopImage {
	float: right;
	margin-top: 8px;
	width: 716px;
	background-color: white;	
}
#mainContentRightColumn {
	float: right;
	text-align: left;
	margin-top: 8px;
	width: 696px;
	padding: 10px;
	background-color: white;
	line-height: 18px;	
}
#mainContentRightColumn a{
	color: #1e4b6d;
	text-decoration: underline #1e4b6d;
	/*border-bottom: 1px dotted #1e4b6d;*/
}
#mainContentRightColumn a:hover{
	color: #0792cd;
	text-decoration: underline #1e4b6d;
	/*border-bottom: 1px dotted #0792cd;*/
}
#secondaryContentRightColumn {
	float: right;
	text-align: left;
	margin-top: 8px;
	width: 710px;
	padding: 10px;
	background-color: white;
	line-height: 18px;	
}
#secondaryContentRightColumn a{
	color: #1e4b6d;
	text-decoration: underline #1e4b6d;
	/*border-bottom: 1px dotted #1e4b6d;*/
}
#secondaryContentRightColumn a:hover{
	color: #0792cd;
	text-decoration: underline #1e4b6d;
	/*border-bottom: 1px dotted #0792cd;*/
}
#footer {
	width: 976px;
	background-color: #b2a584;
	padding: 4px;
	font-size: 10px;
	color: #1e4b6d;
	margin-bottom: 8px;
}

