body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #E0E0E0;
}

A:link {
	COLOR: #0000FF; text-decoration: underline;
}
A:visited {
	COLOR: #0000FF; text-decoration: none;
}
A:active {
	COLOR: #0000FF; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 98%;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
  background: #009900 url('') bottom left repeat-x; /* The  bg for the top banner */
  margin:0px; padding:0px;
}

#header {
  height: 60px;
  padding:15px;
  background: url('') top right no-repeat;
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff; /* The color for the H1 tag  */
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#f0eaca; /* The color for the H2 tag  */
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 160px;
  background: #C7E28C url('') bottom left repeat-x; /* The background color for left-side rail */
}

#right_side {
  margin-top: 10px;
  float: right;
  width: 160px;
  background: #C7E28C url('') bottom left repeat-x; /* The background color for the right-side rail */
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
  margin-right: 180px;
}

#footer {
  height: 50px;
  background-color: #009900; /* should be the same as header-wrapper.  */
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #ffffff; /* Text color for the Footer  */
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}
/* Change the A color codes below for the footer */
#footer A:link {
	COLOR: #FFFF14; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFF14; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FF0A0A; text-decoration: underline;
}

#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #000000; /* Text color for side rails */
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff; /* Text color */
  border:1px solid #000000; /* border color for the box */
  background-color: #389951; /* Background color */
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #000000; /* Color for H4 in side rails */
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

/* NAVIGATION BUTTONS ALONG TOP ROW */
#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974; /* DARKER DENIM BLUE - should not change */
  font: bold 14px Verdana, sans-serif;
}
#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}
#navlist li a
{
  color: #F1F6FE; /* SMOKEY GRAY - should not change */
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974; /* DENIM BLUE - should not change */
  border-bottom: none;
  background: #2153AA url('img/tab_bg_green.gif') bottom left repeat-x; /* Change the background URL */
  text-decoration: none;
}
#navlist li a:link { color: #F1F6FE; } 
#navlist li a:visited { color: #F1F6FE; }
#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB; 
  border-color: #0F3974; 
}
#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

/* Left-side Navigation Menu */
#menu {
	width: 150px;
	padding: 0 0 1em;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	margin: 0px;
	position: ;
	font-size: 75%;
	}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #333300; /* DARKER OLIVE - should not change */
	border-right: 0px none #333300;
	border-bottom: 0px none #333300;
	border-left: 0px none #333300;
}
#menu li {
		margin: 0;
}
#menu li a {
	display: block;
	color: #ffffff; /* Text color of link */
	text-decoration: none;
	width:150px;
	background: #054D05; /* background color of link */
	border-bottom: 1px solid #333300; /* DARKER OLIVE - should not change */
	letter-spacing:;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu li a:hover {
	color: #000000; /* Text color of hover link */
	background: #8FD600; /* background color of hover link */
}	

/* Styles */
.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}