html { min-height: 100%; margin-bottom: 1px; 
     overflow: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.top {
	background-color: #0C2E87;
	height: 104px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	height: 29px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
.contentLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	width: 535px;
	padding-right: 20px;
	overflow: visible;
	float: left;
	margin-left: 50px;
}
.contentRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #333333;
	overflow: visible;
	float: right;
	
}
.overallWrapper {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14pt;
	color: #999999;
	height: 75px;
	width: 880px;
	background-color: #0C2E87;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	
}
.footer a:link {
	color: #999999;
	text-decoration: none;
}
.footer a:visited {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	color: #C7C9CF;
	text-decoration: none;
}
.footer a:active {
	color: #999999;
	text-decoration: none;
}
.footerEdge {
	height: 25px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footerEdge.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFB200;
	font-weight: bold;
	padding-top: 15px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #333333;
	padding-right: 20px;
	overflow: visible;
	margin-left: 50px;
	margin-right: 50px;
	float: left;
	padding-top: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

