body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	text-align:center;
	background-color: #ededec;
}

a,
a:visited
{
color: #2f63a3;
text-decoration:none;
}

a img {
  border: none;
}

a:hover
{
text-decoration:underline;
}

p {
  margin:0; 
  padding:0;
}

div.clear {
  margin:0;
  padding:0;
  width:0;
  height:0;
  font-size:0;
  clear:both;
  float:none;
}

h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
  font-weight: normal;
}

h2 {
  color: #c00;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 8px;
}

h3 {
  color: #cd4b17;
  font-size: 16px;
  margin-bottom: 8px;
}

span.small {
  font-size: 11px;
}



div#footer {
  margin: 5px auto 20px auto;
  color: #929191;
  font-size: 11px;
}

div#footer a,
div#footer a:visited,
div#footer a:hover {
  color: #929191;
  font-size: 11px;
}

div#page {
  width: 100%;
  margin: 0px;
  padding-top: 0px;
}

body#main_layout div#page {
	background: url(../gfx/bg_gradient.gif) repeat-x left top;
}

div#page_wrapper {
  width: 906px;
  margin: 0px auto 0px auto;
}

div#menu {
  padding: 0px 4px 8px 4px;
}

div#menu h1 {
  float: left;
  /* background: url(logo.gif) no-repeat bottom left; */
  width: 120px;
  height: 36px;
  padding-top:3px;
}

div#menu h1 span {
  display: none;
}

div#menu ul {
  float:right;
  list-style-type:none;
  margin:0;
  padding:0;
  border-right: 1px solid #DFDFDF;
  padding-top: 16px;
}

div#menu ul li {
  float:left;
  border-left: 1px solid #DFDFDF;
}

div#menu ul a,
div#menu ul a:active,
div#menu ul a:visited {
  font-size: 14px;
  padding: 2px 20px;
  display:block;
  color: #333;
}

div#menu ul a.current,
div#menu ul a.current:active,
div#menu ul a.current:visited,
div#menu ul a.current:hover {
  font-weight: bold;
  color: #cd4b17;
  text-decoration:none;
}

div#header div#headertxt {
  background: url(../gfx/site_main_header.gif) no-repeat top left;
  height: 221px;
  position:relative;
  text-align:left;
}

div#header div#headertxt h2{
	font-size:36px;
	color:#fff;
	font-weight:bold;
	padding:77px 0 0 45px;
	text-shadow: 0 2px 0 #000; 
	margin-top:0px;
	margin:0px;
}

div#header div#headertxt p{
	font-size:14px;
	color:#fff;
	padding:65px 0 0 800px;
	text-shadow: 0 2px 0 #000; 
}

div#header div#headertxt a{
	font-size:14px;
	color:#fff;
	text-shadow: 0 2px 0 #000; 
}

div#background_wrapper {
  background: url(../gfx/site_border_background.gif) repeat-y top left;
}

div#border_background_top {
  background: url(../gfx/site_border_background.gif) no-repeat top left;
}

div#content_wrapper {

}

div#page_content {
  padding:0 3px;
  text-align:left;
}

div#page_footer {
  background: url(../gfx/site_border_footer_bg.gif) no-repeat top left;
  height: 16px;
}

div#upper_content {
  background: #F5F5F5 url(../gfx/site_sub_header_bg.gif) repeat-x top left;
  padding: 15px 25px 15px 25px;
}

div#upper_content h1 {
	text-shadow: 0 2px 0 #999;
}

div#upper_content p {
  font-size: 12px;
  line-height: 24px;  
  color: #484848;
}

div#upper_content_bottom {
  background: #F5F5F5 url(../gfx/site_featured_content_bottom_bg.gif) repeat-x top left;
  height: 5px;
}

div#page_content_inner {
  padding:10px 25px 25px 25px;
}

div.content {
  width: 100%;  
  margin-bottom: 20px;
  padding: 20px 0px;
  border-bottom: 1px solid #DFDFDF;
  color: #666;
}

div#content_split {
  background: #F5F5F5 url(../gfx/site_featured_content_bottom_bg.gif) repeat-x top left;
  height: 5px;
margin: 20px 0px;
}

div.content p {
  margin-bottom: 10px;
}

div.content h3{
  margin: 10px 0px;
}

div.content h4{
  margin: 10px 0px;
font-weight:bold;

}

div.content a {
  color: #600;
}

div.content h3 {
  color: #333;
}






