body
{
 background-color: #e5e3e4;
 background-position: top left;
 background-image: url(images/background.jpg);
 background-repeat: repeat-x;
 behavior:url("csshover.htc");
}

.body, .body_watermark
{
 font-family: arial;
 font-size: 11pt;
 padding-left: 40px;
 padding-right: 40px;
 line-height: 25px;
 color: #464747;
}

img
{
 border: 0;
 padding: 0;
 margin: 0;
}

.large_text
{
 font-size: 17pt; 
 color: #dcb7c9;
 font-weight: bold;
 margin-bottom: 5px;
}


.body_watermark
{
 background-image: url(images/watermark.jpg);
 background-repeat: no-repeat;
 background-position: 97% 100%;
}

ul, li
{
 line-height: 23px;
}





.body_left
{
 float: left; 
 width: 95%;
 padding-left: 10px;
}



.page
{
	margin-left: auto;
	margin-right: auto;
	width: 889px;
	background-image: url(images/background_body.jpg);
}

.header
{
 background-position: top left;
 height: 400px;
 background-image: url(images/background_header.jpg);
}

.copyright
{
  line-height: normal;
  clear: both;
}

.footer
{
 height: 15px;
 background-image: url(images/background_footer.jpg);
 background-position: center;
 background-repeat: no-repeat;
}

.header_links
{
 padding-left: 20px;
 padding-top: 20px;
 font-family: arial; 
}

.header_links ul
{
 margin: 0;
 padding: 0;
 border: 0;
}

.header_links ul li
{
  list-style: none;
  margin: 0;
  border: 0;
  padding: 0;
  float: left;
}

.header_links ul li a 
{
  font-size: 15pt;
  color: #002d4e;
  text-decoration: none;  
  list-style: none;
  display: block;
  width: 130px;
  height: 31px;
  padding-top: 3px;
  text-align: center;
}

.header_links ul li a:hover
{
  color: #4facd8;
}

a:hover
{
  text-decoration: underline;
}

.header_links ul li ul li
{
  list-style: none;
}

.header_links ul li ul li a
{
  display: block;
  width: 230px;
  height: 25px;
  background-color: white;
  text-align: left;
  padding-left: 10px;
  color: #2b2870;
}

.header_links ul li ul li a:hover
{
  background-color: #0a6232;
  color: #FFFFFF;
}


.header_links ul li:hover ul
{
  display: block;
  z-index: 1000;
  width: 240px;
  border: 1px solid black;
}

.header_links ul li ul
{
  display: none;
  position: absolute;
  top: 28px;
  background-color: white;
}

