/* html styles */		html {
	font-size: 14px;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #222;
	font-size: 76%;
	font-family: arial, "trebuchet ms", sans-serif;
}
p, li, ul, ol, dl, dt, dd, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
p, li {
	margin: 0 0 .6em 0;
	line-height: 1.3em;
	font-size: 1em;
}
h1, h2, h3, h4 {
	margin: 0 0 .3em 0;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #033;
}
h1, h2 {
	border-bottom: 1px solid #999;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em
}
h4 {
	font-size: 1.2em;
}
ol {
	margin-left: 2.8em;
}
ul {
	margin-left: 2.2em;
}
li {
	line-height: 1.1em;
	margin-bottom: .7em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 .7em 1.5em;
}
blockquote {
	border-left: 2px solid #999;
	background: #efefef;
	margin: 0 1.3em .7em 1.2em;
	padding: .3em .7em;
}
form {
	margin: 0 0 1em 0;
}
img {
	border: 0;
}		/* header */
#header {
	position: relative;
	width: 100%;
	color: #fff;
	border-bottom:  3px solid #7c4d26;
	height: 116px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
}
#logo {
	position: absolute;
	top: 12px;
	left: 12px;
}
#pagetitle {
	float: right;
	width: 45%;
	text-align: right;
	margin: 3em 1em 0 0;
}
#pagetitle h2 {
	border: 0;
	color: #7C4D26;
	text-align: right;
	font-family: arial, sans-serif;
	font-size: 2em;
	font-weight: normal;
}
div#navigation {
	position: absolute;
	top: 99px;
	text-align: center;
	width: 98%;
	padding-left: 1em;
}
#navigation {
	margin: 0;
	padding: 0 0 0 1em;
}
#navigation ul {
	display: inline;
}
#navigation a {
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 15px;
}
#navigation li a {
	color: #FFF;
	font-weight: bold;
	display: block;
	height: 10px;
	width: 100px;
	border-top: 1px solid #7c4d26;
	border-left: 1px solid #7c4d26;
	border-right: 1px solid #7c4d26;
	padding: 2px 5px 4px 5px;
	background-color: #7C4D26;
}
#navigation li.menu_current a {
	border-top: 1px solid #d6e3b0;
	border-left: 1px solid #d6e3b0;
	border-right: 1px solid #d6e3b0;
	color: #666;
	background: #9cadce;
}
#navigation li.menu_default:hover ul {
	display: block;
	z-index: 6000;
}
#navigation li.menu_default a:hover, #navigation li:hover a {
	background: #42291c;
	color: #FFF;
}/* sidebar */
#sidebar {
	width: 200px;
	float: left;
}
#side_content {
	padding: 20px 25px;
}
#searchbox {
	border-top: 0;
}
#searchbox form {
	margin: 0 1em 1em;
	padding-right: 8px;
}
#searchbox form input {
	margin-right: 6px;
	margin-bottom: 4px;
	font-size: 10px;
}
#subnav ul {
	margin: 0;
	background: url(sectionmenu.png) 0 0 no-repeat;
	padding-top: 30px;
	border-bottom: 5px solid #32cd32;
	margin-bottom: 12px;
}
#mynews p {
	font-size: 8px;
}
.login_table {
	font-size:9px;
}
.login_table input {
	display:block;
}
#subnav ul ul {
	border: 0;
}
#subnav ul li {
	list-style: none;
	border-left:  5px solid #32cd32;
	padding-left: 5px;
}
#subnav ul ul li {
	list-style: square;
	list-style-position: inside;
	border: 0;
}
#subnav ul ul {
	background: none;
	padding-top: 0;
}
#subnav li {
	margin: 0 0 .4em 10px;
}
#subnav a:hover {
	color: #f90;
}/* main content */
#main {
	margin-left: 200px;
	border-left: 1px solid #ccc;
}
#content {
	padding: 5px 2% 5px 5px;
}
#content a, #sidebar a {
	color: #036;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, sidebar a:hover {
	color: #7a8566;
	text-decoration: underline;
}
#content img {
	padding: 2px 4px;
}
.pullquote {
	width: 170px;
	\width: 180px;
	w\idth: 170px;
	float: right;
	padding: 5px;
	border: 1px dotted #999;
	margin: 4px;
}/* footer */
#footer {
	width: 100%;
	clear: both;
	border-top: none;
	padding: 3em 0;
	text-align: center;
	color: #000;
	background: #FFF;
	font-size: 90%;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat-x;
}
#footer a {
	color: #000;
}
#footer a:hover {
	color: #6D9B1E;
}
