body
{
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background: #171B77;
}

#mainDiv
{
	background: #2B3094 url(../images/mainBg.gif) top left repeat-x;
	min-height: 563px;
	min-width: 1000px;
}

#innerMainDiv
{
	background: #ffffff url(../images/innerMainBg.gif) top left repeat-x;
	min-height: 563px;
	min-width: 1000px;
}

#footerDiv
{
	border-top: 1px solid #8B8DBB;
	border-bottom: 1px solid #8B8DBB;
	position: relative;
}

.footerText
{
	font-size: 9px;
	color: #ffffff;
	padding: 6px;
	float: right; 
	border-right: 1px solid #8B8DBB
}

.spacer
{
	clear: both;
}

#headerDiv
{
	background: url(../images/headerBg.gif) top left repeat-x;
	height: 189px;
	position: relative;
}

#headerPic
{
	background: url(../images/topPic.jpg) top left no-repeat;
	width: 332px;
	height: 189px;
}

#logo
{
	position: absolute;
	top: 54px;
	left: 185px;
}

#menuDiv
{
	position: absolute;
	top: 0px;
	left: 332px;
	background: #2B3094 url(../images/menuCurve.gif) top left no-repeat;
	height: 30px;
}

#menuDiv ul
{
	margin: 0px 0px 0px 40px;
	padding: 0px;
	list-style: none;	
	position: relative;
	top: 0px;
	right: 20px;
}

#menuDiv li
{
	margin: 0px;
	padding: 0px;
	float: left;
}

#menuDiv a
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	display: block;	
}

#menuDiv a:hover
{
	background: #8C8ACA;
}

#activeMenuItem
{
	background: #8C8ACA;
}

#footerBunny
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/footerBunny.gif) top left no-repeat;
	width: 130px;
	height: 144px;
}

#homepageContent
{
	background: url(../images/homepageContentBg.gif) top right no-repeat;
	height: 359px;
	margin-right: 245px;
	padding-top: 1px;
}

#rightBar
{
	background: url(../images/rightBarPic.gif) top left no-repeat;
	width: 224px;
	min-height: 361px;
	position: absolute;
	top: 50px;
	right: 0px;
}

#topHomepageContent
{
	font-size: 12px;
	color: #094585;
	margin: 20px;
}

#memberSignIn
{
	float: right;
	background: url(../images/memberSignInBg.gif) top left no-repeat;
	width: 178px;
	height: 130px;
	margin: 20px;
	font-size: 12px;
	color: #094585;
	font-weight: bold;
	padding: 4px 10px;
}

#memberSignIn a
{
	color: #094585;
	text-decoration: none;
}

.inputBox
{
	background: #ffffff;
	border: 1px solid #000000;	
}

.signInBtn
{
	background: url(../images/loginBtn.gif) top left no-repeat;
	width: 62px;
	height: 20px;
	border: 0px;
	cursor: pointer;
	margin: 2px 0px;
}

.toolBox
{
	border-left: 1px dotted #A5A3DA;
	color: #A5A3DA;
	font-size: 11px;
}

.toolBox h1
{
	font-size: 18px;
	margin: 4px 0px;
	padding: 0px;
	font-weight: bold;
}

#rightBarContent
{
	margin: 310px 30px 0px 20px;
	font-size: 11px;
	color: #ffffff;
}

#rightBarContent h1
{
	color: #F2D4AB;
	font-size: 18px;
	margin: 4px 0px;
	padding: 0px;
	font-weight: bold;
}

#rightBarContent a
{
	color: #F2D4AB;
	text-decoration: none;
	font-weight: bold;
}

#innerpageContent
{
	width: 760px;
	background: #ffffff;
	font-size: 12px;
	border-right: 1px solid #8EAFD2;
	min-height: 440px;
}

#innerpageContent h1
{
	background: #FFCE00;
	height: 38px;
	color: #1F529F;
	font-size: 30px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 10px;
	border-bottom: 1px solid #8EAFD2;
}

#sideBar
{
	width: 200px;
	float: left;
}

#sideBar ul
{
	margin: 0px;
	padding: 0px;
	background: #47449D;
	list-style: none;
}

#sideBar li
{
	margin: 0px;
	padding: 0px;
}

#sideBar a
{
	width: 190px;
	height: 20px;
	border-bottom: 1px solid #8EAFD2;
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 0px 10px;
}

#sideBar a:hover
{
	background: #8EAFD2;
}

#sideBarPic
{
	margin: 10px;
}

#innerpageText
{
	margin-left: 210px;
	margin-right: 20px;
	padding-bottom: 30px;
	font-size: 11px;
}