html {
	overflow-y: scroll;
}
body{
	background-color: #1D4258;
}
#centeredcontent {
	position: absolute;
	width: 900px;
	left: 50%;
	top: 0px;
	margin-left: -450px;
	background:url(body.jpg) repeat;
}
#banner {
	position:relative;
	left: 0px;
	top: 0px;
	width: 900px;
	height: 130px;
	background:url(top.jpg);
}
#navigation{
	position:relative;
	width: 798px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	left: 51px;
	height: 25px;
	text-align:center;
	z-index: 500;
}
#teaser{
	position:relative;
	width: 798px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	left: 51px;
	background-color:#020C2D;
}
#bodyText{
	position:relative;
	width: 770px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	left: 65px;
}
#footer{
	position: relative;
	width: 770px;
	color: #666666;
	left: 65px;
	text-align:center;
}
#footerImage{
	position:relative;
	width: 900px;
	height: 50px;
	background:url(bottom.jpg);
}
a{
	color: #a00;
	text-decoration: none;
}
a:hover{
	color: #001F5E;
	text-decoration: underline;
}
a.memberNav{
	color: #FFFFFF;
	text-decoration: none;
}
a.memberNav:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
	
/*For CSS Menu
Source: http://www.seoconsultants.com/css/menus/tutorial/
**************** menu coding *****************/
#menu {
	width: 100%;
	background: #FFFFFF;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 133px;
	float: left;
	text-align:center;
	border-bottom: medium solid #a00000;
}
#menu a, #menu h2 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 2px 3px;
}
#menu ul li ul{
	width: 140px;
	text-align: left;
	border-left: medium solid #a00000;
	border-right: medium solid #a00000;
	border-bottom: medium solid #a00000;
}
#menu h2 {
	color: #000000;
	background: #FFFFF;
	text-transform: uppercase;
}
#menu a {
	color: #000;
	background: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #a00;
}
#menu li {
	position: relative;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul{
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}