@charset "utf-8";

BODY {
background-color:#777777;
background-image:url(images/bg_dots.jpg);
background-repeat: repeat-x;
text-align: center; 
}

#wrapper {
width: 800px; 
margin: 0 auto; 
margin-top: 30px;
text-align: left; 
position:relative; 
background-color: #ffffff;
}

#header_left{
float:left;
}

#header_right{
position:relative;
margin-right:20px;
float:right;
text-align:right;
height:110px;
width:460px;
  background-image:url(images/header_dots.jpg);
  background-repeat: no-repeat;
}

#nav{
clear:both;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
text-align:left;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
background-color: #dddddd;
display: block;
text-indent: 5px;
border-bottom: 1px solid white;
padding: 3px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{
background-color:#a7c5e6;
color:#ffffff;
}

#flash_banner{
margin: 0px 20px -10px;
}

#news{
margin: 0px 20px 0px;
height: 31px;
background-image:url(images/bg_news.jpg);
background-repeat: repeat-x;
}

#news_content{
width:720px;
margin: 7px 20px 3px 20px;
height: 21px;
position:absolute;
}

#home_contentholder{
background-image:url(images/side_dots.jpg);
background-repeat: no-repeat;
background-position:bottom left;
}

#home_content_left{
margin: 0px 20px 0px 40px;
width:350px;
float:left;
}

#home_content_right{
margin: 20px 20px 5px 20px;
width:350px;
float:right;
}

#footer{
margin: 0px 20px 0px 40px;
clear:both;
padding-bottom:5px;
}

hr {
margin: 0px 0px 5px;
border: 0;
color: #dbdbdb;
background-color: #dbdbdb;
height: 1px;
width: 100%;
text-align: left;
}

#sub_contentholder{
background-image:url(images/side_dots.jpg);
background-repeat: no-repeat;
background-position:bottom left;
}

#sub_content_left{
margin: 0px 0px 0px 50px;
width:350px;
float:left;
}

#sub_content_right{
margin: 0px 20px 0px 0px;
width:350px;
float:right;
}

#sub_content{
clear:both;
margin: 0px 40px 0px 50px;
width:710px;
}

#sub_footer{
margin: 0px 40px 0px 50px;
clear:both;
padding-bottom:5px;
}

P{
font-family : Verdana, Arial, sans-serif;
  font-size:12px;
  color : #666666;
  line-height:130%;
  margin:0;
}

.header{
font-size:14px;
color : #336699;
font-weight : bold;
}

.small{
font-size:10px;
color : #cccccc;
font-weight : bold;
}

A:link{
  font-family : Verdana, Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  color : #6699cc;
  text-decoration:none;  
}
A:visited{
  color : #6699cc;
  text-decoration:none; 
  font-weight:bold;
}
A:hover{
  color : #a7c5e6;
  text-decoration:underline;
  font-weight:bold;
}

A.dropdown{
font-size:12px;
color:#336699;
}

A.mail{
font-size:10px;
color : #cccccc;
}

a img{border:0}

UL{
font-family : Verdana, Arial, sans-serif;
  font-size:12px;
  color : #666666;
  line-height:130%;
  list-style-type: disc;
}