<style type="text/css">
  td            { color: #333333; text-align: justify; }
  .btm          { color: #ffffff; font-weight:bold; }
  .btm:hover    { color: #ff9900; }
  a             { color: #154b64; font-weight:bold; text-decoration:none}
  a:hover       { color: #ff9900; }
 
 
body  {
	font: 80% 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: #9eadba;
	border: 0;
}
.twoColFixLtHdr #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;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/header3.jpg);
	width: 800px;
	height: 234px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 264px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px;
	margin-right: 20px;


} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 100%
}
.style2 {color: #E65A29}
.style4 {
	color: #125208;
	font-weight: bold;
}


 a.ovalbutton{
	display: block;
	float: right;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(images/oval-gray-left.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: #E65A29; /*button text color*/
	font-weight: bold;
}

a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(images/oval-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.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%;
}




 
</style>
