body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffff;
}

/* Banner across top of page */

#main-title {
margin-left: 0;
margin-right: 0;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 25px;
padding-right: 70px;
background-color: #ffff00;
border-top: 10px #ff0000 solid;
border-bottom: 10px #ff0000 solid;
color: #000000;
font-weight: bold;
font-size: .8em;
letter-spacing: 5px;
text-align: left;
margin-bottom: 4px;
}

#logo {
position: absolute;
margin-top: 4px;
top: 70px;
left: 0;
margin: 0px;
width: 160px;
background-color: #ffffff;
}

/* Styles for the main text on the page. */

#main-text {
background-color: #ffffff;
margin-top: 17px;
margin-bottom: 50px;
margin-left: 200px;
margin-right: 150px;
}

#big-rule {
height: 8px;
border-bottom: 1px #ff9900 solid;
}


#small-rule {
color: #ff9900;
text-align: center;
height: 8px;
width: 25%;
margin-left: 33%;
}

h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.2em;
color: #bf8f31;
padding-bottom: 10px;
padding-top: 0;
padding-left: 0;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 0.9em;
color: #bf8f31;
font-weight: bold;
}

p {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .8em;
line-height: 1.8em;
}

ul, ol {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .8em;
line-height: 1.8em;
}

table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .8em;
line-height: 1.8em;
}


ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #cc6601;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #cc6601;
font-weight: bold;
text-decoration: underline;
}

/* Styles for the menu on the left side. */

#left-menu {
margin-top: 5px;
position: absolute;
top: 215px;
left: 0;
margin: 10px;
width: 150px;
}

#left-menu p {
background-color: #ffffff;
border-bottom: 1px #cc6601 dotted;
text-align: left;
line-height: 20px;
font-size: .8em;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #cc6601;
}

#left-menu a:hover, #left-menu a.current {
color: #7f3f01;
text-decoration: none;
}

/* Styles for the text on the right side. */

#right-column {
background-color: #004040;
text-align: right;
position: absolute;
top: 160px;
right: 0;
margin: 10px;
width: 170px;
}

#right-column p {
line-height: 1.5em;
font-size: .7em;
}

#right-column strong {
color: #cc6601;
font-style: italic;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #ffff00;
color: #000000;
margin-bottom: 0;
padding-top: 15px;
padding-bottom: 15px;
font-size: .6em;
border-top: 10px #ff0000 solid;
border-bottom: 10px #ff0000 solid;
}

#footer a:link, #footer a:visited {
color: #f0f0e0;
}

#footer a:hover {
color: #f0f0e0;
text-decoration: underline;
}