P {
	font: normal 12px/normal Verdana, Geneva, sans-serif;
}
li {
	font: bold normal 12px/normal Verdana, Geneva, sans-serif;
	color: #666;
}

H1 {
	font: bold normal 20px/normal Verdana, Geneva, sans-serif;
	color: #112297;
}
H2 {
	font: bold normal 16px/normal Verdana, Geneva, sans-serif;
	color: #112297;
	margin: 0px;
	padding: 0px;
}
H3 {
	WORD-SPACING: normal;
	LETTER-SPACING: normal;
	font: bold normal 12px/normal Verdana, Geneva, sans-serif;
	color: #112297;
}
body {
	MARGIN: 10px 0px 0px;
	background: #112297;
}
#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: medium solid #112297;
	height: auto;
}
#header {
	MARGIN-LEFT: auto;
	WIDTH: 900px;
	MARGIN-RIGHT: auto;
	text-align: center;
	height: 110px;
	border-bottom: medium solid #112297;
	background-image: url(Graphics/NewBanner0212.gif);
}

#navbar {
	WIDTH: 900px;
	height: 40px;
	float: left;
	background-color: #112297;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#photobar {
	WIDTH: 560px;
	height: 70px;
	float: right;
	margin: auto 10px 10px auto;
}

#HomePageContent {
	background: #FFF;
	width: 900px;
	text-align: center;
}
#leftcolumn {
	background: #999;
	padding: 10px;
	width: 150px;
	float: left;
	position: relative;
}

#content {
	MARGIN-LEFT: 10px;
	WIDTH: 700px;
	float: left;
	background-color: #FFF;
	height: auto;
	padding: 0px;
}
#innercontent {
	WIDTH: 750px;
	float: left;
	background-color: #FFF;
}
#rightcolumn {
	background: #CCC;
	padding: 10px;
	width: 150px;
	float: right;
	position: relative;
	margin-right: 10px;
}


#footer {
	WIDTH: 900px;
	margin-bottom: 10px;
	text-align: center;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	border-top: medium solid #112297;
}

.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: 0px;
	line-height: 0px;
}

