/* CSS Document */

body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color: #e3e3df;
	text-align:center;
}

td
{
	font-size: 12px;
}

a:link {color:#182C3D;}
a:visited {color:#182C3D;}
/*a:hover { text-decoration: none; color:#5e932c;}*/
/*a:active { text-decoration: none; color:#5e932c;}*/
a:hover { text-decoration: none; color:#E25613;}
a:active { text-decoration: none; color:#E25613;}

#contMain
{
	border:1px #182c3d solid;
	/*border-top:0px;*/
	background:#FFFFFF;
}

#headerLogo
{
	height: 110px;
	padding-right:10px;
	background: url('../images/header_logo.jpg') left top no-repeat;
}

#headerAd
{
	margin-top:10px;
	float:right;
	width:728px;
	height:90px;
}

#footerLogo
{
	height: 50px;
	background: url('../images/footer_logo.jpg') left top no-repeat;
}

#footerLogo2
{
	float:right;
	width:107px;
	height:50px;
}

.copyright
{
	margin: 20px 0 20px 0;
	color: #A3A3A3;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica;
	text-align: center;
}
	.copyright A:link, .copyright A:visited { color: #A3A3A3; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #182C3D; text-decoration: none; }
