﻿.sohotext, 
.text 
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:black; 
	font-size: 11pt;
	padding-left:10px;
	padding-right:12px;
}
table { border-collapse:collapse;}
body
{
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	text-align:center;
}
#container
{
	width:1010px;
	margin:0px auto;
}
#header
{
	width:1010px;
	height:125px;
	margin-right:30px;
}
.logo
{
	width:300px;
	margin-left:20px;
	float:left;				
}
.banner
{
	 width:650px;
	 margin-top:40px;
	 float:right;
}
/* Top Menu */
a.hmains { padding-left:15px;  line-height : 22px; padding-right:14px;  text-align:center; 
			border-left:thin black dotted; border-right:thin black dotted;
			color:#408CD8; font-weight: bold; font-size: 18px; font-family: Arial, Verdana, Helvetica, sans-serif;}

a.hmains:link, 
a.hmains:visited { color:#408CD8; text-decoration: none ;  }
a.hmains:hover, 
a.hmains:visited:hover { color: #FFA500; text-decoration: underline }
hmains a.current { color: red; text-decoration: none }

/* Footer */
.footerlink { color: black;  font-size: 10px; font-family: Verdana, Helvetica, sans-serif;  }
.footerlink a:link, 
.footerlink a:visited { color: black;  text-decoration: none }
.footerlink a:hover, 
.footerlink a:visited:hover  { color: blue;  text-decoration: underline }

.copyright { text-align:left; color: black; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; text-decoration: none;  }
.copyright a:link, 
.copyright a:visited{color:blue; text-decoration:none;}
.copyright a:hover, 
.copyright a:visited:hover{color:black; text-decoration:underline ;}

/* Other links  */
a:link, 
a:visited{color: blue; text-decoration:none;}
a:hover, 
a:visited:hover{color:#00A650; text-decoration:underline ;}

/* Headers */
h1 {  font-size: 22px; color: red}
h2 {  font-size: 18px; color: blue}
h3 {  font-size: 14px; color: black}

#content{
	width:1010px;
}
.clear
{
	clear:both;
	line-height:0px;
}