html, body { 
height : 100%;
}
html {
font-size: 100%;
} 
body { 
margin : 0;
padding : 0;
font : 80% tahoma, helvetica, "Trebuchet MS", arial, verdana, sans-serif;
background : #fefdc4 url(images/bgd01.jpg) top center repeat-y;
color : #aaa;
} 
#wrap {
margin : 0 auto;
padding : 0;
width: 750px;
}
#top { 
margin : 0;
padding : 0;
} 
#top h2 { 
margin : 0;
padding : 8px 0;
text-align : center;
letter-spacing : 5px;
font-size : 90%;
background : transparent;
color : #aaa;
} 
.header { margin-bottom: 20px;
height : 200px;
width : 100%;
background : transparent url(images/head.jpg) top center no-repeat;
padding-top : 0;
} 
.logo { 
padding : 60px 0 0 20px;
letter-spacing : 3px;
font-size : 175%;
color : #000;
} 
.sidebar { margin-left : 1%;
float : left;
width : 20%;
height : 100%;
margin-top : 0px;
padding-top : 0;
line-height : 2em;
background : transparent;
} 
.col1 { 
float : left;
width : 70%;
margin-left : 2%;
margin-right : 1%;
margin-top : 0;
margin-bottom : 20px;
line-height : 2em;
background : transparent;
} 
.col2 {margin-left : 2%;
float : left;
width : 22%;
margin-top : 0;
margin-bottom : 20px;
line-height : 2em;
background : transparent;
} 
.footer { 
float : left;
width : 100%;
padding : 5px 0;
text-align : center;
font-size : 90%;
background : #fff;
color : #333;
} 
.sidenav { 
margin : 10px 10px;
padding : 0;
list-style-type : none;
background : inherit;
color : #fff;
} 
.sidenav a { 
letter-spacing : 2px;
border-bottom : 1px solid #aaa;
margin-bottom : 5px;
padding-left : 20px;
display : block;
text-decoration : none;
background : url(images/arrow.gif) no-repeat left center;
color : #003185;
} 
.sidenav a#current, .sidenav a:hover { 
text-decoration : none;
background : url(images/db_red.gif) no-repeat left center;
color : #B10000;
} 
ul { 
list-style : none;
margin : 0;
padding : 0;
} 
.imgleft { 
float : left;
margin : 10px;
} 
.imgright { 
float : right;
margin : 10px;
}
a { 
color : #B40000;
text-decoration : none;
} 
a:hover { 
text-decoration : underline;
color : #000;
} 
p { 
padding : 0 10px;
} 
h1 { 
padding : 10px;
letter-spacing : 2px;
font-size : 130%;
color : #6B88A6;
} 
h2 { 
padding : 10px;
margin-top : 0;
letter-spacing : 3px;
font-size : 120%;
color : #B40000;
} 
blockquote { letter-spacing: 1px;
font-weight : bold;
font-style : italic;
color : #2A4C6F;
} 
.box { 
  background: #F7F7F7; 
}

				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #6B88A6;
color : #fff;
}