* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html, body {
	background:#dddddd url(img/bg2.gif) top left repeat-x;
	padding: 0;
	margin: 0;
    height: 100%;
}
a {
	border: 0;
	text-decoration: none;
	color: #3d87ba;
}
a img {
		border: 0px;
}
#container {
	position:relative;
	background: url(img/containerBGfade.png) repeat-y;
	width: 800px;
    min-height: 100%;
    height: auto !important;
	height: 100%;
	padding: 0px 9px;
	margin-top: 0px;
	margin: 0px auto -50px; /* the bottom margin is the negative value of the footer's height */

}
.clear {
	clear: both;
}
.wrapper {
	overflow: hidden;
	background-color: #f1f1f1;
}
#navTop {
	background: url(img/headerfade.gif) repeat-x left;
	height: 52px;
	border-bottom: solid 1px #ffffff;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#navTop ul {
	list-style:none;
	padding:0;
	margin:0;
	padding-left: 130px;
	padding-top: 19px;
}
#navTop ul li {
	position: relative;
	display: inline;
	float: left;
}
#navTop ul li a {
	display: block;
	color: #FFFFFF;
      text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	background-color:#b40000;
	margin-right: 3px;
	padding: 9px;
	border-top: solid 1px #d60000;
	border-right: solid 1px #d60000;
	border-left: solid 1px #d60000;
}
#navTop span {
	display: block;
    text-decoration: none;
	font-weight:bold;
	font-size: 12px;
	margin-right: 3px;
	padding: 9px;
	color: #990000;
	background-color:#FFFFFF;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	border-left: solid 1px #efefef;
}
#navTop a:hover {background-color: #7f0000;}
#saTop {
	width: 800px;
	height: 35px;
	border-bottom: 1px solid #ffffff;
}
#headerLeft {
	background-color:#FFFFFF;
	float: left;
	width: 513px;
	height: 200px;
    border-bottom: solid 1px #ffffff;
}
#headerRight {
	float: left;
	width: 286px;
	height: 200px;
	border-left: solid 1px #ffffff;
}
#headerRight ul {
	list-style:none;
	padding:0;
	margin:0;
	height: 156px;
}
#headerRight ul li {
	display:block;
}
#headerRight ul li a {
	display: block;
	color: #990000;
    text-decoration: none;
	font-weight:bold;
	font-size: 20px;
	background-color:#ffcc00;
	border-bottom: solid 1px #ffffff;
	padding: 7px;
	margin:0;
}
#headerSearch {
	height: 40px;
	background-color: #f1f1f1;
	padding-left: 30px;
}
.searchText{
    width: 140px;
    background: white url(img/search_spyglass_blue.gif) no-repeat scroll 5px 5px;
    padding: 4px 2px 4px 22px;
    border: 1px solid #4F8ACE;
    font-size: 12px;
    font-family: arial, sans-serif;
    color: #606060;
    height:15px;
	margin-top: 6px;
  }
  
.searchSubmit {
    font-size: 11px;
	font-family: Tahoma, sans-serif;
	color: #fff;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #97beeb #24416d #24416d #97beeb;
	background-color: #4f8ace;
	overflow: visible; 
	padding: 3px 5px;
	height: 23px;
	margin-top: 8px;
 }
 #contentLeft {
 	float: left;
	width: 250px;
	height: 100%;
	background-color: #efefef;
 }
  #contentLeftHeader {
 	height: 35px;
	background: url(img/sideTopbg.gif) left repeat-x;
	margin: 0;
	padding-left: 25px;
 }
 #contentLeft h1 {
  	padding-left: 25px;
	margin: 0;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
 }
  #contentLeft h2 {
  	padding-left: 25px;
	color: #959595;
	display: inline;
 }
 #contentLeftHeader h1 {
 	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
 }
 #contentLeftHeader a {
 	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 12px;
 }
 #contentLeft ul {
	list-style:none;
	padding:0;
	margin:0;
}
#contentLeft ul li {
	display: block;
}
#contentLeft ul li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
	background-color:#f1f1f1;
	padding: 9px;
	border-bottom: solid 1px #cccccc;
	padding-left: 25px
}
#contentLeft ul li a:hover {
	color: #990000;
	background-color:#ebebeb;
}
#contentLeft ul li a:active {
	color: #990000;
	background-color:#ffffff;
}
 #contentRight {
 	float: left;
	width: 550px;
	min-height: 350px;
	background: #ffffff url(img/shadow.png) left repeat-y;
 }
  #contentRightFull {
 	float: left;
	width: 800px;
	min-height: 350px;
	background: #ffffff;
 }
 #contentRight {
 	float: left;
	width: 550px;
	min-height: 350px;
	background: #ffffff url(img/shadow.png) left repeat-y;
 }
 #contentRightMain {
 	padding: 25px 35px;
	height: 100%;
    min-height: 350px;
 }
 #contentRightMain h1 {
 	margin: 0;
	padding: 0;
	display: inline;
 	font-size: 18px;
 }
 #contentRightMain ol li {
	margin-bottom: 10px;
}
#contentRightMain ul li{
	margin-top: 10px;
}
 #contentRightHeader {
	height: 44px;
	background: #990000 url(img/shadow.png) left repeat-y;
	padding-left: 35px;
 }
 #contentRightHeader h1 {
 	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
 }
 #contentRightHeader h2 {
 	padding: 0;
	margin: 0;
	color: #efefef;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
 }
 #contentRightHeader h3 {
  	display: inline;
 	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
 }
 #footer {
	height: 50px;
    padding: 0px 9px;
    margin: 0px auto;
	position:relative;
	width: 800px;
 }
 .push {
 	height: 50px;
 }
div.greenlogo
{
height:83px;
width:83px;
margin: 0 auto;
}
.text_white {
	color: #FFF;
 }
 
 
 
 
 .box_highlight {
	background-color: #FC0;
	text-align: center;
	font-size: 110%;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

