﻿body 
{
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	background: url(../images/header_back.gif) repeat-x top;
}
A
{
	color: #1592ed;
}
A:visited
{
	color: #0e619e;
}
A:hover
{
	color: #ff8a01;
}
div.headerDiv
{
	height: 81px;
	width: 735px;
	margin: 0px auto;
}
div.headerDiv img
{
	margin-top: 10px;
	margin-left: 0px;
	float: left;
}
div.headerDiv span
{
	color: #ff8a01;
	font-size: 16pt;
	font-weight: bold;
	display: block;
	float: left;
	margin-top: 30px;
	margin-left: 10px;
}

div.menuDiv
{
	height: 19px;
	background-color: #abc8dd;
	width: 100%;
}
div.menuDiv div.innerMenu
{
	width: 735px;
	margin: 0px auto;
	border-right: solid 1px #95b7cf;
}
div.menuDiv div.innerMenu span
{
	display: block;
	float: right;
}
div.menuDiv div.innerMenu A, div.menuDiv div.innerMenu A:visited
{
	background-color: Transparent;
	display: block;
	float: right;
	color:#333;

	text-decoration: none;
	height: 19px;
	line-height: 18px;
	width: 70px;
	text-align: center;
	border-left: solid 1px #95b7cf;
}
div.menuDiv div.innerMenu A:hover
{
	background-color: #c9e2f5;
}

div.contentDiv
{
	width: 735px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

div.footerDiv
{
	width: 735px;
	border-top: solid 1px #abc8dd;
	color: #a5a4a4;
	margin: 0px auto;
	padding: 16px 0px;
	float: none;
}
div.footerDiv A
{
	color: #a5a4a4;
	text-decoration: underline;
}
div.footerDiv A:visited
{
	color: #6b6b6b;
}
div.footerDiv A:hover
{
	color: Black;
}
div.flashBanner
{

}
td.mainContentCell
{
	padding-top: 19px;
}
div.overview
{
	width: 480px;
	color: #2d6283;
	float: left;
	text-align: justify;
}
div.overview span.title
{
	font-size: 12pt;
	font-weight: bold;
	color: #2d6283;
}
div.overview HR
{
	height: 1px;
	color: #d2dce2;
	background-color: #d2dce2;
	border: none;
}

.features
{
	float: right;
	width: 218px;
	background: #fe9607 url(../images/features_back.gif) repeat-x bottom;
	color: White;
	margin-top: 25px;
}
.features A
{
	font-size: 11pt;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
.features A:hover
{
	Color: Black;
}
.features ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: solid 1px #f2d2ab;
	margin-top: 8px;
}
.features ul li
{
	display: block;
	border-bottom: solid 1px #f2d2ab;
	padding:6px 0px;
	font-size: 9pt;
}
.features td.topLeft
{
	background: url(../images/features_top_left.gif) no-repeat top left;
	width: 12px;
	height: 12px;
}
.features td.featuresTop
{
	border-top: solid 1px #a1a1a1;
	width: 182px;
	font-size: 6pt;
}
.features td.topRight
{
	background: url(../images/features_top_right.gif) no-repeat top right;
	width: 12px;
}
.features td.featuresContent
{
	border-left: solid 1px #a1a1a1;
	border-right: solid 1px #a1a1a1;
	padding: 0px 18px;
}
.features td.bottomLeft
{
	background: url(../images/features_bottom_left.gif) no-repeat bottom left;
	height: 12px;
}
.features td.featuresBottom
{
	border-bottom: solid 1px #a1a1a1;
	font-size: 6pt;
}
.features td.bottomRight
{
	background: url(../images/features_bottom_right.gif) no-repeat bottom right;
}

.title
{
	font-size: 14pt;
	font-weight: bold;
	color: #3b3a3a;
	display: block;
}
hr.titleHr
{
	color: #abc8dd;
	background-color: #abc8dd;
	border: none;
	height: 1px;
	margin-bottom: 10px;
}