@charset "utf-8";
.datafield {
	background-color: #969B9F;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	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: #7D3C20;
	clear: right;
	background-image: url(images/iStock_000002678013Mediumwwcr.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1000px; /* 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. */
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	color: #000;
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/LOGO5V.jpg);
	background-repeat: no-repeat;
	height: 100px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #969BA1;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	height: 575px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #FFF;
	background-color: #7D3C20;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
.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 */
}

#hmenu ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#hmenu ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: right;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#hmenu li a {
	color: #FFF;
	border: 1px outset #9191ff;
	padding: 5px;
	text-decoration: none;
	display: inline;
	font-size: 18px;
	background-color: #7D3C20;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#hmenu li a:hover {
	color: #FFF;
	background-color: #000;
}

.menu {
	width: 550px;
	background-color: #FFF;
	float: right;
	margin-top: 50px;
}
#yel {
	color: #FF0;
}
#flash {
	height: 338px;
	width: 450px;
	clear: right;
	float: right;
}
.main_txt {
	height: 550px;
	width: 960px;
	float: left;
	font-size: 16px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#current_project {
	height: 50px;
	width: 450px;
	float: right;
}

