body {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  color:#000000;
  background: #79989A url('../images/top_gray.gif') top right repeat-x;
}

A:link {
	COLOR: #0558FF; text-decoration: none
}
A:visited {
	COLOR: #0558FF; text-decoration: none
}
A:active {
	COLOR: #0558FF; text-decoration: none
}
A:hover {
	COLOR: #0558FF; text-decoration: underline
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 788px;
  text-align: left;
  background-color:#FFFFFF;
}

#logo {
  height: 95px;
  background: #FFFFFF url('../images/logo.gif') top center no-repeat;
  clear: both;
}

#page_header {
  height: 220px;
  background: #FFFFFF url('../images/header.gif') top center no-repeat;
  clear: both;
}

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #5D6869 url('../images/menu_bg.gif') top left repeat-x;
  border-left:4px #FFFFFF solid;
  border-right:4px #FFFFFF solid;
}

#content_wrapper {
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;      
  border:0px dashed #FFFFFF;  
}

#main_content {
  margin-left:10px;
  margin-right:10px;
  border:0px dashed #cccccc;
}

#main_content h3 {
  margin-top:0px;
  margin-bottom:5px;
  font-family: verdana;
  font-size: 14px;
  color: #000000;
  padding:4px;
}

#main_content p {
  margin-top:5px;margin-bottom:15px;
  padding:4px;
  font-family: verdana;
  font-size: 11px;
  line-height: 16px;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #5D6869;
  background: url('../images/menu_bg.gif') top right repeat-x; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana;
  font-size:11px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left:8px;
  padding-right:8px;
  background-color: transparent;
  color: White;
  text-decoration: none;
  float: left;
  border-right: 1px solid #A8B9BA;
  border-left:1px #000000 solid;
}

#navcontainer ul li a:hover {
  background-color: #5D6869;
  background: url('../images/menu_bg_over.gif') top left repeat-x; 
  color: #fff;
}

#page_footer {
  height: 70px;
  background: #5D696A url('../images/footer.gif') top left repeat-x; 
  clear: both;
  border-left:1px #FFFFFF solid;
  border-right:1px #FFFFFF solid;
}

#page_footer p {
  padding-top:9px;
  text-align:center;
  font-family: verdana;
  font-size: 11px;
  line-height:29px;
  color:#FFFFFF;
}

#page_footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#page_footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#page_footer A:active {
	COLOR: #FBD539; text-decoration: none;
}
#page_footer A:hover {
	COLOR: #FBD539; text-decoration: none;
}