body
{
	font-family: verdana;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background: #959d56;
	color: #000000;
}

#bodyDiv
{
	background: #ffffff url(../images/mainBg.gif) top left repeat-x;
}

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

#menuBg
{
	width: 745px;
	height: 53px;
	background: url(../images/menuBgMid.gif) top left repeat-x;
	position: relative;
	text-align: center;
}

#menuLeft
{
	width: 18px;
	height: 53px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/menuBgLeft.gif) top left no-repeat;
}

#menuRight
{
	width: 18px;
	height: 53px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/menuBgRight.gif) top right no-repeat;	
}

#menuContent
{
	position: absolute;
	top: 18px;
	left: 10px;
	width: 720px;
}

.menuItem
{	
	margin: 0px 14px;
	font-size: 13px;
}

#menuContent a
{
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#menuContent a:hover
{
	text-decoration: underline;
	background: none;
}

#mainContent
{
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	background: #ffffff;	
}

#innerPageMargin
{
	margin: 10px;
}

#homepageBanner
{
	width: 100%;
	height: 135px;
	background: #ffffff url(../images/homepageBoxPic.gif) top left no-repeat;
	border: 1px solid #959d56;
	margin-top: 20px;
}

#bannerText
{
	margin: 10px 0px 0px 300px;
	font-size: 14px;
	
}

#bannerText h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 6px 0px;
	padding: 0px;
}

a
{
	color: #0400b3;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	background: #dddddd;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 6px 0px;
	padding: 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0px;
	padding: 0px;
}

#footerDiv
{
	background: #959d56 url(../images/footerBg.gif) top left repeat-x;
	width: 100%;
	height: 100px;
	margin-top: 10px;	
	text-align: center;
	font-size: 11px;
}

#footerContainer
{
	width: 750px;
	margin: auto;
	padding-top: 20px;
}

#leftFooter
{
	float: left;
	text-align: left;
}

#rightFooter
{
	float: right;
	text-align: right;
}

#subMenu
{
	float: left;
	width: 250px;
	border: 1px solid #959d56;
	padding: 6px;
	margin: 0px 6px 6px 0px;
	background: #ffffff;
}

.menuItem
{
	font-size: 12px;
}