﻿body, html
{
	font-family: Arial;
	border: 0;
	margin: 0;
	text-align: center;
	background: #000000 url(images/page_bg.png) repeat-y center top;
}
div
{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
#header
{
	background-color: #3B6C3B;
	height: 20px;
}
#footer
{
	margin: auto;
	background: #3B6C3B;
	margin-top: -20px;
	height: 20px;
	width: 760px;
	border-top: 0;
}
#wrapper 
{
	display: table;
	margin: auto;
	width: 760px;
	height: 100%;
	padding-bottom: 20px;
	background: url(images/left_nav_background.gif) repeat-y left top;
	border-right: 8px solid #3B6C3B;
	text-align: left;
}
html>body #wrapper {overflow:hidden;}

/*#Main 
{
	display:table;
	text-align: left;
	background: Orange;
	width: 800px;
	margin: auto;
	padding-bottom: 50px;

}*/
#sidebar
{
	width: 120px;
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#content
{
	clear: none;
	background: #000000;
	float: left;
	width: 632px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#footerNav {
	text-align: center;
	margin-top: 3px;
	width: 630px;
	float: right;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footerNav a {
	color: #66CC66;
	text-decoration: none;
}

#footerNav a:hover {
	color: #ffc500;
	text-decoration: underline;
	
}	

#footerNav a:visited {
	color: #999900;
	text-decoration: underline;	
}

.logo {
	display: inline;
	position: absolute;
	top: 242px;
	right: 6px;
	width: auto;
}

.separator {
	color: 	ffc500;
	font-weight: bold;
}

.copyright {
	float: left;
	width: 110px;
	margin-top: -20px;
	margin-left: 5px;
	color: #FFFFFF;
	font-size: 0.7em;
}

ul.nav {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 0.85em;
	line-height: 3em;

}

ul.nav a {
	margin-left: 0;
	padding-left: 6px;
	display: block;
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 2px #FFFFFF;
}

ul.nav a:hover {
	font-weight: bold;
	background-color: #ffc500;
}

* html ul.nav a { height: 1px; }  /* Hack for IE6 only (to make entire box area around link clickable)  */

div.textBlock {
	display: block;
	margin: 20px 14px 14px 14px;
	font-size: 0.85em;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.orangeBold {
	font-weight: bold; COLOR: #ffc500
}

A.orangeB:link {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffc500; 
	font-family: verdana, arial, helvetica
}

A.orangeB:visited {
	font-weight: bold; 
	font-size: 12px; 
	color: #ffc500; 
	font-family: verdana, arial, helvetica
}

A.orangeB:hover {
	font-weight: bold;
	font-size: 12px;
	color: #ffc500; 
	font-family: verdana, arial, helvetica; 
	text-decoration: none
}

.initCap {
	font-weight: bold; font-size: 20px; color: #ffc602;
}

.initCapExtra {
	font-weight: bold; font-size: 24px; color: #669900; font: Georgia, "Times New Roman", Times, serif;
}

.oSubHead {
	font-weight: bold; font-size: 16px; color: #ffc500; font-family: verdana, arial, helvetica;
}

.subhead {
	font-weight: bold; font-size: 16px; color: #333300; font-family: verdana, arial, helvetica;
}
