/* generated by csscreator.com */ 
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
} 

p, #maincol ul, #maincol li {
 font:Arial, Helvetica, sans-serif;
 size:14px;
 color:#333333;
 line-height:18px;
 padding-right:30px;
}
h1{
 font:Arial, Helvetica, sans-serif;
 size:30px;
 color:#99CCFF;
 margin-top:15px;

}

h2{
	size:20px;
	color:#FF6699;
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
 background-color: #FFFFFF;
} 
 

 
#leftcol{
	width:25%;
	float:left;
	position:relative;
	background-color: #EEEEEE;	
	
	/*background-image: url(images/nav_bk.png);
	
	background-repeat: no-repeat;
	background-position:20px 15px;*/
 }

#nav .leftnav a{
	list-style-type: none;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left:5px;
}
#nav {
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#nav .leftnav a:hover{text-decoration:underline;}



 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:70%;
	padding-left: 10px;
 }
 
#footer{
	height:50px;
        border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
        padding-top:20px;
	clear:both;

 } 
  #footlinks{width:700px;}
 
 #footlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.foottext
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	color: #000099;
}
.foottext a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

 #footlinks a:hover {
	text-decoration: underline;
}
#contact_patch p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	padding-top: 20px;
}

#logostamp{
	width:87px;
	height:48px;
	float:left;
	vertical-align: top;
}

#leftfoot{
float:left; padding-left:120px;
}
 
 

 
 /* *** 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;}
}
