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: 14px;
font-weight: lighter;
color: #666;
padding-top: 10px;
letter-spacing: 2px;
text-transform: smallcaps;
padding-bottom: 5px;
border-bottom: 1px solid #e2d7c5;
}


h2{
font-size: 14px;
font-weight: lighter;
color: #666;
padding-top: 0px;
padding-bottom: 5px;
letter-spacing: 2px;
text-transform: smallcaps;
border-bottom: 1px solid #e2d7c5;
}

img{
border: none;
}

.highlight{
color: #292927;
}

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

.container{
margin-top: 5px;
width: 905px;
text-align: left;
background-color: white;
background-image: url(images/menuback.png);
background-position: bottom left;
background-repeat: no-repeat;
}






#leftcol{
float: left;
width: 251px;
padding: 0px;
}


#rightcol{
float: left;
width: 650px;
padding: 0px;
}



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

#navbar{
width: 250px;
height: 245px;
text-align: right;
}


#bannerbox{
border-top: 1px solid white;
width: 650px;
height: 150px;
background-image: url(images/banner.jpg);
background-repeat: no-repeat;
}


#content{
width: 590px;
height: 550px;
text-align: justify;
padding-left: 30px;
padding-right: 10px;
font-size: 12px;
color: #4d4d4d;
padding-bottom: 15px;
line-height: 16px;
background-image: url(images/fedlogo.gif);
background-position: bottom right;
background-repeat: no-repeat;
}


#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: #e2d7c5;
color: #363636;
padding: 3px;
text-align: right;
font-weight: normal;
margin-bottom: 10px;
}




#navbar a{
text-align: center;
height: 9%;
display: block;
width: 200px;
color: #363636;
font-size: 11px;
padding-left: 15px;
margin-bottom: 7px;
border-left: 20px solid #b9b1a3;
background-color: #e2d7c5;
padding-top: 9px;
text-transform: uppercase;
letter-spacing: 2px;
background-image: url(images/pattern.png);
margin-left: 16px;
}

#navbar a.current{
color: white;
border-left: 20px solid #e2d7c5;
background-color: #b9b1a3;
margin-left: 16px;
background-image: none;
}

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


#navbar a:hover{
margin-left: 10px;
background-color: #b9b1a3;
color: white;
}


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



.infobar{
padding-top: 5px;
padding-left: 5px;
text-transform: uppercase;
letter-spacing: 2px;
height: 25px;
width: 300px;
background: #e2d7c5;
color: #363636;
}




