/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0;
 background-color: #000000; 
 text-align:center;
 font-family: Tahoma, Arial, Helvetica, sans-serif; 
} 
 
#pagewidth{ 
 width:700px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position: relative; 
 height: 185px; 
  background-color:#000000; 
 width:100%;
 font-size: 0px;
} 
 
#maincol{background-color: #000000;  
 float: right; 
 display:inline; 
 position: relative; 
 width: 100%; 
 }

#navbar {
	background-color: #669900;
	margin: 0; 
	padding: 5px 0 0 0; 
	font-size: 12px; 
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 100%;
}

#navbar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#navbar a:visited {
  	color: #FFFFFF;
 	text-decoration: none;
}

#navbar a:hover {
 	color: #FFFFFF; 
	text-decoration: underline;
}

#navaccent{ color: #FE8333; }

#current{ color: #669900; background-color: #FFFFFF; }

#content{
	background-color: #FFFFFF;
	width: 100%;
	text-align: left;
	
}

#textbox{
	background-color: #FFFFFF;
	width:400px;
	font-size: 10pt;
	padding: 15px 0 15px 15px;
}

#textbox a:link { color: #993300; text-decoration: underline; }
#textbox a:visited { color: #993300; text-decoration: underline;}
#textbox a:hover {color: #993300; text-decoration: underline;}

#photo {
	background-color: #FFFFFF;
	padding: 15px 30px 15px 15px;
	font-size: 0px;
} 

#footer{
 height:40px; 
  background-color:#000000; 
 clear:both;
 color: #FE8333;
 text-align: center;
 font-size: 10pt;
 } 
 
#footer a:link { color: #FE8332; text-decoration: underline; }
#footer a:visited { color: #FE8332; text-decoration: underline;}
#footer a:hover {color: #FE8332; text-decoration: underline;}
 
 /* *** 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 */  



h2, h3, p { font-family: Tahoma, Arial, Helvetica, sans-serif; }

h2	{
	margin: 0; 
	padding: 0; 
	font-size: 20px; 
	font-weight: bold;
	color: #000000;
}

h3	{
	margin: 0; 
	padding: 0; 
	font-size: 18px; 
	font-weight: bold;
	color: #000000;
}

p 	{
	margin: 0; 
	padding: 0; 
	font-size: 10pt; 
	font-weight: bold;
	color: #000000;
}

.italic {font-style: italic;}
.compact {font-size: 8pt;}
.red {color: #FF0000;}
.bold {font-weight: bold;}

#credit a:link { color: #000000; text-decoration: none; }
#credit a:visited { color: #000000; text-decoration: none; }
#credit a:hover { color: #FE8332; text-decoration: underline; }