body{
font-family: tahoma, verdana, arial;
background-color: #d2d2d2;
padding: 0px;
border: 0px;
margin: 0px;
background-image: url(images/back.png);
background-repeat: repeat-x;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
text-decoration: none;
color: black;
}

h1{
font-size: 16px;
font-weight: lighter;
letter-spacing: 3px;
font-variant: small-caps;
}


h2{
font-size: 14px;
font-weight: lighter;
color: #666;
padding-top: 10px;
letter-spacing: 3px;
text-transform: smallcaps;
}

img{
border: none;
}

.highlight{
color: #292927;
}

.selected{
color: #d3d3d3;
font-size: 12px;
}

.container{
margin-top: 15px;
width: 900px;
text-align: left;
background-color: white;
}


#bannerbox{
width: 900px;
height: 120px;
background-color: white;
}



#leftcol{
margin-top: 14px;
float: left;
width: 200px;
padding: 0px;
}

#centercol{
float: left;
width: 500px;
padding: 0px;
}


#rightcol{
margin-top: 10px;
margin-left: 11px;
font-size: 11px;
float: left;
width: 180px;
padding: 0px;
text-align: right;
}



#imgholder{
border-top: 1px solid white;
width: 500px;
height: 250px;
}

#imgholder div{
letter-spacing: 3px;
margin-top: 30px;
font-size: 13px;
padding: 5px;
width: 325px;
background-image: url(images/transback.png);
}

#navbar{
width: 200px;
height: 375px;
}





#content{
width: 460px;
text-align: justify;
padding: 20px;
font-size: 12px;
color: #4d4d4d;
line-height: 16px;
}


#footer{
clear: both;
width: 900px;
height: 30px;
border-top: 1px solid #d3d3d3;
color: #363636;
font-size: 10px; 
}

#content form{
width: 370px;
margin: 15px;
padding: 15px;
height: 450px;
}

.fullbar{
width: 360px;
font-size: 14px;
font-weight: bold;
background-color: #c8c8c8;
color: #363636;
padding: 3px;
text-align: right;
font-weight: normal;
margin-bottom: 10px;
}




#navbar a{
text-align: center;
height: 9%;
display: block;
width: 135px;
color: #363636;
font-size: 11px;
padding-left: 10px;
padding-right: 5px;
margin-bottom: 7px;
border-left: 20px solid #a9a9a9;
background-color: #c8c8c8;
padding-top: 9px;
text-transform: uppercase;
letter-spacing: 2px;
background-image: url(images/menuback.png);
margin-left: 16px;
}

#navbar a.current{
color: white;
border-left: 20px solid #e2d7c5;
background-color: #b9b1a3;
margin-left: 16px;
background-image: url(images/menuback2.png);
}

#navbar a.current:hover{
color: #363636;
}


#navbar a:hover{
margin-left: 10px;
background-color: #b9b1a3;
background-image: url(images/menuback1.png);
color: white;
}


#content li{
margin-left: 25px;
list-style: circle outside;
}



.infobar{
margin: 0px;
padding-top: 5px;
padding-left: 5px;
letter-spacing: 3px;
height: 25px;
width: 300px;
background: #a9a9a9;
color: white;
}




