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

body{
margin: 0px;
padding: 0px;
text-align: center;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
h1{
font-size: 11px;
font-weight: bold;
padding: 5px;
margin: 0px;
}
h2{
font-size: 11px;
font-weight: bold;
padding: 5px;
margin: 0px;
}
#formholder h2{
padding: 5px 0px 5px 0px;
}
p{
padding: 5px 35px 5px 5px;
margin: 0px;
}
a{
color: #000000;
text-decoration: none;
}
a:hover{
color: #000000;
text-decoration: underline;
}
form{
padding: 0px;
margin: 0px;
}
#site{
text-align: left;
margin: 20px auto 0px auto;
width: 1000px;
}
#left{
float: left;
width: 250px;
height: 600px;
background-image: url(img/left.jpg);
}
#right{
float: left;
width: 150px;
height: 600px;
background-image: url(img/right.jpg);
}
#center{
float: left;
width: 600px;
}
#header{
width: 600px;
height: 300px;
}
#logo{
height: 110px;
}
#menu{
height: 22px;
margin: 18px 0px 0px 27px;
}
#bar{
width: 600px;
height: 150px;
background-color: #7d827c;
}
#content{
margin: 25px 30px 30px 30px;
}
#text{
float: left;
width: 325px;
}
#formholder{
float: left;
width: 210px;
}
#footer{
}
.clear{
clear: both;
}
.menulink{
margin: 0px 0px 0px 0px;
padding: 0px 4px 0px 3px;
}
.sitemaplink{
float: right;
}
.form{
border: solid 1px #666666;
width: 200px;
}
.formbig{
border: solid 1px #666666;
width: 200px;
height: 100px;
}
.formbutton{
border: solid 1px #666666;
width: 202px;
cursor: pointer;
background-color: #7d827c;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
}
.img{
border: none;
text-decoration: none;
}
.logo{
border: none;
text-decoration: none;
}