/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* General Site Settings */

a {
	color: #687819;
	text-decoration:underline;
	 font-weight:bold;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}
	
body {
	text-align: center;
	background-color: #687819;
	margin-top: 0;
}

#site {
	width: 980px;
	height: 606px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	background-image:url(../images/site_bg.jpg);
	text-align: left;
	background-repeat: no-repeat;
        top: 25px;
}


#textButton {
	top: 20px;
	right: 15px;
	position: absolute;
}

#printButton {
	top: 50px;
	right: 15px;
	position: absolute;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Content Regions. */

.title {
	font-family: "Georgia", Times, serif;
	font-size:20px;
	font-weight: bold;
	color: #9A5107;
	text-align: center;
	overflow: hidden;

	position:absolute;
	left: 220px;
	top: 180px;
	width: 590px;
	height: 30px;
}
	
.titleMain {
	font-family: "Verdana", Times, serif;
	font-size:15px;
	font-weight: bold;
	color: #687819;
	text-align: left;
	overflow: hidden;

	position:absolute;
	left: 260px;
	top: 180px;
	width: 590px;
	height: 19px;
}
	
.content {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	overflow-y: auto;
overflow-x:hidden;
	text-align: left;
	padding-right: 10px;

	position:absolute;
	left: 260px;
	top: 215px;
	width: 530px;
	height: 325px;
}

.homeTextTop {
         display:none;
}

.homeTextBottom {
         display:none;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* NAVIGATION */

#topNav {
	top: 130px;
	left: 20px;
	position: absolute;
	text-align: center;
	height: auto;
	width: 940px;
}
	
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#topNav li {
	width: auto;
	padding-left: 0px;
	padding-right: 15px;
	margin-left: 10px;
	display: inline;
}
	
#topNav a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: Bold;	
}
	
#topNav a:hover {
	color:#687819;
}
	
#bottomNav {
	top: 175px;
	left: 830px;
	position: absolute;
	height: auto;
	width: 120px;
}
	
#bottomNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
#bottomNav li {
	width: auto;
        height: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
        display: inline;
}
	
#bottomNav a {
	color: #0c3e65;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-weight:Bold;	
	text-transform: uppercase;
}
	
#bottomNav a:hover {
	color:#000000;
}

