@charset "utf-8";
/* CSS Document */

body {
  margin-top: 0px;
  margin-bottom: 0px;
  font: 85%/1.4 "Helvetica, sans-serif", Verdana, sans-serif;
  color:#000000;
  background-color:#95b6ee;
  background-image:url(images/back.jpg);
  background-repeat:repeat-y;
  background-position:center;
  text-align: center; 
}


a:active {  color: #0055a3; text-decoration: none}
a:link {  color: #0055a3; text-decoration: none}
a:visited {  color: #0055a3; text-decoration: none}
a:hover {  color: #95b6ee; text-decoration: underline}

h1 {color: #0055a3; font-size:18px; font-weight:bold;}
h2 {color: #0055a3; font-size:16px; font-weight:bold;}
h3 {color: #0055a3; font-size:14px; font-weight:bold;margin-bottom:0px;}
h4 {color: #0055a3; font-size:12px; font-weight:bold;margin-bottom:0px;}

hr {
  border: 0;
  color: #b6b6b6;
  background-color: #b6b6b6;
  height: 1px;
}


#wrapper {
  background-color: #ffffff;
  width: 952px; 
  margin: 0 auto; 
  text-align: left; 
}

#top {
  height: 88px;
  width: 952px; 
  background-color:#ffffff;
  background-image:url(images/top.jpg);
  padding: 0px;
  margin: 0px;
}

#topmenu {
  height: 31px;
  background-color:#ffffff;
  padding: 0px;
  margin: 0px;
  background-image:url(images/menuback.jpg);
  vertical-align:top;
  width: 952px; 
}
/* mainNav
=======================*/

ul.menu {
  margin: 0;
  padding: 0;
  float: left;
  width: 950px;
  /*background: #FAA819 url(images/menuback.gif) repeat-x;*/
  list-style: none;
  /*text-transform: uppercase;*/
}

ul.menu li {
  float: left;
}

ul.menu a {
  padding: 0 1.6em;
  line-height: 2.1em;
  background: url(images/mainNavBorder.gif) repeat-y right top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

ul.menu a:hover {
  color: #333333;
}
-->  


#header {
  height: 145px;
  width: 952px; 
  background-color:#ffffff;
  background-image:url(images/header.jpg);
  padding: 0px;
  margin: 0px;
}



#content { 
  width: 922px; 
  margin: 15px; 
  padding: 0px;
  min-height:400px; 
  align: left;
  font: 80%/1.4 "Helvetica, sans-serif", Verdana, sans-serif;
}



#footer {
  height: 28px;
  width: 916px; 
  background-color:#95b6ee;
  padding-top: 10px;
  padding-right: 30px;
  margin-left: 3px;
  text-align:right;
  font-size:10px;
  color:#ffffff;
}




