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

html, body, div, h1, h2, h3, form, fieldset,  
input, textarea {  
margin: 0;  
padding: 0;  
}  
img, fieldset {border: 0;}  
h1, h2, h3 {font-weight: normal;}  
em {font-style: italic;}  
strong {font-weight: bold;}  
blockquote{
background-image: url(images/quote.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left: 40px;
font-size: 13px;
font-style: italic;
margin: 0px;
color: #666666;
}
blockquote span{
font-size: 12px;
font-weight: bold;
}  
body{
background-color: #1c1c1c;
margin: 30px 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
line-height: 16px;
font-size: 11px;
}
a{
color: #000;
}
.bulletlist{
list-style-image: url(bullet.gif);
margin: 15px 0 0 0;
display: block;
line-height: 24px;
font-size: 14px;
}  
h1{
font-size: 16px;
color: #000;
font-weight:normal;
border-bottom: solid 1px #a1a1a1;
padding-bottom: 15px;
}
h2{
font-size: 14px;
color: 000;
font-weight:normal;
padding-top: 15px;
}
#wrapper{
padding: 0;
width: 980px;
margin-left: auto;
margin-right: auto;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 141px;
}
#navcontainer{
height: 30px;
padding-bottom: 5px;
width: 960px;
background-color: #000;
margin-left: auto;
margin-right: auto;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding-left: 205px;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}
#navcontainer A {
font-size: 12px;
color: #fff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding: 5px 12px 5px 12px;
background-image: url(images/navdevide.gif);
background-position: right;
background-repeat: no-repeat;
}
#navcontainer A:hover, #navcontainer A:active{
color:#ff0000;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
color: #fff;
}
#navcontainer li a#current{
color:#CCCCCC;
}
#container{
background-color: #FFFFFF;
padding: 30px;
float: left;
margin-left: 10px;
margin-right: 10px;
width: 900px;
}
#left{
width: 578px;
float: left;
margin-right: 20px;
}
#right{
width: 300px;
float: right;
}
#right #welcome{
background-image: url(images/welcome.gif);
background-repeat: no-repeat;
height: 399px;
padding: 25px 13px 3px 18px;
margin-bottom: 18px;
text-align:justify;
}
#banner{
width: 578px;
height: 435px;
clear: both;
margin-bottom: 10px;
}
#copyright{
font-size: 10px;
color: #666666;
text-align: center;
padding-top: 30px;
clear: both;
}
.form{
padding: 0px;
margin: 0px;
}
.formfield{
width: 97%;
padding: 2px;
height: 15px;
}
.formfield_val{
width: 48%;
padding: 2px;
height: 15px;
}
.formlist{
width: 50%;
font-size: 11px;
padding: 2px;
}