body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* 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;
	height: 100%;
}

html {
	height:100%;
}

*html #container { 
	
	height: 100%;
}
	
	
.oneColFixCtrHdr #container {
	width: 750px;  /* 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: 0px solid #ebebeb;
	text-align: left;
	min-height: 100%;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	height: 200px;
	background-image: url(images/new_header.png);
}
.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 */
	font-size: 110%;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 1.4;
	min-height: 250px;
	padding-bottom: 65px;
}


h1 {

	font-size: 110%;
	text-decoration:underline;
}



h2 {
	font-size: 105%;
	text-decoration:underline;
}

	
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebebeb;
	width: 750px;
}


.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 */
	line-height: 0.5;
}

div#navigationalbar {
	height: 28px;
	width: 100%;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: transparent;
	margin-top: 103px;
}


div#navigationalbar ul {
text-align: center;
margin: 0px;
padding: .2em 1em;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
line-height: 20px;
white-space: nowrap;
}


div#navigationalbar li {

list-style-type: none;
display: inline;
margin: 20px;
font-style: italic;
}


div#navigationalbar li a {

text-decoration: none;
padding: 7px 10px;
color: #000000;
}


div#navigationalbar li a:link {

color: #000000;
}


div#navigationalbar li a:visited {
	color: #373636;
}


div#navigationalbar li a:hover {
	font-weight: lighter;
	color: #FFFFFF;
	background-color: #000000;
}

div#footermenu {
	width: 750px;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #ebebeb;
	margin: 0px;
	font-size: 75%;
	text-decoration: none;
	line-height: 0.9;
	position: relative;
	margin: -47px auto 0 auto;


}


div#footermenu ul {
	text-align: center;
	margin: 0px;
	padding: .2em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	white-space: nowrap;
	background: #ebebeb;
}


div#footermenu li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	font-style: italic;
	font-size: 75%;
}


div#footermenu li a {

text-decoration: none;
padding: 7px 10px;
color: #000000;
}


div#footermenu li a:link {

color: #000000;
}


div#footermenu li a:visited {

color: #373636;
}


div#footermenu li a:hover {
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
}


div#leftcolumn {
	width: 300px;
	float: left;
}


div#left {
	width: 320px;
	z-index: 2
	}


div#center {
	z-index: -3;
	margin: 0em auto 0em auto;
	}


div#rtcolumn {
	width: 300px;
	float:right;
	vertical-align: top;
	z-index: -1;

}



#descriptor1 {
	width: 300px;
	vertical-align: top;
	text-align: justify;
	margin: 20px;
	color: #666666;
	font-style: italic;
	font-size: 90%;
}



div#descriptor2 {
	width: 300px;
	vertical-align: top;
	text-align: justify;
	margin: 20px;
	color: #666666;
	font-style: italic;
	font-size: 90%;
}



div#descriptor3 {
	text-align: justify;
	margin: 20px;
	color: #666666;
	font-style: italic;
	font-size: 110%;
}



div#descriptor4 {
	width: 300px;
	vertical-align: top;
	text-align: justify;
	margin: 20px;
	color: #666666;
	font-style: italic;
	font-size: 90%;
}



div#descriptor5 {
	width: 300px;
	vertical-align: top;
	text-align: justify;
	margin: 20px;
	color: #666666;
	font-style: italic;
	font-size: 90%;
}

A:link {
	text-decoration:none;
	color: #000000;
} 


A:visited 
{text-decoration:none;
color: #000000
}
div#floatright {
	float: right;
	clear: right;
	padding: 10px;
}

div#form {
	line-height: 1.5;
}
