
/* basic layout - 3 column float with header & site footer */

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-color: #fff;
	color: #4A4A4A;
}
h1,h2,h3,h4,h5,h6,p {
	margin-bottom: .25em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 300%;
	font-weight: 400;
	line-height: 110%;
	color: #94BB50;
	XXtext-transform:uppercase;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
#page-wrapper {
	width: 950px;
 	margin: 20px auto 0;
	text-align: center;
	background-color: #DBE5D7;
	border-right: 1px solid #aaa;
}
#header {
	height: 166px;
	background-color: #fff;
	border-bottom: 1px solid gray;
}
#content-wrapper {
	width: 950px;
	text-align: left;
	background: #fff url(../images/bg-col1.gif) repeat-y;
}
#col-1	{
	float: left;
	width: 170px;
	color: white;
}
#col-2 {
	float: left;
	width: 580px;
	background-color: #fff;
}
#col-2-padding {
	padding: 12px 0 0 12px;
}
#col-3 {
	float: left;
	width: 200px;
	background-color: #fff; 
}
#col-footer {
	clear: both;
	text-align: center;
	background-color: #2AABE4;
}
#col-footer p {
	margin: 0;
	padding: 0;
}
#col-footer ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#site-footer {
	clear: both;
	text-align: center;
	color: white;
	background-color: #000;
	font-size: .9em;
	font-weight: bold;
}
#site-footer p {
	margin: 0;
	padding: 0;
}
#navcontainer { 
	margin-top: 6px;
	margin-left: 2px; 
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navcontainer li { 
	margin: 0; 
}
#navcontainer a {
	display: block;
	padding: 5px 10px;
	width: 140px;
	color: #000;
	background-color: #A4CF5B;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: .9em;
	background-image: url(../images/vertical06.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer a:hover {
	color: #fff;
	background-color: #A4CF5B;
	text-decoration: none;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(../images/vertical06a.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navcontainer a#active {
	color: #fff;
}
#navcontainer ul ul li { 
	margin: 0;
}
#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 20px;
	width: 135px;
	color: #000;
	background-color: #A4CF5B;
	text-decoration: none;
	font-weight: normal;
}
#navcontainer ul ul a:hover {
	color: #fff;
	background-color: #A4CF5B;
	text-decoration: none;
}
#navcontainer ul ul a#subactive {
	color: #866C32;
}
div.box {
	width: 100%;
	height: 100%;
	border: 1px solid gray;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding: 0 1em;
	border-right: 1px solid #fff;
}
#navlist li.last {
	border: none;
}
#navlist a {
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	background-color: #000;
}
a#regBtn {
	clear: right;
	float: right;
	width: 120px;
	margin: 4px 6px 0 6px;
	text-decoration:none;
	font-weight: bold;
	border: 3px solid;
	padding: 2px;
	border-color: #fff #DCF3F7 #DCF3F7 #fff;
	background: #002B33;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
a#regBtn:hover {
	border-color: #DCF3F7 #fff #fff #DCF3F7;
}
a {
	color: #00B0F0;
}
a:hover {
	color: #693;
}
p {
	padding-bottom: .25em;
}
