@charset "utf-8";
html {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #930;
	height: 100%;
	overflow: auto;
}
div.about{
	text-align: left;
}
div.left{
	width: 300px;
	text-align: left;
	line-height: 30px;
}
div.right{
	width: 700px;
}
span.center{
	text-align:center;
	font-size:12px;
	line-height: 15px;
}
span.awardleft{
	text-align:left;
	font-size:10px;
	line-height: 11px;
}
.awardleftital {
	text-align:left;
	font-size:10px;
	line-height: 11px;
	font-style: italic;
}
	
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	position: relative;
	height: 100%;
	padding: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	height: 186px;
	width: 1000px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	width: 1000px;
	margin: 0px;
	text-align: center;
}
.oneColFixCtrHdr #menubar {
	background: #C96;
	width: 100%;
	margin: 0px;
	text-align: center;
	height: 35px;
}
.oneColFixCtrHdr #footer {
	min-height: 105px;
	background-color: #FFF;
	width: 1000px;
	height: 105px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #contact {
	min-height: 105px;
	background-color: #FFF;
	width: 400px;
	height: 105px;
	margin-right: auto;
	margin-left: 370px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

