body
{
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	text-align: center;
}

#mainDiv
{
	width: 800px;
	margin: auto;
}

#headerDiv
{
	background: url(../images/headerBg.gif) top left repeat-y;
	width: 800px;
	height: 103px;
	position: relative;
}

#menuDiv
{
	background: #6b7acd;
	width: 800px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 30px;
	text-align: right;
}

.menuItem
{	
	border: 0px;
}

#logo
{	
	border: 0px;
	position: absolute;
	bottom: 1px;
	left: 0px;
}

#homepageBannerDiv
{
	background: url(../images/homepageBannerBg.gif) top right no-repeat;
	height: 147px;
	width: 800px;
	text-align: left;
	padding-top: 1px;
}

#homepageContentDiv
{
	font-size: 12px;
	font-weight: bold;
	color: #33338b;
	width: 310px;
	margin: 10px;
}

h1, h2, h3, h4, h5, h6
{
	margin: 10px 0px;
	padding: 0px;
	font-weight: bold;
	color: #33338b;	
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 14px;
}

#contentDiv a
{
	color: blue; 
	text-decoration: none 
}

#contentDiv a:visited
{ 
	color: #c48d22; 
}

#contentDiv a:hover
{ 
	color: #c48d22; 
	text-decoration: underline;
}

#contentDiv
{
	text-align: left;
	width: 800px;
	font-size: 11px;
	margin: 20px 0px 20px 0px;
}

#footerDiv
{
	width: 800px;
	border-bottom: 30px solid #6b7acd;
	font-size: 12px;
}

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

#footerDiv li
{
	margin: 0px 4px; 
	padding: 0px;
	display: inline;
}

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

#footerDiv a:hover
{
	text-decoration: underline;
}	

#subMenu
{
	float: left;
	width: 130px;
	margin-right: 30px;
	margin-top: 50px;
}

#marginContent
{
	float: left;
	width: 400px;
}

.spacer
{
	clear: both;
}

#subMenu a
{
	color: #000000;
	margin: 10px 0px;
	display: block;
	text-transform: uppercase;
}

#rightDiv
{
	width: 200px;
	float: right;
	padding-top: 40px;
}

#margin2Content
{
	float: left;
	width: 580px;
}

.rightDivBox
{
	min-height: 100px;
	margin: 4px;
	font-size: 11px;
}

.newsSubCategoryName 
{
    font-size: 24px;
}

.shortDescriptionBoxHeader
{
	font-size: 13px;
	font-weight: bold;
}

.newsCategory 
{
	display: none;
}

.shortDescriptionBoxSubheader 
{
	display: none;
}

.breadcrumbs
{
	display: none;
}

.pageControls
{
	display: none;
}
