@charset "UTF-8";
body {
	font: 100% 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: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/shadow_hor.jpg) repeat;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px #000000;
	border-right: 0px #000000;
	border-bottom: 0px #000000;
	border-left: 0px #000000;
}
.oneColFixCtrHdr #header {
	padding: 0 0px;  /* 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. */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px 0 24px;
}
.oneColFixCtrHdr #footer {
	padding: 0 25px 0 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.jpg);
	height: 60px;
}
body {
	background-image: url(images/grad.jpg);
	font-size: 12px;
}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.style14 {color: #FF6600}
.style15 {color: #ff6600}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.grey:link {
	color: #333333;
	text-decoration: none;
}
a.grey:visited {
	text-decoration: none;
	color: #333333;
}
a.grey:hover {
	text-decoration: underline;
	color: #333333;
}
a.grey:active {
	text-decoration: none;
	color: #666666;
}
a.boldlink:link {
	text-decoration: underline;
	color: #CC6600;
}
a.boldlink:visited {
	text-decoration: underline;
	color: #CC6600;
}
a.boldlink:hover {
	text-decoration: underline;
	color: #CC6600;
}
a.boldlink:active {
	text-decoration: none;
	color: #CC6600;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
#topmenu {
	position:relative;
	left:30px;
	width:568px;
	height:auto;
	z-index:1;
	top: 142px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.Heading {font-size: 18px}
.greenbox {
	color: #333333;
	font-size: 14px;
	background-color: #E5EBD4;
	display: block;
	margin: 0px;
	padding: 10px;
	line-height: 18px;
}
.caption {
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-bottom: 15px;
}
.botmenu {
	color: #666666;
	font-size: 12px;
	display: block;
	padding-left: 130px;
	padding-top: 15px;
}

</style>
