/* CSS Document */
/* note to remember - when setting up child selcetors like links within an unordered list, use a class  instead of an ID, that will allow an over-ride using an ID later in the CSS file.  This is because ID's over-ride Classes */

body{
	font: small Verdana, Arial, Helvetica, sans-serif;
	background: #013334;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 780px;
}

#container {
	margin: 10px 0px 0px;
	padding: 0px;
	width: 780px;
	background: #C5C29F url(images/container_bg.jpg) repeat-y left top;
	text-align: left;
}
#header{
	background: #AFAC7E url(images/header_bg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 142px;
}

#header h1 {
	margin: 0px 0px 0px -9999px;
}

#bodywrapper{
	background: url(images/bodywrapper_bg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 1%;
	overflow: hidden;
}

.nav{
	margin: 0px;
	display: block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	width: 150px;
	padding: 70px 0px 0px;
}
.nav li{
	margin: 0px;
	padding: 0px 0px 5px 10px;
	float: left;
	display: block;
	width: 140px;
}
.nav li a:link, .nav li a:visited {

	font-style: normal;
	text-decoration: none;
	font-size: 110%;
	margin: 0px;
	padding: 2px 0px 2px 4px;
	float: left;
	width: 140px;
	color: #660000;
	display: block;
	border-top: 0px solid #C8BE89;
	border-right: 0px solid #C8BE89;
	border-bottom: 1px solid #C8BE89;
	border-left: 1px solid #C8BE89;
}
.nav li a:hover {
	color: #BA931B;
	border-top: 0px solid #B9951B;
	border-right: 0px solid #B9951B;
	border-bottom: 1px solid #B9951B;
	border-left: 1px solid #B9951B;
}



#bodycontent{
	margin: 0px;
	padding: 0px;
	float: right;
	width: 580px;
	display: block;
}
#bodycontent ul {
	line-height: normal;
}

#bodycontent ul li {
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 10px;
	list-style-type: none;
	list-style-image: url(images/cross_bullet.jpg);
	line-height: normal;

}
#bodycontent h2{
	font-size: 130%;
	font-style: italic;
	color: #013334;
}
#bodycontent p{
	margin: 0px;
	padding: 10px 30px 0px 0px;
	color: #000000;
	line-height: 20px;
	letter-spacing: .1em;
}

#bodytable_1{
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

.bodytable_2{}
#bodycontent a:link, #bodycontent a:active {
	color: #013334;
	text-decoration: underline;
}
#bodycontent a:hover {
	color: #660000;
	text-decoration: none;
}

#bodycontentbottom {
	background: #C5C29F url(images/bodycontentbottom_bg.jpg) no-repeat left top;
	margin: 0px;
	clear: both;
	padding: 0px;
	display: block;
	height: 70px;
}

#footer{
	background: #C5C29F url(images/footer_040407_09.jpg) no-repeat left top;
	clear: both;
	padding: 30px 0px 0px;
	
	margin: 0px;
}
#footer p {
	margin: 0px;
	padding: 0px 0px 5px 155px;
	font-size: 90%;
}

#subfooter{
	background: url(images/subfooter_bg.jpg) no-repeat left top;
	margin: 0px;
	padding: 0px;
	height: 28px;
	display: block;
}
a#activeLink{
	color: #003366;
	border-top: 0px solid #B9951B;
	border-right: 0px solid #B9951B;
	border-left: 1px solid #B9951B;
	border-bottom: 1px solid #B9951B;
}
.leftImage{
	border-top: 1px solid #ADA569;
	border-right: 1px solid #5E5833;
	border-bottom: 1px solid #5E5833;
	border-left: 1px solid #ADA569;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.rightImage{	border-top: 2px solid #020202;
	border-top: 1px solid #ADA569;
	border-right: 1px solid #5E5833;
	border-bottom: 1px solid #5E5833;
	border-left: 1px solid #ADA569;
	padding: 0px;
	margin: 0px 15px 10px 0px;
	}
.centerImage{
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ADA569;
	border-right: 1px solid #5E5833;
	border-bottom: 1px solid #5E5833;
	border-left: 1px solid #ADA569;
}
