body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #E0E0E0;
    font-size: 82%; 
	font-family: "Century Gothic", helvetica, sans-serif;
   	line-height: 1.6em;
	background-color: #D8D8D8;
  
}

A:link {
	COLOR: #0000FF; text-decoration: none;
}
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: 1000px;
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {  
  margin:0px; padding:0px;
}

#header {
  height: 138px;
  padding:0px;
  background: url('../img/header_bg.jpg') top right no-repeat;
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  color:#ffffff;
  letter-spacing: 1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  /* margin-left: 180px;
  margin-right: 180px; */
}

.footer {
  height: 50px;
  /* background-color: #4E7DD1; */
  background-color: #093A5A;
  text-align: center;
  padding-top:12px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

.footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
.footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
.footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
.footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  color: #333333;
}

#content h1 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h2 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}


#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:center;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: 14px Verdana, sans-serif;
  color: white;
  background: #07395A;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
  margin-right: 75px;
  font: 14px Verdana, sans-serif;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url('../img/tab_bg.gif') bottom left repeat-x;
  text-decoration: none;
  font: 14px Verdana, sans-serif;
}

#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;
}

.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;
  width: 100%;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  color: #333333;
  width: 140px;
}





#keywords          { clear: both; font-size: 10px; color: #4F4;}
#keywords a        { text-decoration: none;}
#keywords a:hover  { text-decoration: underline}
#keywords p        { text-align:center; margin-bottom:0; }

#special {
        clear: both;
        margin:0px 0 20px 0;    
        padding: 5px 20px;
        border: 1px solid #ccc;
        background: #eee;
        color: #444;
    }

	.yellow {
           border: medium solid #cccccc;
           background: #ffffad none no-repeat scroll 0% 50%;
           text-align: left;
 }
 
 .menu {
	line-height: 18px;
	font-size: 12px;
	list-style-type: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2153AA;
 }
 
 .leaf {
	list-style-type: none;
 }
 
 .menu a,a:visited {
	color: #000099;
	text-decoration: none;
 }
 
 .menu a:hover {
	text-decoration: none;
	background: CCCCFF;
 }
 
 .sub_head {
  color: #000099;  
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
 }
 
 .search {
        padding: 5px 5px 5px 5px;
        border: 1px solid #CFCB66;
        margin: 0 0 5px 0;
        background: #FFFFAD url(../img/search.gif) no-repeat;
        color: #585616;
    }
	
ul.menu li {
	margin: 0;
}

li.leaf {
	list-style-type:none;
	margin:0;
	padding:0.2em 0.5em 0 0;
	display: block;
}

li.leaf  a:hover {
	list-style-type:none;
	margin:0;
	background: #191970;
	color: white;
	display:block;
	width:90%;
}

li a.active  {
    color: black;
}