@charset "utf-8";
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: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	background-color: #CCC;
	background-image: url(images/micrologo.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #headernav {
	background-color: #EEE;
	width: 800px;
	height: 36px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.imgc {
	text-align: center;
}
.awardtxtcb {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
.awardtbl {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	border: 1px solid #000;
}
a {
	color: #000000;
}
a:hover {
	color: #0193DE;
}

a:visit {

color: #000000;
}
.conttbl {
	border: 1px solid #000;
}
.imgr {
	float: right;
}
p {
	font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}
ul {
	font-size: 14px;
}
.demotbl {
	border: 2px solid #0193DE;
}
#archive {
	background-color: #EEE;
	margin: 5px;
	padding: 5px;
	float: right;
	width: 200px;
	border: 2px solid #0392DE;
	font-size: 12px;
}
h2 {
	font-size: 16px;
	text-align: center;
}
h3 {
	font-weight: bold;
	background-color: #0193DE;
	font-size: 16px;
}
h1 {
	color: #0099cc;
	font-size: 24px;
	font-weight: bold;
}
.archp {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}

