/* Standard HTML */

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	color: #000000;
	line-height: 17px;
	background-image: url(../images/RepeatBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #3A3812;
}

a:link {
	color: #C86000; text-decoration: none
}

a:active {
	color: #C86000; text-decoration: none
}


a:visited {
	text-decoration: underline;
	color: #66CCFF;
}

a:hover {
	color: #FCA16C;
}

.smallerText {
	font-size: 90%;
	font-weight: bold;
}

#page_wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
	background-image: url(../images/wrapBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page_header {
	height: 200px;
	clear: both;
	}

#page_header h1 {
	padding-top:50px; padding-left:15px;
	margin:0px;
	font-family: verdana;
	font-size: 24px;
	color: #FFFFFF;
	line-height:26px;
	letter-spacing:-1px;
}

#page_header h2 {
	  margin:0px;
	  padding-left:15px;
	  font-family: verdana;
	  font-size: 12px;
	  color: #D5D0B0;
	  line-height:22px;
}
#right_sideHeader {
	float: right;
	width:420px;
	border:0px dashed #cccccc;
}


#right_side {
	float: right;
	width:740px;
	border:0px dashed #cccccc;
	padding-right: 20px;
}

#right_side h1 {
	margin-top:5px;
	margin-bottom:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #D88B18;
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E8D495;
	border-right-color: #E8D495;
	border-bottom-color: #E8D495;
	border-left-color: #E8D495;
}

#right_side h3 {
	margin-top:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	padding:4px;
	border: 1px solid #425227;
	background-color: #993300;
}

#right_side p {
	margin-top:5px;
	margin-bottom:15px;
	padding:4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
}

#pageFull {
	clear: both;
	padding-right: 26px;
	padding-left: 26px;
	background-image: url(../images/overviewBG.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-bottom: 40px;
}

#pageFull p {
	padding-top:15px;
	text-align:left;
	font-family: verdana;
	font-size: 10px;
	line-height:14px;
	color:#645C42;
	margin-right: 22px;
}

#pageFullBottom {
	clear: both;
	padding-right: 26px;
	padding-left: 26px;
	background-image: url(../images/overviewBG.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 40px;
	height: 80px;
}

#page_footer {
	height: 132px;
	clear: both;

}

#page_footer p {
	padding-top:15px;
	text-align:right;
	font-family: verdana;
	font-size: 10px;
	line-height:14px;
	color:#000000;
	margin-right: 22px;
}

#page_footer a:link {
	color: #FA2E39;
	text-decoration: none
}
#page_footer a:visited {
	color: #8A910F;
	text-decoration: none
}
#page_footer a:active {
	color: #734D73;
	text-decoration: none
}
#page_footer a:hover {
	color: #8A9C41;
	text-decoration: underline
}

/* moved from styles to support Dec 08 upgrade */

#menu {
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
}

#menu li {
	float:left;
	list-style-type:none;
}

#menu li a {
	display:block;
	padding:0 10px;
	text-decoration:none;
	color: #E4CA10;
	font-size: 0.9em;
	font-weight: normal;
}

#menu li a:hover {
	color:#fff;
	text-decoration:none;
	background-color: #948E2E;
	background-image: url(../images/menuover.jpg);
	background-repeat: repeat-x;
}


#bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 126px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
#bottom a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFCC33;
	text-decoration: underline;
}

#bottom a:hover { color: #66FFFF; 	
}

#bottom p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000;
	padding-top: 65px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer {
	color: #111;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #787425;
	text-decoration: none;
}

#footer a:hover {
	color: #AA7E33;
	text-decoration: underline;
}
