h1 {
font-family: "Times", "Bookman", serif; 
font-size: 24px;
}
h2 {
font-family: "Times", "Bookman", serif; 
font-size: 20px;
}
h3 {
font-family: "Times", "Bookman", serif;
font-size: 16px;
}
h4 {
font-family: "Times", "Bookman", serif;
font-size: 15px;
}
p {
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
text-align: justify;
}
td {
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}
ul {
font-family: "Verdana", "Arial", sans-serif;
font-size: 10pt;
}
hr {
color: "#B42224";
}

#banner {
position: absolute;
top: 15px; left: 15px;
/* border-style: solid; */
border-width: 2px;
border-color: #7A090B;
width: 780px;
height: 255px;
padding: 0;
}
#banner img {
border: 0px;
}

#bg {
position: absolute;
top: 180px;
left: 15px;
/* border-style: outset; */
border-width: 2px;
}

#navigation {
position: absolute;
top: 285px;
left: 15px;
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
font-style: bold;
text-align:left;
}
#navigation a {
display: block;
width: 150px;
text-decoration: none;
padding: 5px;
}
#navigation a:hover{
background-color:#3B3737;
}

#content {
position: absolute;
top: 285px;
left: 180px;
background-color:#000000; 
padding: 8px;
/* border-style: inset; */
border-color: #7A090B;
border-width: 2px;
width: 598px;
}

#menu {
position: relative;
top: -2px;
background-color:#070707;
width: 583px;
padding: 5px;
border-style: solid;
border-width: 2px;
border-color: #7A090B;
font-family: Verdana, Arial, sans-serif;
font-size: 12pt;
font-style: bold;
text-align:center;
}

#menu a {
text-decoration: none;
}



