body
{
	margin: 0px;
	background-color: white;
	color: #696969;
	font-family: Arial;
	font-size: 75%;
}
table
{
	font-size: 100%;
}
a
{
	color: navy;
}
a:hover
{
	color: #DD3300;
}
.homecontainer
{
	width: 780px;
	border: solid 1px gray;
}
.homemain
{
	width: 620px;
	height: 288px;
	background-image: url(../images/homebgNew.jpg);
	vertical-align: top;
}
.innermain
{
	width: 100%;
}
.topmenu
{
	margin: 8px 0px 0px 0px;
	cursor: default;
}
.topmenu td
{
	padding: 0px 3px 1px 2px;
	vertical-align: middle;
	font-weight: bold;
}
.topmenu a
{
	color: #DD3300;
	text-decoration: none;
}
.topmenu a:hover
{
	color: #0033DD;
}
.topmenucurrent a
{
	color: #0033DD;
}
.homecontent
{
	width: 100%;
}
.hometext
{
	width: 347px;
	height: 125px;
	padding: 8px 30px 45px 16px;
	vertical-align: top;
}
.homenews
{
	width: 150px;
	height: 124px;
	padding: 9px 42px 5px 8px;
	vertical-align: top;
}
.footer
{
	width: 780px;
	padding: 5px 0px 6px 0px;
	color: #999999;
	font-size: 85%;
	text-align: center;
}
.footer a
{
	color: #9999bb;
	text-decoration: none;
}
.maintitle
{
	padding: 30px 0px 0px 0px;
	color: #e41815;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
.maincontent
{
	padding: 14px 20px 20px 0px;
}
.side
{
	width: 151px;
	height: 300px;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
}
.menusubcontainer
{
	
	top: 0px;
	z-index: 1;
	visibility: hidden;
	position: absolute;
	margin-top: 6px;
	cursor: default;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#a6c0f6,direction=135,strength=4);
}
.menusubcontainer table
{
	background-color: #def0ff;
	border: solid 1px #7496e6;
}
.menusubcontainer td
{
	padding: 1px 1px 1px 1px;
}
.menusubcontainer a
{
	width: 100%;
	color: #1b20f0;
	text-decoration: none;
}
.menusubcontainer a:hover
{
	color: #1b20f0;
}
