.solidblockmenu ul{
margin: 0;
padding-left: 10px;
float: left;
font: bold 13px Arial;
width: 715px;
border: 1px solid #fff;
border-width: 0px 0;
background: white url(images/menu_bg.jpg) center repeat-x;
}

.solidblockmenu li{
display: inline;
height: 70px;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
/*border-right: 1px solid white;*/
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(images/menu_bg_active.jpg) center center repeat-x;
}

.tabcontainer{
clear: left;
width: 725px; /*width of 2nd level sub menus*/
height: 1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
/*margin-top: -1em;*/
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
/*margin-top: -1em;*/
}

.tabcontent{
display:none;
background-color:#2F5FF8;
color:#fff;
padding: 2px 0px 2px 0px ;
}

.tabcontent a{
	color:#fff;
	text-decoration:none;
	padding-left: 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.tabcontent a:hover{
	color:#fff;
	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footercell{
	padding-left: 5px; 
	padding-right: 5px; 
}
.footertext{

	font-size:12px; 
	color:#454545;
}
.footertext a{
	font-size:12px; 
	color:#454545;
	text-decoration:none;
}
.footertext a:hover{
	font-size:12px; 
	color:#454545;
	text-decoration:underline;
}

body {
	margin-top: 30px;
	background:#1F1F1F url(images/bodybg.jpg) repeat-x;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	margin-bottom: 1px;
	margin-top: 10px;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 1px;
	margin-top: 10px;
}
