@charset "utf-8";
html {overflow-y:scroll;}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 15px 0 0 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3399FF;
}
a:hover {
	text-decoration: none;
	color: #4486a4;
}
a:active {
	text-decoration: none;
	color: #00DFFF;
}

ul {
line-height: 15px;
list-style-type: square;
}

.BODY-TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000033;
	padding-top: 5px;
	font-weight: normal;
}

.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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background:url(menu/edi.gif) no-repeat center;
	cursor:pointer;
	float:left;
	height:44px;
	width:84px;
	padding: 0 0 0 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. */
}
.oneColFixCtrHdr #header h1 {
	
	text-indent:-9999px;
	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: 3px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #logobar {
	background:url(menu/supporting.gif) no-repeat center;
	width:260px;
	height:44px;
	float:left;
}

.oneColFixCtrHdr #navbuttons {
	width:456px;
	height:44px;
	float:left;
	clear:right;
}

.oneColFixCtrHdr #sidenav {
	width:260px;
	height:140px;
	float:left;
	padding:0 0 0 84px;
}

.oneColFixCtrHdr #navimage {
	float:left;
	width:456px;
	height:141px;
	clear:right;
}

.oneColFixCtrHdr #loginnav {
	float:left;
	padding:0 0 0 84px;
	height:44px;
	width:260px;
}

.oneColFixCtrHdr #goalbar {
	float:left;
	clear:right;
	width:456px;
	height:44px;
	clear:right;
}

.oneColFixCtrHdr #mainContent {
	clear:both;
	padding: 0 0 0 84px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h2 {
	font-size:18px;
	padding:0px 0 0 0;
}

.oneColFixCtrHdr #mainContent h3 {
	font-size:12px;
	margin:0px;
}

.oneColFixCtrHdr #mainContent h4 {
	font-size:14px;
	margin:0px;
}

.oneColFixCtrHdr #contactContent {
	float:left;
	width:201px;
	padding:0 0 0 84px;
}

.oneColFixCtrHdr #contactContent h2 {
	font-size:18px;
	padding:0px 0 0 0;
}

.oneColFixCtrHdr #contactForm {
	float:left;
	width:515px;

}
.oneColFixCtrHdr #contactForm h2{
	text-align:right;
	font-size:14px;
	padding:10px 0 0 0;
	margin:0;
}

.oneColFixCtrHdr #footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */

}
.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:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #foot_address {
	width:258px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
}
.oneColFixCtrHdr #foot_logos {
	width:
	float:left;
}
