@charset "utf-8";
/* main styles */
body, html
{
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
body,td,th 
{
	color: #585858;
	font: 12px Arial, Helvetica, sans-serif;
}
body { text-align: center; }

a {
	font-size: 15px;
	color: #fc7b11;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #fc7b11;
}
a:hover {
	text-decoration: underline;
	color: #fc7b11;
}

h2 {
	font-size: 15px;
	color: #035bad;
	font-weight: bold;
	margin: 0px;
}

img {
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul li
{
	background: url(../img/bullet.gif) no-repeat left 4px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 12px;
}

/* content blocks */
.container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

.logo, .hflash, .hflash, .botblock, .footer, .leftblock, .rightblock {
	display: block;
	padding: 0px;
	margin: 0px;
}

.logo { margin-top: 10px; }
.hflash {height: 324px; overflow: hidden;}

.leftblock, .rightblock {margin: 20px 0px 0px;}
.leftblock 
{
	width: 390px;
	float: left;
	font-size: 17px;
	line-height: 22px;
}
.rightblock 
{
	width: 590px;
	float: right;
}

.botblock 
{
	float: left;
	width: 574px;
	padding: 5px 0px 5px 426px;
	background: #f0f0f0;	
}

.footer 
{
	float: left;
	width: 1000px;
	padding: 14px 0px 0px;
	height: 38px;
	font-size: 9px;
}
