body
{
	margin: 0px;
	padding: 0px;
	background: #191968 url(../images/mainBg.jpg) top left repeat-x;
	font-family: Arial Narrow, sans-serif;
	text-align: center;
}

a
{
	color: #343399;
	text-decoration: none;
}

a:hover
{
	color: #555555;
}

#mainDiv
{
	width: 871px;
	margin: auto;
	position: relative;
}

#headerDiv
{
	width: 871px;
	background: url(../images/mainDivBg.png) top left repeat-y;
	position: relative;
}

#logo
{
	width: 355px;
	height: 71px;
	background: url(../images/logo.jpg) top left no-repeat;
	float: left;
	margin: 20px 0px 20px 20px;
	padding: 0px;
}

#logo span
{
	display: none;
}

#headerInfo
{
	float: right;
	margin: 35px 20px 20px 0px;
	font-size: 14px;
	text-align: right;
}

#headerInfo a
{
	color: #000000;
	text-decoration: none;
}

#searchDiv
{
	position: absolute;
	top: 5px;
	right: 18px;
}

#menuList
{
	clear: both;
	background: url(../images/menuBg.jpg) top left repeat-x;
	height: 50px;
	width: 863px;
	margin: auto;
	padding: 0px;
	list-style: none;
}

#menuList li
{
	margin: 12px 25px 0px 25px;
	padding: 0px;
	float: left;
}

#contentDiv
{
	width: 871px;
	background: url(../images/mainDivBg.png) top left repeat-y;
	margin-bottom: 5px;
	text-align: left;
	position: relative;
	padding: 1px;
}

#contentDivHeaderBg
{
	background: url(../images/contentHeaderBg.jpg) top left repeat-x;
	width: 862px;
	height: 64px;
	position: absolute;
	top: 0px;
	left: 4px;
}

#content
{
	position: relative;
	margin: 20px 20px;
	font-size: 16px;
	line-height: 24px;
}

.homepage
{
	width: 550px;
}

#content h1
{
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0px 30px 0px;
	padding: 0px;
}

.homeBottomDiv
{
	background: #d6d6d6;
	float: left;
	width: 380px;
	height: 160px;
	margin: 10px 10px 10px 20px;
	text-align: left;
	padding: 5px 10px;
	overflow: auto;
}

.homeBottomDiv h3
{
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #343399;
	width: 370px;
	margin: 10px 0px;
	padding: 0px;
}

#footerDiv
{
	width: 871px;
	height: 50px;
	background: url(../images/mainDivBg.png) top left repeat-y;
	font-size: 14px;
	color: #343399;
}

#footerLeft
{
	float: left;
	text-align: left;
	margin: 20px 0px 0px 20px;
}

#footerRight
{
	float: right;
	text-align: right;
	margin: 20px 20px 0px 0px;
}

.spacer
{
	clear: both;
}

#subMenu
{
	float: right;
	margin: 60px 0px 10px 10px;
	background: #eeeeee;
	border: 1px solid #cccccc;
	width: 180px;
	padding: 5px;
}

.subMenuItem
{
	margin: 5px 10px;
	line-height: 16px;
	font-size: 13px;
	font-weight: bold;
}

.subMenuItem1
{
	margin-left: 20px;
	font-size: 12px;
}

#rightColumn
{
	float: right;
	width: 280px;
	margin: 64px 10px 10px 20px;
	position: relative;
	z-index: 100;
}

#rightColumn .box
{
	background: #eeeeee;
	padding: 10px;
	margin: 10px 0px;
}

#rightColumn .box h3
{
	border-bottom: 1px solid #000000;
}
