body
{
	padding: 0px;
	margin: 0px;
	background: #373888;
}

#header1
{
	background: url(../images/header1Bg.gif) top left repeat-x;
	height: 24px;
	width: 100%;
	text-align: center;
}

#header1Content
{
	margin: auto;
	margin-top: 3px;	
}

#header2
{
	background: url(../images/header2Bg.jpg) top center repeat-x;
	height: 130px;
	width: 100%;
	text-align: center;
}

#header2Container
{
	width: 700px;
	margin: auto;
	border-top: 1px solid #dddddd; 
}	

#header2Logo
{
	float: left; 
	display: inline; 
	margin: 0px 0px 3px 0px;
}

#header2Text
{
	text-align: right;
	margin: 30px 10px 0px 0px;
}

#menuDiv
{
	background: #373888;
	width: 100%;
	text-align: center;
	border-top: 1px solid #1d1d5a;
	border-bottom: 1px solid #1d1d5a;
}

#menuTable
{		
	width: 900px;
	text-align: center;
	height: 50px;
	margin: auto;
	padding: 0px;
}

#menuTable td
{
	text-align: center;
	border-top: 1px solid #373888;
	border-left: 1px solid #373888;
	border-right: 1px solid #6a6ba7;
	border-bottom: 1px solid #6a6ba7;
}

#mainPage
{
	width: 100%;
	background: #98b879 url(../images/greenshade.gif) top left repeat-x;	
	border-bottom: 1px solid #9aad87;
}

#contentBg
{
	width: 675px;
	background: #ffffff url(../images/contentBgTop.gif) top left repeat-x;
	margin: auto;
	border-top: 1px solid #9aad87;
}

#contentText
{
	margin: 15px;
	text-align: left;
}

#homepageDiv
{
	margin: 10px;
	text-align: left;
}

#footer
{
	background: #373888 url(../images/footerBg.gif) top left repeat-x;
	width: 100%;
	border-top: 1px solid #98b879;
	text-align: center;
}

#footerContainer
{
	margin: auto;
	margin-top: 20px;
	width: 80%;
}

#subMenu
{
	background: #ffffff;
	border: 2px solid #373888;
	float: right;
	margin: 10px;
	padding: 4px;
	width: 150px;
}