﻿html, body{
	background: url('images/back2010.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
} 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	background: url('images/back2010.jpg') repeat-x top;
	position: relative;
	height: 140px;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
} 

#content{
	background: url('') repeat-x top;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
} 

a:hover{
	text-decoration: none;
}

#leftcol{background-color: #A5CBD6;
 width:210px; height:100%;
 float:left; overflow:hidden; 
 position:relative; 
  }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 700px;overflow:hidden; 
	font-family: Arial, Helvetica, sans-serif;
}
 
#footer{
 height:150px; 
  background-color:#FFFFFF; 
 clear:both;
 } 
 

#vertmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	width: 185px;
	padding-left: 7px;
	margin: 0px;
	font-style: italic;
}

#vertmenu h1 {
display: block; 
background-color:#;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 0px solid #000000;
color: #333333;
margin: 0px;
width:185px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
text-align: right;
padding: 0px;
border: none;

}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
	font-size: large;
	display: block;
	border-bottom: 0px dashed #636363;
	padding: 8px 2px 4px 4px;
	text-decoration: none;
	color: #000000;
	width: 185px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000080;
	background-color: #ffffff;
	text-decoration: underline;
}

.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
}

.style5 {
	background-image: url('images/empback.jpg');
}
h1 {
	text-align: left;
	font-size: medium;
	color: #3333FF;
}

h2 {
	text-align: center;
	font-size: small;
	color: #0F518A
}
h3 {
	text-align: left;
	font-size: medium;
		}

.style2 {
	background-color: #FFFFFF;
}
.style3 {
	margin-left: 30px;
	margin-right: 30px;
}
.style4 {
	background-color: #A5CBD6;
}
.style7 {
	text-align: right;
	font-size: 11px;
}
.style8 {
	font-size: 11px;
	}
.style10 {
	font: normal normal normal 9pt Arial, Helvetica, sans-serif;
	text-align: center;
}
.style11 {
	border-width: 0px;
}
.style12 {
	margin-left: 5px;
	margin-right: 5px;
}
.style13 {
	border-width: 0px;
	margin: 15px 15px 10px 15px;
}
.style14 {
	text-align: center;
}
.style15 {
	font-size: 11px;
}
.style16 {
	background-color: #A5CBD6;
	text-align: right;
}
.style17 {
	text-align: left;
}

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