body {
	background-image: url(/images/BG_body.jpg);
	background-color: #758988;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

/* This Baby actually contains the Shadow and also centers the main container */
/*---------------------------------------------------------------*/


#mainContainer {
	background-image: url(/images/BG_mainContainer.jpg);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
.StartColumCol{
	margin: 20px;
	padding: 15px;
	border: 1px solid #999900;
}

/* Header */
/*---------------------------------------------------------------*/


#header {
	background-image: url(/images/BG_header.jpg);
	background-repeat: no-repeat;
	height: 85px;
	width: 840px;
	clear: none;
}
#contactUs {
	height: 20px;
	margin-left: 630px;
	padding-top: 10px;
	width: 200px;
}
#contact a:link, #contact a:visited {
	text-decoration: none;
	color: #FFF3CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(/images/BG_mail_n.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
#contact a:hover, #contact a:active {
	color: #ffe797;
	background-image: url(/images/BG_mail_o.gif);
} 
#joinList a:link, #joinList a:visited {
	text-decoration: none;
	color: #FFF3CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: bold;
	background-image: url(/images/BG_joinList_n.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
}
#joinList a:hover, #joinList a:active {
	color: #ffe797;
	background-image: url(/images/BG_joinList_o.gif);
} 

#searchBar {
	height: 20px;
	width: 180px;
	padding-top: 10px;
	float: right;
	padding-right: 20px;
}


#midContainer {
	width: 800px;
	margin-left: 20px;
}

#subHdr {
	height: 60px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4C6464;
}

/* Top Navigation */
/*---------------------------------------------------------------*/


#topNavContainer {
	background-image: url(/images/BG_topNavContainer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 840px;
}
#topNav {
	background-repeat: repeat-x;
	height: 35px;
	width: 800px;
	margin-left: auto;
	background-color: #C57A22;
	background-image: url(/images/BG_navBar.gif);
	margin-right: auto;
}

/* SubNav */
/*---------------------------------------------------------------*/

#subNavContainer {
	background-image: url(/images/BG_subNavContainer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 170px;
	float: left;
}

#subNav ul {
	list-style: none;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-align: left;
	padding: 0px;
}

#subNav ul li {
	margin: 0;
	padding: 0;
}
#subNav ul li a {
	display: block;
	width: 160px;
	text-indent: 0px;
	letter-spacing: 0em;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 9px;
	text-decoration: none;
	color: #693a08;
}
#subNav li a:hover {
	color: #FFFFFF;
	background-color: #2B4F4F;
}
#contentArea {
	width: 610px;
	float: right;
	padding-right: 10px;
	margin-top: 10px;
}
#contentTable {
	width: 600px;
}
.addressTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #965B1B;
}
#addressContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #63481B;
	padding-left: 10px;
	padding-top: 15px;
	clear: both;
	float: left;
}




/* Footer */
/*---------------------------------------------------------------*/

#footerContainer {
	background-image: url(/images/BG_footer.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 840px;
	clear: both;
	float: none;
	background-position: top;
	visibility: visible;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: center;
	padding-top: 20px;
	height: 20px;
	color: #456162;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #F3EBD6;
} 
#deptPulldown {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom: 10px;
	z-index: 1;
}
#Department {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F3EBD8;
}
#back {
	height: 80px;
	width: 400px;
	left: 0px;
	top: 0px;
	float: left;
	clear: none;
}
#bottomSpacer {
	height: 7px;
	width: 840px;
	font-family: "Times New Roman", Times, serif;
	color: #63481B;
	clear: both;
	float: none;
}
