
body {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #00a5d7;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColElsCtr #container {
	width: 900px;
	background: #00a5d7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00a5d7;
	text-decoration: none;
}


div.scroll {	
	height: 459px;	
	width: 440px;	
	overflow: auto;	
	background-color: #fff;	
	margin-left: 15px;

	}

.margin {
	margin: 30px;
}

h1 {
	font-size: 12px;
	line-height: 12px;
	color: #000000;
}

h2 {
	font-size: 10px;
	text-decoration: italic;
	color: #000000;
}

h3 {
	font-size: 10px;
	text-decoration: italic;
	font-weight: normal;
	color: #999999;
	padding-bottom: 10px;
}

h4 {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #00a5d7;
}



#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
width: 99%;
height: 1%;
}

#navcontainer li {
margin: 0;
width: 99%;

}

#navcontainer a {
display: block;
color: #ffffff;
background-color: #095a92;
width: 140px;
height: 16px;
padding: 3px 3px 3px 3px; 
text-decoration: none;
border-bottom: 1px solid #1f82c6;
font-weight: normal;
font-size: 11px;
}

#navcontainer a:hover {
background-color: #03b2e9;
color: #ffffff;
width: 99%;
}

#navcontainer li li a
{
display: block;
color:#095a92;
background-color: #03b2e9;
width: 99%;
padding: 3px 3px 3px 3px;
text-decoration: none;
border-bottom: 1px solid #d5d5d5;
font-weight: normal;
font-size: 11px;
}

.footer {
	font-size: 11px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00a5d7;

}

.marginh {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


.margin9 {
	padding-right: 10px;
	padding-left: 34px;
	padding-bottom: 0;
	padding-top: 10;
}