*{ 
 margin:0; 
 padding:0; 
 border:0;
 font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
 } 

#pagewidth{ 
 width:965px;  
  background-image:url("../images/menu_bg.jpg");
 background-repeat:repeat-y;
} 
 
#header{
 position:relative; 
 height:114px; 
  background-image:url("../images/header.jpg");
 width:100%;
} 

.topMenu a	{
	margin-right:5px;
}
 
#leftcol{
	padding-top:5px;
	text-align:center;
 width:156px; 
 float:left; 
 position:relative; 

  }
 #submenu{
 	padding-top:5px;
	padding-bottom:200px;
 }
 #submenu a {
 	display:block;
	color:#fff;
	font-size:8pt;
	text-decoration:none;
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:3px;
	margin-top:3px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url("../images/menu_button1.jpg");
 }
 #submenu a:hover
 {
 background-image:url("../images/menu_button2.jpg");	
 color:#003;
 }
#maincol{
	background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:809px;
 }
 
 
 #content { 
 display:block; 
 float:left;
 padding-top:30px;
 padding-left:20px;
  padding-right:20px;
 width:535px;
 font-size:8pt;
 line-height:10pt;
 letter-spacing:0.5px;
 }
#content a {color:#206DB3; text-decoration:none; font-weight:bold; }
#content a:hover {text-decoration:underline; }

 #content h1 {  
 margin-top:14px;
 	background-image:url("../images/h1.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:10pt;
	font-weight:normal;
	width:100%;
	margin-left:-10px;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:10px;
	letter-spacing:0.1em;
	border-bottom:3px solid #206DB3;
 }
 
 #content h3 {  
 margin-top:14px;
 	background-image:url("../images/h1.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:9pt;
	font-weight:normal;
	width:100%;
	margin-left:-10px;
	padding-top:2px;
	padding-bottom:4px;
	margin-bottom:10px;
	letter-spacing:0.1em;
 }
 #news { padding-top:10px; display:block; float:right; width:234px;}
 
.newsbox {
	position:relative;
	display:block;
	font-size:8pt;
 	border:1px solid #206DB3;
	padding:5px;
width:220px;
 }
 
 .newsbox h1 {
 background-image:url("../images/h1.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	font-size:12pt;
	font-weight:normal;
	width:50%;

	padding-top:2px;
	padding-bottom:3px;
	margin-bottom:10px;
	letter-spacing:0.1em;
	border-bottom:3px solid #206DB3;
 }
 .newsbox img { float:right; width:80px; position:absolute; top:4px; right:4px; }
 .newsbox .more{ display:block; position:absolute; bottom:5px; right:4px; text-decoration:none; color:#000;}
 .newsbox .more:hover { text-decoration:underline; }
 .newsbox p { width:140px; }
 #news { display:block;
 float:right;
  }
 
 .newsbox a {color:#206DB3; text-decoration:none; font-weight:bold; }
.newsbox a:hover {text-decoration:underline; }
 
 #top {

	padding-top:3px;
	padding-bottom:5px;
	background-image:url("../images/top_bg.jpg");
	background-position:top left;
	background-repeat:repeat-y;
	height:20px;
 }
 #topmenu a 
 {
 	position:relative;
 	display:block;
	float:left;
	width:105px;
 		padding-top:2px;
	padding-bottom:2px;
	margin-bottom:3px;
	margin-top:3px;
 	background-repeat:no-repeat;
	background-position:center center;
 	background-image:url("../images/top_button.gif");
color:#fff;
	font-size:8pt;
	text-decoration:none;
	text-align:center;
 }

#top #hand
{
	position:absolute;
	right:20px;
	top:7px;
	color:#fff;
	font-size:7pt;
}
#top #hand a {
	text-decoration:none;
	color:#fff;
}
#top #hand a:hover {
	 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-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;}
}

/******************************/
input	{
	border-bottom:1px solid #206db3;
	float:left;
	display:block;
	margin-right:110px;
	margin-bottom:10px;
}

label	{
	display:block;
	width:120px;
	float:left;
	margin-bottom:10px;	
}

textarea	{
	border:1px solid #206db3;
}

