/* ------ HTML Tags ------ */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
}
table {
margin: auto;
}
h1 {
font-size: 18px;
font-weight: bold;
color: #153B69;
}
h2 {
font-size: 13px;
font-weight: bold;
margin: 0px;
}
a:link {
color: #153B69;
}
a:visited {
color: #153B69;
}
a:hover {
color: #CD1533;
}
a:active {
color: #CD1533;
}
/* ------ Begin Page Header Styles ------ */
.header {
width: 760px;
height: 133px;
background-image: url(images/head_graphic.jpg);
background-repeat: no-repeat;
background-position: top;
}
/* ------ Begin Left Menu Styles ------ */
.menutable {
margin-left: 0px;
width: 430px;
}
.topmenu {
width: 86px;
text-align: center;
}
a.menu:link {
color: #153B69;
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
a.menu:visited {
color: #153B69;
font-weight: bold;
text-decoration: none;
}
a.menu:hover {
color: #CD1533;
font-weight: bold;
text-decoration: underline;
}
a.menu:active {
color: #CD1533;
font-weight: bold;
text-decoration: none;
}
/* ------ Begin Main Page Styles ------ */
.maintable {
width: 760px;
}
.homeleft {
width: 500px;
padding-right: 10px;
}
.homeright {
width: 200px;
}
.menurighttop {
border-bottom: 1px solid #153B69;
color: #CD1533;
font-weight: bold;
padding: 3px;
}
.imgright {
padding-left: 10px;
}
.imgleft {
padding-right: 10px;
}
/* ------ Begin Copyright Styles ------ */
.copytop {
width: 760px;
height: 10px;
border-top: 4px solid #CD1533;
background: #153B69;
}
.copyright {
width: 760px;
padding: 10px;
text-align: center;
color: #666666;
}