body
{
 background-color: #B366C6;
 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: 10px;
 padding-right: 40px;
 line-height: 27px;
 color: #3c3c3c;
}

img
{
 border: 0;
 padding: 0;
 margin: 0;
}
.large_big
{
 font-size: 18pt; 
 color: black;
 font-weight: bold;
 margin-bottom: 5px;
}

.large_text
{
 font-size: 16pt; 
 color: black;
 font-weight: bold;
 margin-bottom: 5px;
}




.body_watermark
{
 background-image: url(images/watermark.jpg);
 background-repeat: no-repeat;
 background-position: 90% 0%;
}

ul, li
{
 line-height: 23px;
}

.body_right li
{
  list-style-image: url(images/bullet.gif);
  padding-left: 20px;
}

.body_left
{
 float: left; 
 width: 68%;
}

.body_right
{
 float: right; 
 width: 28%;
}

.page
{
	margin-left: auto;
	margin-right: auto;
	width: 889px;
	background-image: url(images/background_body.jpg);
}

.header
{
 background-position: top left;
 height: 213px;
 background-image: url(images/background_header.jpg);
}

.copyright
{
  line-height: normal;
  clear: both;
}

.footer
{
 height: 15px;
 background-image: url(images/background_footer.jpg);
}

.header_links
{
 padding-left: 140px;
 padding-top: 143px;
 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: 12pt;
  color: black;
  text-decoration: none;  
  list-style: none;
  display: block;
  width: 120px;
  height: 31px;
  padding-top: 2px;
  text-align: center;
}

.header_links ul li a:hover
{
  color: #B366C6;
}

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: black;
}

.header_links ul li ul li a:hover
{
  background-color: #FDF701;
  color: black;
}


.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: 47px;
  background-color: white;
}

