body {
  background: #e7dbb4 url(/images/bg_repeat.jpg) repeat-x;
  font: 14px/20px arial, verdana, sans-serif;
  color: #555;
  text-decoration: none;
  }

p {
  padding: 0 0 20px 0;
  margin: 0;
  }

h1 {
  font: italic 20px/22px  arial, verdana, sans-serif;
  color: #555;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0 5px 0;
  margin: 0;
  }

h2 {
  font: bold 12px/17px arial, verdana, sans-serif;
  color: #62778e;
  text-decoration: none;
  padding: 0 0 0 8px;
  margin: 0;
  }

h3 {
  font: bold 14px/20px arial, verdana, sans-serif;
  color: #62778e;
  text-decoration: none;
  padding: 0;
  margin: 0;
  }

a:link, a:active, a:visited {
  color: #62778e;
  text-decoration: underline;
  }

a:hover {
  color: #62778e;
  text-decoration: underline;
  }

ul {
  padding: 0;
  margin: 0 30px 0 30px;
  }
  
#container {
  width: 726px;
  margin: 0 auto;
  }

#content {
  background: url(/images/table_bg_repeat.gif) repeat-y;
  }

.header {
  background: url(/images/header.jpg) no-repeat;
  height: 168px;
  width: 726px;
  }

#left_side {
  width: 440px;
  padding: 35px 20px 20px 20px;
  }

#right_side {
  width: 210px;
  padding: 35px 15px 0 15px;
  font: 12px/17px arial, verdana, sans-serif;
  color: #62778e;
  text-decoration: none;
  }
 
#right_side a {
  color: #62778e;
  text-decoration: none;
  }

#right_side a:hover {
  color: #62778e;
  text-decoration: underline;
  }

.lrg_text {
  font: italic 20px/22px arial, verdana, sans-serif;
  color: #555;
  text-decoration: none;
  padding: 0 5px 0 0;
  }

ul.right_side {
  padding: 0;
  margin: 8px 0 8px 30px;
  }

#footer_bottom {
  background: url(/images/footer_bottom.gif) no-repeat;
  height: 15px;
  }
  
#footer_links {
  width: 720px;
  margin: 0 auto;
  list-style: none;
  font: 11px/20px arial, verdana, sans-serif;
  color: #666;
  }

#footer_links li {
  display: inline;
  padding: 0 10px 0 10px;
  }

#footer_links a {
  color: #666;
  text-decoration: none;
  }

#footer_links a:hover {
  color: #666;
  text-decoration: underline;
  }

.right_text {
text-align: left;  
}

#form_error_box {
font-size: 11px;
font-weight: bold;
color: #ff0000;
padding: 0 0 5px 0;
}

/*  MAIN NAV */

#navigation {
  list-style: none;
  width: 720px;
  height: 25px;
  margin: 0 auto;
  padding: 0;
  }

#navigation li {
  float: left;
  padding: 0;
  margin: 0;
  }

#navigation li a {
  display: block;
  height: 25px;
  text-indent: -9000px;
  background-position: 0 0;
  }

#navigation li#nav_about.on a, #navigation li#nav_services.on a, #navigation li#nav_resources.on a, #navigation li#nav_signup.on a, #navigation li#nav_employment.on a, #navigation li#nav_contact.on a {
  background-position: 0 -25px;
  }

/* ABOUT */
#navigation li#nav_about a {
  width: 104px;
  background: url(/images/nav/about.gif) no-repeat;
  }

#navigation li#nav_about a:hover {
  background-position: 0 -25px;
  }

/* SERVICES */
#navigation li#nav_services a {
  width: 112px;
  background: url(/images/nav/services.gif) no-repeat;
  }

#navigation li#nav_services a:hover {
  background-position: 0 -25px;
  }

/* RESOURCES */
#navigation li#nav_resources a {
  width: 126px;
  background: url(/images/nav/resources.gif) no-repeat;
  }

#navigation li#nav_resources a:hover {
  background-position: 0 -25px;
  }

/* SIGN UP */
#navigation li#nav_signup a {
  width: 104px;
  background: url(/images/nav/sign_up.gif) no-repeat;
  }

#navigation li#nav_signup a:hover {
  background-position: 0 -25px;
  }

/* EMPLOYMENT */
#navigation li#nav_employment a {
  width: 149px;
  background: url(/images/nav/employment.gif) no-repeat;
  }

#navigation li#nav_employment a:hover {
  background-position: 0 -25px;
  }

/* CONTACT */
#navigation li#nav_contact a {
  width: 120px;
  background: url(/images/nav/contact.gif) no-repeat;
  }

#navigation li#nav_contact a:hover {
  background-position: 0 -25px;
  }

.sep {
  height: 25px;
  background: url(/images/nav/sep_line.gif) no-repeat;
  }

/* MISC */

:focus
{
-moz-outline-style: none;
}