/* STANDARD TEXT */
body, p {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: #000000;
background-color: #f5f5f5;
font-size: 100%;
}
p {
margin-bottom: 0px;
font-size: 0.9em;
}
ul, ol {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: #000000;
background-color: #f5f5f5;
margin-top: 4px;
font-size: 0.9em;
}
table {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 0.9em;
}
.large {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: #000000;
background-color: #f5f5f5;
font-size: 1.05em;
}
.small {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: #000000;
background-color: #f5f5f5;
font-size: 0.75em;
}
.red {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: red;
background-color: #f5f5f5;
font-size: 1.0em;
}
.indent {
text-indent: 40px;
margin-top: 0px;
}
.mono {
font-family: monospace;
color: #000000;
background-color: #f5f5f5;
font-size: 0.75em;
}
hr {
width: 60%;
border-style: groove;
border-color: blue;
border-width: 2px;
height: 1px;
}

/* PAGE LAYOUT */
.leftmenu {
position: absolute;
top: 10px;
left: 10px;
width: 160px;
background-color: #99ccff;
text-align: center;
}
.body {
margin-left: 160px;
margin-right: 10px;
padding-left: 25px;
padding-right: 0px;
}
.center {
text-align: center;
margin-top: 10px;
}
.footer {
text-align: center;
font-size: 0.75em;
margin-top: 10px;
}

/* MENUS */
/* top & bottom of left menu */
.menu1 {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: red;
background-color: #99ccff;
font-size: 1.0em;
margin-bottom: 15px;
}
/* body of left menu */
.menu2 {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #000000;
background-color: #99ccff;
font-size: 0.9em;
}
/* sitemap listings */
.sitemap {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: black;
background-color: #ffffcc;
font-size: 0.9em;
}
/* breadcrumbs */
.bread {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
color: green;
background-color: #f5f5f5;
font-size: 0.75em;
margin-top: 0px;
margin-bottom: 20px;
}
/* bottom menu box */
.bottom {
background-color: #99ccff;
text-align: center;
padding: 10px;
border-style: ridge;
border-width: 8px;
border-color: blue;
width: 420px;
}

/* SPECIAL BOXES */
/* copyright box on homepage */
.whitebox {
background-color: #ffffff;
text-align: center;
padding: 5px;
width: 400px;
font-size: 0.90em;
}
/* large text whitebox */
.whiteboxlg {
background-color: #ffffff;
text-align: center;
padding: 5px;
width: 400px;
font-size: 1.05em;
}
/* red-on-white note box */
.whitenote {
background-color: #ffffff;
text-align: center;
color: red;
padding: 5px;
width: 400px;
font-size: 0.9em;
}
/* red-on-white wide note box */
.widenote {
background-color: #ffffff;
text-align: left;
color: red;
padding: 5px;
width: 75%;
font-size: 0.9em;
}

/* IMAGES */
/* floats images to left or right of text */
.floatleft {
float: left;
margin: 10px;
text-align: center;
font-size: 0.85em;
}
.floatright {
float: right;
margin: 10px;
text-align: center;
font-size: 0.85em;
}
/* captions */
.caption {
text-align: center;
font-size: 1.0em;
}

/* HEADLINES */
h1 {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: red;
background-color: #f5f5f5;
font-size: 2.5em;
font-weight: bold;
font-variant: small-caps;
text-align: center;
}
h2 {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: red;
background-color: #f5f5f5;
font-size: 1.8em;
font-weight: bold;
text-align: center;
}
h3 {
font-family: Arial, Helvetica, Geneva, sans-serif;
color: #000000;
background-color: #f5f5f5;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

/* LINKS & EMPHASIS */
strong {font-weight: bold;}
em {font-style: italic;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; color: red; background: white;}
a:active {text-decoration: underline; color: red; background: white;}

