/* generated by csscreator.com */ 
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/back.jpg);
} 
 
#pagewidth{ 
 width:800px; 
 text-align:left;  
  
} 
 
#header{
	position: relative;
	height: 189px;
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(../images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
} 
 
#leftcol{
 width:160px; 
 float:left;
 display: inline; 
  }
  
#maintop
{
	
float: right;
	height: 16px;
		width: 640px;
	display: inline;
	position: relative;
	background-image: url(../images/main_top.jpg);
}
 
#maincol{
	float: right;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	width: 610px;
	display: inline;
	position: relative;
	background-image: url(../images/main_middle.jpg);
}

#imageright{
	float: right;
	padding-right: 20px;
}

.imagetop{
	padding-top: 15px;
}

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

a {
	text-decoration: underline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	border: none;
	color: #B22222;
}

h1,.componentheading {
	color: White;
	font-size: 1.5em;
	font-family: sans-serif;
	font-style: ;
	font-weight: ;
	text-align: ;
	margin: 1em 0; /*use for top/bottom*/
	padding: 0 0em; /*use for left/right*/
	background: ;
}

h2,.contentheading,a.contentheading:link,a.contentheading:visited,.contentpagetitle,a.contentpagetitle:link,a.contentpagetitle:visited {
	color: #333333;
	font-size: 1em;
	font-family: sans-serif;
	margin: 1em 0; /*use for top/bottom*/
}

h3,table.moduletable th {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	margin: 1em 0; /*use for top/bottom*/
}

h4 {
	font-size: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #1C1C1C;
}
p {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	color: Black;
}


