@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E4E5E0;
	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 {
	background: #E4E5E0; 
}
.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: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.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: #FFFFFF;
	border: 1px solid #ffffff;
}
.oneColFixCtrHdr #footer {
	padding: 0 1px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E4E5E0;
}
.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: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	text-decoration: none
	padding: 0;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	page-break-after:avoid
}

a.boldbuttons{
background: transparent url('images/roundedge-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('images/roundedge-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.bottom {
	font-size: 11px;
	font-family: arial, helvetica, verdana;
	font-weight: bold;
	color: #333333
}
.bottom a:link {
	color: #000000;
	text-decoration:underline;
	font-weight: bold
}
.bottom a:visited {
	color: #333333;
	text-decoration:underline;
	font-weight: bold
}
.bottom a:hover {
	color: #C0C0C0;
	text-decoration:underline;
	font-weight: bold
}
.bottom a:active {
	color: #333333;
	text-decoration:underline;
	font-weight: bold
}

.lc {
	font-size: 13px;
	font-family: arial, helvetica, verdana;
	font-weight: bold;
	color: #000000
}
.lc a:link {
	color: #ff0000;
	text-decoration:underline;
	font-weight: bold
}
.lc a:visited {
	color: #000000;
	text-decoration:underline;
	font-weight: bold
}
.lc a:hover {
	color: #ff0000;
	text-decoration:underline;
	font-weight: bold
}
.lc a:active {
	color: #000000;
	text-decoration:underline;
	font-weight: bold
}
