body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eeeeee;
	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;
}
.oneColFixCtr #container {
	width: 950px;  /* 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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1   { color: #414141; font-size: 150%; font-weight:bold; font-family: Arial, Helvetica, sans-serif; line-height: 100%; margin: 0 }


h2   { color: #414141; font-size: 100%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 100%; margin: 0 }

h3   { color: #EA8F2C; font-size: 100%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 120%; margin: 0 }

h4   { color: #ffffff; font-size: 130%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 120%; margin: 0 }

h5   { color: #EA8F2C; font-size: 130%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 100%; margin: 0 }

table  { font-size: 100%; background-color: #fff; }

a {color:#EA8F2C; font-family: Arial, Helvetica, sans-serif; text-decoration:none }
a:Hover{color:#EA8F2C; font-family: Arial, Helvetica, sans-serif; text-decoration:underline }

a.nav {color:#ffffff; font-weight:bold; font-family: Arial, Helvetica, sans-serif; text-decoration:none }
a.nav:Hover{color:#ffffff; font-weight:bold; font-family: Arial, Helvetica, sans-serif; text-decoration:underline }

a.leftb {color:#EA8F2C; font-weight:bold; font-family: Arial, Helvetica, sans-serif; text-decoration:none }
a.leftb:Hover{color:#EA8F2C; font-weight:bold; font-family: Arial, Helvetica, sans-serif; text-decoration:underline }

a.left {color:#333333; font-weight:bold; font-family: Arial, Helvetica, sans-serif; line-height:110%; text-decoration:none }
a.left:Hover{color:#EA8F2C; font-weight:bold; font-family: Arial, Helvetica, sans-serif; text-decoration:underline }

p   { font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 0.8em; line-height: 110%; text-transform: none }
p.foot   { font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-weight:bold; font-size: 0.8em; line-height: 110%; text-transform: none }

ul   { font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 80%; font-weight:bold; line-height: 120%; text-transform: none }

ol   { font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 80%; font-weight:bold; line-height: 100%; text-transform: none }

#navigation td {
	border-top: 2px solid #EA8F2C;
	
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif, Times, serif;
	color: #333333;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 5px 5px;
	}
	
#navigation a:hover {
	background: #ffffff;
	color:#EA8F2C;
	}
	
	.fll {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.flr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
