html, body{ margin:0; padding:0; text-align:center; background-color:#efefef; font-family:Arial, Helvetica, sans-serif; font-size:13px; } 
 
h1	{ font-size:16px;} 

h2	{ font-size:15px; color:#6a74ac;} 
 
.textarea1	{ border:1px solid #E6E6E6;} 

a.Serviceslink { color:#6a74ac; text-decoration:none;}
a.Serviceslink:hover { text-decoration:underline;}
 
#pagewidth{ 
 	width:806px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;	
	background-image:url(../images/bg.jpg);
	} 

#header{
 	position:relative; 
 	height:197px;
	padding-left:12px;
	padding-right:12px;
	background-image: url(../images/1.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	} 


#headerText1 { height:25px; font-family: Centaur; color:#FFFFFF; font-size:33px; padding-top:90px; padding-left:15px;}
#headerText2 { height:29px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding-left:15px; padding-top:10px;}

#top_menu {background-color:#6a74ac; height:23px; padding-left:20px; font-size:14px; padding-top:5px; border-top:1px solid #fff;}
a.top_menu_link { color:#FFFFFF; text-decoration:none;  }
a.top_menu_link:hover { text-decoration:underline;}
a.top_menu_link_active { color:#fff; text-decoration:none; font-weight:bold;}

#maincol{

	margin-left:auto; 
 	margin-right:auto;
	padding:0;
	margin:0;
 	float: right; 
 	display:inline; 
 	position:relative; 
 	width:780px;
	min-height:400px;
 	}
 
.leftMenu { float:left; width:180px; height:300px;}
.rightContent { float:right; width:567px; margin-right:20px;}
  
a.top_menu_left { color:#6a74ac; text-decoration:none; font-size:13px; font-family:Arial, Helvetica, sans-serif; line-height:25px;}
a.top_menu_left:hover { text-decoration:underline;}
a.top_menu_left_active { color:#000; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; }

 
#footer{
 	height:30px; 
 	clear:both;
	background-image:url(../images/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
 	} 
	
#copyright { 	margin-left:auto; margin-right:auto;	}

.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
	}
 
.clearfix{ display: inline-block; }
* html .clearfix{ height: 1%; }
.clearfix{ display: block; }

