BODY, HTML {
background: #484848 url(images/bg1.jpg ) fixed repeat ;
margin: 10px ;
font-family: arial, helvetica, veranda, sans-serif ;
font-size: 12pt ;
color: #000055 ;
}


.wrapper {
background: #ffffff ;
border: 1px solid #000000 ;
width: 940px ;
padding: 0px ;
margin: auto ;
}

.header {
border-bottom: 1px solid navy ;

}

.main {
border: 0px ;
width: 940px ;
padding: 0px ;
height: 500px ;

}

.left_col {
padding-top: 20px ;
padding-left: 10px ;

}

.content {
padding-top: 10px ;
padding-left: 20px ;

}

.footer {
padding-top: 30px ;
border: 0px ;
height: 80px ;

}

.credit {
font-size: 9pt ;
color: #484848 ;
text-decoration: none ;
}

a:hover.credit {
color: #484866 ;
text-decoration: underline ;

}

.nav {
display: block ;
width: 210px;
height: 18px ;
text-align: left ;
text-decoration: none;
font-family: sans-serif ;
color: #000066 ;
line-height : 1.0em ;
border-bottom: 1px solid gray ;
border-right: 1px solid gray ;
background-color: #dfdfdf ;
padding: 1px ;
}

a:hover.nav {
display: block ;
width: 210px;
height: 18px ;
color: #ff0000 ;
line-height : 1.0em ;
border-bottom: 1px solid #0000ff ;
border-right: 1px solid #0000ff ;
background-color: #cfcfcf ;
padding: 1px ;
}

.nav_title {
font-size: 14pt ;
color: #fE0000 ;
text-align: center ;
text-decoration: underline ;
}

h1 {
font-size: 16pt ;
}


