*
{
	margin: 0;
	padding: 0;
}

.bottom
{
	clear: both;
}

body
{
	margin: 0;
	padding: 0;
	background: #CCC;
	color: #000;
	font-size: 80%;
	font-family: "arial";
}

img
{
	border: 0;
}

a {
color: #427ed8;
}

a:hover{
color: #cd3529;
}

a:visited{
color: #427ed8;
}

#topCont
{
	width: 100%;
	height: 170px;
	color: #CCC;
}

#top
{
	margin: 0 auto;
	width: 900px;
	height: 50px;
	background: #F1F1F1;
	font-weight: bold;
}

#topleft img
{
	float: left;
	width: 300px;
	height: 50px;
	padding: 0;
}

#topright
{
	float: left;
	width: 600px;
	height: 30px;
	padding-top: 15px;
	text-align: right;
	font-size: 120%;
	color: #26559a;
	font-style: italic;
	border-bottom: 5px #26559a solid;
}

#header
{
	margin: 0 auto;
	width: 900px;
	height: 120px;
	background: #000;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 120px;
	background: #333;
}

#headerright
{
	float: left;
	width: 600px;
	height: 120px;
	background: #333 url('../images/header_bg.png') repeat-x;
}

#headerright h1
{
	margin: 0;
	padding: 15px 30px 0 0;
	font-weight: normal;
	font-size: 300%;
	letter-spacing: -2px;
	color: #F1F1F1;
	text-align: right;
}

#headerright h2
{
	margin: -5px 0 0 0;
	padding: 0 30px 0 0;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
	color: #aaaaaa;
	text-align: right;
}

#mainCont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 900px;
	background: #FFF url('../images/bg_main.png') repeat-y;	
}

#mainmenu p
{
	margin: 0 20px 5px 20px;
	color: #555;
	line-height: 160%;
	font-size: 110%;
}

#mainmenu p span
{
	color: #222;
	font-size: 125%;
}

#maincontent
{
	float: left;
	width: 550px;
	padding: 15px 25px 0 25px;
	line-height: 160%;
}

#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#maincontent h1
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
	font-size: 160%;
	color: #cd3529;
}

#maincontent h4
{
	font-size: 12px;
	font-weight: normal;
}

#maincontent img
{
	float: right;
	margin: 0 0 5px 5px;
	padding: 5px;
	border: 1px solid #CCC;
}

#maincontent ul
{
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #000;
}

#maincontent ul a:hover{
color: #cd3529;
}

#maincontent a:hover{
color: #cd3529;
}

#maincontent blockquote
{
	margin: 0 0 15px 20px;
	padding: 0 0 0 15px;
	border-left: 3px solid #26559a;
}

#maincontent blockquote h3
{
	margin-bottom: -20px;
}

#maincontent blockquote span
{
	text-decoration: none;
	color: #cd3529;
}

#maincontent ul li span
{
	color: #000;
}

#maincontent table
{
	text-align: center;
	font-size: 12px;
}

#maincontent table td
{
	width: 180px;
	padding-left:0;

}

#maincontent table td a
{
	font-size: 16px;

}

#maincontent table td img
{
	float: left;
	margin-left: 40px;
}

#footerCont
{
	width: 100%;
}

#footer
{
	margin: 0 auto;
	width: 900px;
	color: #999;
	font-size: 85%;
	background: #FFF;
	border-top: 1px solid #CCC;
}

#footer a
{
	color: #666;
	text-decoration: none;
}

#footer a:hover
{
	color: #26559a;
}

#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}

#footerright
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}

.preloaded
{
	display:none;
}
