/* CSS Document */

h1 {
font-family : Verdana, sans-serif;
font-size : 12px;
font-weight : bold;
line-height : 20px;
width : 100%;
background-color : #eeeeee;
margin-top : 0px;
margin-bottom : 4px;
font-variant : small-caps;
border-bottom : 0px;
}
p {
font-family : Verdana, sans-serif;
font-size : 10px;
line-height : 14px;
margin-top : 5px;
margin-bottom : 6px;
margin-right : 5px;
}
p.padding {
padding-left : 3px;
}

#header {
position : absolute;
left : 15px;
top : 0px;
width : 755px;
border : 1px solid #aaaaaa;
}
#generic_div{
position : absolute;
left : 15px;
top : 80px;
width : 755px;
height: 450px;
border: 1px solid #aaaaaa;
}
li {
list-style : square;
font-family : Verdana, sans-serif;
font-size : 10px;
line-height : 16px;
}
#divider {
position : absolute;
left : 13px;
top : 60px;
width : 757px;
border-top : 1px dashed #aaaaaa;
padding-top : 1px;
font-family : Verdana, sans-serif;
font-size : 10px;
color : #aaaaaa;
}
#footer {
position : absolute;
top : 530px;
font-family : Arial, sans-serif;
font-size : 10px;
line-height : 15px;
color : #ffffff;
text-align : center;
background-color : #003798;
border-top : thin solid #aaaaaa;
padding : 5px;
width : 755px;
}
a.footer {
color : #ffffff;
}
a.footer:active {
color : #ffffff;
}
a.footer:visited {
color : #ffffff;
}
a.footer:hover {
color : #aaaaaa;
}
#banners {
position : absolute;
left : 775px;
top : 80px;
width : 160px;
}

