 * {
	margin:0;
	padding:0;
	list-style-position: outside;
}

td {
	padding: 10px;
}
 
 html, body{
	text-align: center;
	background-image: url(img/bckg.jpg);
	background-color: #909090;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	margin: 0.2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

h3 {
	font-size: 1.1em;
	margin: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

img {
	margin: 5px;
}

blockquote {
	background-color: #acd9df;
	color: #000000;
	font-style: italic;
	padding: 8px;
}

#pagewidth{
	width:885px;
	margin: 0 auto;
	text-align:left;
	background-color: #acd9df;
} 
 
#header{
	height:351px;
	background-color:##acd9df;
	background-image: url(img/bgpages.jpg);
	background-repeat: no-repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	position: relative;
} 

#header h1 {
	font-size: 45px;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 5px;
	position: absolute;
	left: 225px;
	top: 105px;
}


#header h2 {
	font-size: 26px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: absolute;
	border: none;
	left: 472px;
	top: 242px;
}

#wrapper {
	background: url(img/bckgbody.jpg) repeat-y;
}

#wrapper1 {
	background: url(img/side.jpg) repeat-y top right;
}

#leftcol {
	width:196px;
	float:left;
	position:relative;
	background-color:#b8bb8e;
	background-image: url(img/nav.jpg);
	background-repeat: repeat-y;
	height: 100%;
}

#leftcolcontent {
	padding: 10px;
}

#leftcolcontent ul li {
	list-style-position: inside;
}
 
#maincol{
	background-color: #acd9df;
	float: right;
	display:inline;
	position: relative;
	width:591px;
	margin: 0 90px 0 0;
	padding: 0px;
 }
 
#content {
	margin: 25px;
}

#content ul li {
	list-style-position: inside;
}
 
#content a:link, #content a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	color: #000000;
}
#content a:hover, #content a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
}
 
#navcontainer
{
	width: 199px;
	margin: 0 auto;
	font-family: georgia, serif;
	text-align: center;
	text-transform: lowercase;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}

ul#navlist
{
	padding: 1em 0;
	text-align: left;
	list-style: none;
	width: 199px;
	float: left;
}

ul#navlist li
{
	display: block;
}

ul#navlist li a
{
	display: block;
	width: 172px;
	padding: 0.5em 0em 0.5em 25px;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #003875;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#navcontainer>ul#navlist li a {
	width: auto;
}

ul#navlist li#active a
{
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #000;
	background-position: left;
	background-color: #acd9df;
}

ul#navlist li a:hover /*, ul#navlist li#active a:hover */
{
	color: #fff;
	border-color: #aaab9c #fff #fff #ccc;
	background-color: #cb8701;
}

#footer{
	height:120px;
	clear:both;
	background: url(img/footer.jpg) no-repeat;
 } 

#foottxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #333333;
	text-decoration: none;
	text-align: center;
	margin: auto 285px auto 230px;
	padding-top: 50px;
}
#geekit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .6em;
	color: #999999;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 204px;
	padding-top: 50px;
}
#geekit a:link, #geekit a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
}
#geekit a:hover, #geekit a:active {
	color: #0033CC;
	background-color: #FFFFFF;
	border: 1px solid #0033CC;
}
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* 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;}
}

