
html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	color:#eee;
	text-align:center;
	font:11.3px Verdana,Arial,Helvetica,sans-serif;
	line-height:200%;
	background-color: #333333;
	background-repeat: repeat-y;
}
/*Header*/
#nacontainer{
	float:right;
}
#navitabs {
	clear: both;
	position: relative;
	padding-top: 27px;
}

.navitab {
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #cc0000;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	color: #FFFFFF;
}

.navitab:hover {
	text-decoration: none;
	background-color: #009933;
	background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.activenavitab {
padding: 4px 8px 4px 8px;
color: #ffffff;
letter-spacing: 1px;
margin: 0 0 5px 0;
text-decoration: none;
text-decoration: none;
background-color: #009933; 
background-image: url(../images/corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.activenavitab:hover {
text-decoration: none;
}
.navitab2 {
	text-decoration: none;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #FFFFFF;
}

.navitab2:hover {
	text-decoration: none;
	background-color: #B00084;
}
.hide {
	display: none;
}

#header{
	width:799px;
	height:103px;
	margin:0 auto;
	text-align:left;
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
	background-image: url(../images/main-headerbg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#title{
	position:relative;
	color:#000000;
	font:20px Verdana,Arial,Helvetica,sans-serif bold;
	cursor:default;
	float:left;
	margin-top: 28px;
	margin-left: 80px;
}
/*Construction Styles*/
#container{
	width:800px;
	margin:auto;
	padding-bottom:20px;
	padding-top:20px;
	text-align:left;
}
img.logo{
	margin-top:-10px;
	margin-left:5px;
}
span.subheader{
	position:absolute;
	margin-top:0;
	padding-top:3px;
	padding-left:60px; 
	color:#fff;
	font:11px Verdana,Arial,Helvetica,sans-serif;
	display:block; /*need a <br> for ie instead*/
}
#slogan{
	width:796px;
	height:123px;
	text-align:left;
	margin:0 auto;
	padding:1px;
	border-left:#999 1px solid;
	border-bottom:#999 1px solid;
	border-right:#999 1px solid;
}
#slogan p{
	margin-top:71px;
	margin-left:79px;
	position:absolute;
	color:#fff;
   font:9px Verdana,Arial,Helvetica,sans-serif;
	letter-spacing:0.5px;
	background-color:transparent;
	cursor:default;
}

/*Styles*/
h1,h2,h3,h4,h5,h6{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:15px 0 0 0;
	padding-bottom:4px;
	line-height:85%;
}
h1{
	color:#fff;
	font-size:24px;
}
h2{
	color:#3C8C06;
	font-size:23px;
}
h3{
	color:#3270A9;
	font-size:21px;
}
h4{
	color:#999999;
	font-size:18px;
}
h5{
	color:#3C8C06;
	font-size:15px;
}
h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#3270A9;
}
a:hover{
	text-decoration:underline;
}
#right a{
	text-decoration:none;
	color:#012346;
}
#right a:hover{
	text-decoration:underline;
}
acronym{
	border-bottom:1px dotted #999;
	padding-bottom:1px;
	cursor:help;
}
del{
	color:#999;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
p.firstletter:first-letter{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-size:40px;
	padding:10px 3px 3px 3px;
	float:left;
}
.indent{
	border-left:2px solid #3C8C06;
	margin-left:25px;
	padding-left:8px;
}
.green{
	color:#3C8C06;
}
.blue{
	color:#3270A9;
}
ul li ul li{
	list-style-type:square;
}
ol li ol li{
	list-style-type:lower-roman;
}
dl{
	margin-left:8px;
	margin-right:8px;
}
dt{
	color:#3C8C06;
	font-weight:bold;
	text-decoration:underline; 
}
.blockquote{
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
}
.blockquote h5{
	border-bottom:1px solid #3270A9;
	font-size:17px;
	color:#eee;
	margin:2px;
}
.blockquote span{
	padding: 3px 0;
	display:block;
	font-size:10px;
	color:#999;
}
code{
	display:block;
	border-bottom:1px solid #273955;
	border-top:1px solid #273955;
	border-left:4px solid #3270A9;
	background:url(../images/site/blockquote.jpg) repeat top left;
	padding:6px 6px 4px 8px;
	margin:12px 0;
	color:#eee;
	font:normal 11px "Courier New", Courier, monospace;
}
.highlight{
	color:#3C8C06;
	font-weight:bold;
}
/*Searchbox - News*/
#searchbox p{
	margin:7px 0 7px 2px;
}
#searchbox p input{
	background-color:#eee;
	border:1px solid #ddd;
	font:11px Verdana,sans-serif;
	color:#4c5153;
	padding:2px 3px;
}
#searchbox p input:hover,
#searchbox p input:focus{
	background-color:#fff;
}
.header{
	color:#3C8C06;
	font-size:14px;
	letter-spacing: -1px;
}
#news{
	width: 190px;
	padding:2px;
}
#news p{
	padding:0 0 0 5px;
}
/*Floats*/
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.w50{
	width:50%;
}
.floatleft p{
	padding:0 10px 0 0; 
}
.floatright p{
	padding:0 0 0 10px;
}
img.floatleft{
	margin:15px 18px 5px 0;
}
img.floatright{
	margin:15px 5px 5px 18px
}
/*Forms*/
form select,
form input,
form textarea{
	font:11px Verdana,Arial,Helvetica,sans-serif;
	border:1px solid #353535;
	background-color:#eee;
}
form input:hover,
form input:focus,
form textarea:hover,
form textarea:focus,
form select:hover,
form select:focus{
	/*border:1px dotted #888;  optional thought */
	border:1px solid #353535;
}
form select{
	padding:1px;
}
form input{
	padding:1px;
}
form label{
	display:block;
	color:#eee;
}
form textarea{
	padding:1px;
	line-height:16px;
}
form p{
	margin:10px 0px;
}
.noborder{
	border:0;
}

/*Content Styles*/
#content{
	width:799px;
	margin:0 auto;
	color:#fff;
	float:left;
	padding:10px;
	background:#22324F;
	clear:both;
	
	border-right:#999 1px solid;
	border-left:#999 1px solid;	
	border-bottom:#999 1px solid;	
}


#twocolumn{
	background: #999 url(../images/2columnbg.jpg) repeat-y top left;
	width: 799px;
	border-bottom: 1px solid #999;
	border-left: #999 1px solid;
	border-right:#999 1px solid;
}
#left{
	width:575px;
	height:100%;
	float:left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#right{
	width:165px;
	padding-top:3px;
	height:100%;
	float:left;
}
#right img{
	padding-left: 0px;
	padding-right: 40px;
	border: 0;
}
#left a{
color:#FFFF00
}
#clearboth{ clear:both; }

/*Sub-Nav*/
#subnav{
	float:right;
}
#subnavcontainer {
	width: 200px;	
}
#subnavcontainer ul
{
	padding-top:0px;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#subnavcontainer a
{
	display:block;
	padding:4px;
	width:160px;
	background-color:transparent;
	border-bottom:1px solid #03509C;
}
#subnavcontainer a:link, #subnavlist a:visited
{
	color:#EEE;
	text-decoration:none;
}
#subnavcontainer a:hover
{
	background-color:#384B6D;
	color:#fff;
}
.subnavheader{
	border-bottom:1px solid #3C8C06;
	width:167px;
	padding:0 0 3px 0;
	margin-bottom:-11px;
}
/*Footer*/
#footer{
	width:799px;
	margin:0 auto;
	float:left;
	clear:both;
	border-right:#999 1px solid;
	border-left:#999 1px solid;
	background-color: #000000;
	background-image: url(../images/footer-bg.jpg);
	background-position: left top;
	height: 131px;
	border-bottom: #999 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.copy{
	float:left;
	padding-top: 5px;
}
.credit{
	float:right;
}
#footer a{
	font-weight:bold;
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer-links{
text-align:center;
padding-top: 45px;
}

.main-text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.img2 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.img2 ul
{
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

.img2 li
{
	display: inline;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}

#menu
{
	background-image: url(../images/menuback.jpg);
	height: 100%;
	width: 605px;
	background-position: center top;
	padding-left: 3px;
	padding-top: -10px;
}

#menu h1
{ 
    padding-top: 80px;
	padding-left: 20px;
	
}

#menu p
{ 
	padding-left: 20px;
	
}

#leftmenu{
	width:606px;
	height:100%;
	float:left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
