/*-----------HTML Tags-----------*/
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
margin: 0px;
}
h1 {
font-size: 16pt;
color: #000066;
padding-bottom: 7px;
border-bottom: 5px solid #6699CC;
}
h2 {
font-size: 12pt;
color: #000066;
}
hr {
color: #6699CC;
height: 5px;
}
/*-----------Header Styles-----------*/
.header {
width: 100%;
background: #00284C;
}
.headspace {
width: 100%;
height: 1px;
}
.subheader {
width: 100%;
background: #6699CC;
}
/*-----------Menu Styles-----------*/
#menu {
position: absolute;
left: 570px;
top: 130px;
width: 205px;
background-image: url(images/menu_slant.jpg);
background-position: bottom right;
background-repeat: no-repeat;
background-color: #00284C;
padding: 10px;
color: #FFFFFF;
line-height: 20px;
}
a.menul:link {
color: #FFFFFF;
text-decoration: none;
}
a.menul:visited {
color: #FFFFFF;
text-decoration: none;
}
a.menul:hover {
color: #CCCCCC;
text-decoration: underline;
}
a.menul:active {
color: #FFFFFF;
text-decoration: none;
}
/*-----------Main Page Styles-----------*/
.mainpage {
width: 560px;
padding: 10px;
}
/*-----------Copyright Styles-----------*/
.copyright {
width: 783px;
border-top: 1px solid #CCCCCC;
background: #F8F8F8;
padding: 5px;
margin: 10px;
font-size: 8pt;
text-align: center;
}
