/* start site-wide styles */
body {margin: 10px 0 0 0; behavior: url(../../csshover.htc); background-color: #0066A5;}

.header {font-family: Arial; font-size: 18px; font-weight: bold; text-align: center; color: #008357; height: 25px;}
.subheader {font-family: Arial; font-size: 14px; font-weight: bold; text-align: left; color: #000000;}

p {width: 800px; font-family: Arial; font-size: 12; text-align: left; line-height: 16px; font-weight: normal; font-color: #000000;}
td {font-family: Arial; font-size: 12; text-align: left; font-weight: normal; font-color: #000000;}

.bullet {font-family: Verdana; font-size: 14px; color: #EC184B; background-image: url("../images/bullet.gif"); background-repeat: no-repeat; font-weight: bold; padding: 0 0 0 10px; text-align: left;}

.line {border-bottom: 1px solid #000000; padding: 0; width: 800; margin-top: 10px; margin-bottom: 10px;} 

.return {font-family: Arial; font-size: 11; text-align: left; font-weight: normal; font-color: #EC184B;}

a.bullet:link {text-decoration: none; color: #EC184B;}
a.bullet:visited {text-decoration: none; color: #EC184B;}
a.bullet:hover {text-decoration: underline; color: #EC184B;}

a.subheader:link {text-decoration: none; color: #000000;}
a.subheader:visited {text-decoration: none; color: #000000;}
a.subheader:hover {text-decoration: underline; color: #000000;}

a:link {text-decoration: none; color: #0066A5;}
a:visited {text-decoration: none; color: #0066A5;}
a:hover {text-decoration: underline; color: #0066A5;}

#toppage {width: 900px; height: 229; background-image: url("../images/logo.jpg"); background-repeat: no-repeat; margin-top: 10px; padding: 0; position: relative; z-index: 3;}

#content {width: 900px; background-color: #FFFFFF; padding: 0; position: relative; top: 229px; font-weight: normal; }


.footer {width: 898px;  background-color: #000000;  height: 41px;  margin: 0;  text-align: center;  font-family: Arial; font-size: 11px; font-weight: bold; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; color: #FFFFFF; padding: 15px 0 0 0;}

#bottom { width: 900px; height: 40px; background-color: #0066A5; margin: 0 0 0 0;}

/* start nav bar styles */

ul, ol, dl {position: relative;}

#nav {
  background-color: #000000;
  position: relative;
  right: 0;
  top: 229px;
  height: 41px;
  margin: 0;
  padding: 0px 0 0 130px;
  font-family: Arial;
  font-size: 14px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  z-index: 2;
}

#nav li {
  float: left;
  list-style: none;
  height: 41px;
  display: block;
  position: relative;
}

#nav li a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
  float: left;
  padding: 10px 50px 0 50px;
  
}

#nav li a span {
  
  height: 31px;
  display: block;
  float: left;
  background: #000000;
}

#nav li:hover a, #nav li.over a, #nav li.on a {
  background: #EC184B;
}

#nav li:hover a span, #nav li.over a span, #nav li.on a span {
  background: #EC184B;
}

  /* start dropdown styles */
  
  #nav ul {
    display: none;
    width: 160px;
    margin: 0;
    padding: 0 0 0 0;
    background: #FFFFFF;
    position: absolute;
    top: 41px;
    left: 0;
  }
  
  #nav li:hover ul, #nav li.over ul {
    display: block;
  }
  
  #nav ul li {
    height: 31px;
  }
  
  #nav ul li a, #nav li:hover ul li a, #nav li.over ul li a {
    display: block;
    width: 311px;
    margin: 0;
    padding: 5px 0px 5px 50px;
    height: 31px;
    font-weight: bold;
    background: #EC184B;
	font-size: 12px;
	text-align: left;
	font-family: Arial;
	border-top: 1px solid #fff; 
  }
  
  
  #nav ul li a:hover, #nav li:hover ul li a:hover, #nav li.over ul li a:hover {
    background: #008357;
  }
  
  /* end dropdown styles */

/* end nav bar styles */