body {
        color:#3A4956;
	background-color:#F3EADA;
	font-size:0.7em;
	margin: 0;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#746654;
	text-decoration:none;
        font-weight: bold;
}

a.current {
	color:#999999;
}

a:hover {
                color: #FFF;
                background-color: #CFB694;
	text-decoration: none;
}

#bodyDiv {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	background-color:#D9C5A3;
	border-left: 1px #363533 solid;
	border-right: 1px #363533 solid;
}

#header {
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
}

#headMain {
	height:133px;
	width: 100%;
	
}

	#headMain h1 {
		background-image: url(images/.gif);
		background-repeat: no-repeat;
		height: 60px;
		width: 220px;
		color:#FFFFFF;
		text-transform:uppercase;
		margin:  0 0 0 5px;
	}

#headMenu {
	height: 15px;
	width: 100%;
	font-size: 1.2em;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
}

	#headMenu ul {
	        text-align: right;
		text-transform:uppercase;
		height:15px;
		padding: 0 0 0 0;
		margin-bottom: 0 0 0 0;
		color:#FFFFFF;
	}
	
	#headMenu li {
		display:inline; 
	}
	
		#headMenu li a {	
			color: #FFFFFF;
			font-weight: bold;
			text-decoration:none;
		}
	
		#headMenu li a:hover {
			color: #FFFFFF !important;
			
		}

#headNav {
	height:15px;
	width: 100%;
	color: #746654;
	background-color: #E6D3B0;
	margin-bottom: 5px;
	margin-top: 5px;
}

#contentDiv {
	
}

h2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:1.5em;
	background-color: #CFB694;
	border-bottom: 1px solid #8C744C;
	border-top: 1px solid #8C744C;
	border-left: 1px solid #8C744C;
	border-right: 1px solid #8C744C;
}

h3 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:1.1em;
	background-color: #CFB694;
	border-bottom: 1px solid #8C744C;
	border-top: 1px solid #8C744C;
	border-left: 1px solid #8C744C;
	border-right: 1px solid #8C744C;
}

h4 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #3A4956;
	font-size:1.0em;
	border-bottom: 1px solid #F5E0CC;
}

#contentLeft, #contentMiddle, #contentRight {
	margin: 1px 0 1px 0;
	padding: 5px;
        border-bottom: 1px solid #F5EoCC;
}

#contentLeft {
	width: 25%;
	float: left;
}

	#contentLeft p, #contentRight p {
	}

#contentMiddle {
	width: 45%;
	float: left;
	border-left: 1px solid #F5E0CC;
	border-right: 1px solid #F5E0CC;
}

#contentRight {
	width: 25%;
	float: left;
}

#footer {
	clear: both;
	background-color: #C09F74;
	width: 100%;
	height: 15px;
	text-align:center;
	color:#FFFFFF !important;
        border-top: 1px solid #111111;
}

.dontDisplay {
	display: none;
}
