/* CSS Document */


body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#5D4328;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 8px 0;
	color:#005596;
}

div.mainDiv {
	background-color:#D9C897;
	width: 950px;
	padding-bottom: 25px;
	height:100%;
}

.header {
	height:170px;
	background-color:#c9b17a;
}

.headerLogo {
	width:258px;
	height:100px;
	padding:15px 0 19px 25px;
}

.headerLeft {
	width:283px;
	float:left;
}
.pageTitleBar {
	width:283px;
	height:36px;
	background-image:url(../images/page_title_bar.jpg);
}

.headerRight {
	float:left;
	width:667px;
	height:170px;
	background-image:url(../images/header_bg_right_1.jpg);
}

.headerRight2 {
	float:left;
	width:667px;
	height:170px;
	background-image:url(../images/header_bg_right_2.jpg);
}

.headerRight3 {
	float:left;
	width:667px;
	height:170px;
	background-image:url(../images/header_bg_right_3.jpg);
}

.pageTitleBarRight {
	float:left;
	width:200px;
	height:26px;
	padding:144px 0 0 0;
	font-family:Gill Sans, Verdana, Tahoma, Arial;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18.5px;
}

.pageImage {
	float:left;
	width:467px;
	height:170px;
	text-align:right;
}

.bodyContent {
	padding:25px 0 25px 0;
	height: 456px;
}

.footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5C4327;
	font-weight:bold;
}
.footer a{ color:#5C4327; 	padding:0 5px 0 5px; text-decoration:none;}
.footer a:hover { color:#FFF; 	padding:0 5px 0 5px; text-decoration:none;}

.menuLinks {
	float:left;
	width:137px;
	height:456px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:60px;
	color:#5C4327;
	font-weight:bold;
	border-right:2px solid #5C4327;
}
.menuLinks a{ color:#5C4327; text-decoration:none; }
.menuLinks a:hover{ color:#FFF; text-decoration:none; }
.menuLinksOn { color:#FFF; text-decoration:none; }

.bodyText {
	line-height:1.525em;
	text-align:justify;
	float:left;
	width: 480px;
	padding:0 125px 0 45px;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5C4327;
}
.bodyText a{ color:#005596; font-weight:bold; text-decoration:none; }
.bodyText a:hover{ color:#FFF; font-weight:bold; text-decoration:none; }


.bold {
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

.italic {
	color:#312417;
	font-style:italic;
}