
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #003300;
} 

h1 {
text-transform: capitalize;
text-decoration: overline;
color: #016701;
}

 
#pagewidth{
	width:700px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border: 5px solid #339900;
	background-color: #009900;
	background-image: none;
} 



#pagewidth  img{
 padding:0px;
border: none;
} 

 
#header{
	position:relative;
	height:170px;
	background-color:#FFFFFF;
	width:670px;
	background-image: url(images/header.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100px;
	color: #FFFFFF;
	letter-spacing: -12pt;
	padding-top: 50px;
	text-align: right;
	padding-right: 30px;
} 
.header_version {
	font-size: 14px;
}

 
#leftcol{
	width:175px;
	float:left;
	position:relative;
	background-color:#01A800;
 }
#leftcol a:link, #leftcol a:visited {
	background-image: url(images/buttons.jpg);
	text-indent: 22px;
	text-decoration: none;
}

#pagewidth #wrapper #leftcol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: Silver; 
}
#pagewidth #wrapper #leftcol li {
	margin: 0px;
}
#pagewidth #wrapper #leftcol a {
	display: block;
	height: 17px;
	width: 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000000;
	font-size: 11px;
	padding-top: 3px;
}

 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:inline;
	position: relative;
	width:465px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(images/bottom_cont.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
 }
#maincol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	line-height: 16px;
	text-align: justify;
}

 
#footer{
	height:19px;
	background-color:#02B001;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	font-style: italic;
 } 
#maincol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: -1pt;
}

#footer a, #footer a:visited {
	color: #003300;
	text-decoration: none;
	border: 0;
}

 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#leftcol a:hover, #leftcol a:active {
	background-image: url(images/buttons_over.jpg);
	text-indent: 23px;
	text-decoration: none;
	color: #DFDFDF;
	border-bottom-width: 0px;
	border-right-width: 4px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #016701;
	border: 0px none;
}
#footer a:hover, #footer a:active {
	color: #003300;
	text-decoration: underline;
}
#leftcol2 {
	width:150px;
	float:left;
	position:relative;
	top: 10px;
	left: 10px;
	}
#leftcol2 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: -1px;
	padding-bottom: 3px;
	padding-left: 4px;
}
#leftcol2 a, #leftcol2 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 10px;
}
#leftcol2 a:hover, #leftcol2 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	padding-left: 10px;
}
#maincol a, #maincol a:visited {
	color: #003300;
	text-decoration: none;
}
#maincol a:hover, #maincol a:active {
	color: #003300;
	text-decoration: underline;
}


.style1 {
color: #02B001;
}