/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 min-width:600px;  
}
 
#header{
 position:relative; 
 height:71px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
#menu{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#FFFFFF; 
 }


/* button styles */
#menu a:link,
#menu a:visited
{
display: block;
font-size: 9pt;
text-decoration: none;
color: #FFFFFF;
background: #688DB3;
padding: 2pt;
/*border-style: outset;*/
border-right-style: solid;
border-right-width: 2px;
border-right-color: #0000A0;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #0000A0;
}


#menu a:hover,
#menu a:active
{
background: #86AAD0;
}

#menu ul, #menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
}
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%;
 }

#maincol p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px
}
 
#footer{
 height:1.5em; 
  background-color:#DDDBDC; 
 clear:both;
 } 
 

 
 /* *** 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;}
}


body		{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #000000;
				text-decoration: none;
				background-color: #FFFFFF;
				line-height: 14px;
				margin: 20px;
			}


td			{  font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #000000;
				text-decoration: none;
			}
		

input		{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				background-color: #CCCCCC;
				border: 0px; clip:  rect(   );
				text-align: justify;
				margin-top: 2px;
				margin-bottom: 2px;
				margin-right: 0px;
				margin-left: 0px
			}
		

a			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #336699;
				text-decoration: none;
				line-height: 14px;
			}
a:hover			{
				text-decoration: underline;
			}
		
			
b			{	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				line-height: 14px;
				font-weight: bold;
				color: #000000
			}


.bodytext	{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #000000;
				text-decoration: none;
				line-height: 18px
			}


