body
{
	margin: 0px;
	padding: 0px;
	background: url(../images/mainBg.gif) top left repeat;
	color: #577086;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
}

#mainDiv
{
	width: 1024px;
	margin: auto;
	background: #ffffff;
	margin-top: 100px;
}

#headerDiv
{
	width: 1024px;
	height: 89px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 3px;
	left: 0px;
	border: 0px;
}

#slogan
{
	background: url(../images/slogan.gif) top left no-repeat;
	width: 538px;
	height: 23px;
	position: absolute;
	top: 37px;
	right: 33px;
}

#topMenu
{
	position: absolute;
	top: 73px;
	right: 33px;
	background: #6a829b;
	height: 28px;
	width: 808px;
}

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

#topMenu li
{
	margin: 4px 20px;
	padding: 0px;
	float: left;
}

#topMenu a
{
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#topMenu a:hover
{
	color: #dddddd;
}

#leftBgDiv
{
	background: url(../images/leftDivBg.gif) top left repeat-y;
}

#leftDiv
{
	float: left;
	width: 144px;
}

#menuDiv
{
	margin-left: 35px;
	background: #a1a2a4;
	text-align: left;
	padding: 1px 0px;
	border-bottom: 10px solid #ffffff;
	min-height: 273px;
}

#menuDiv ul
{
	margin: 40px 6px 0px 6px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 25px 0px;
	padding: 0px;
}

#menuDiv a
{
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

#newsDiv h2
{
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

#menuDiv a:hover
{
	color: #626d83;
}

#newsDiv
{
	margin: 0px 0px 0px 40px;
	text-align: left;
}

#newsDiv h2
{
	font-size: 15px;
	margin: 10px 0px;
	padding: 0px;
	color: #606688;
}

#newsDiv a
{
	font-size: 11px;
	color: #606688;
	list-style: disc outside;
	text-decoration: none;
	margin: 15px;
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
}

#newsDiv a:hover
{
	color: #35407b;
}


.shortDescriptionBoxHeaderAutostuff a
{
	font-size: 11px;
	color: #606688;
	list-style: disc outside;
	text-decoration: none;
	margin: 15px;
	display: list-item;
	font-family: Arial, Helvetica, sans-serif;
}

.shortDescriptionBoxHeaderAutostuff a:hover
{
	color: #35407b;
}

#contentDiv
{
	margin: 0px 30px 0px 152px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}

#footerDiv
{
	text-align: right;
	font-size: 11px;
	clear: both;
	margin: 20px 20px 0px 0px;
	padding-bottom: 20px;
}

.spacer
{
	clear: both;
}

img 
{
	 border: 0px;
}

a
{
	color: #577086;
}