/*general CSS*/

body {
background-color: #ffffff;

font-family: Verdana, Helvetica, Arial, san-serif;
font-size: 12px;
color: #000000;

margin: 0;
padding: 0;
}

p {
text-indent: 25px;
}

/*h6 is for the footer text */

h6 { 
font-size: 10px;
text-align: center;
}

/*h1 for text headings, h2 for quotations*/

h1 {
font-size: 18px;
text-indent: 25px;
}

h2 {
font-size: 12px;
font-style: italic;
text-indent: 25px;
}

a {
text-decoration: none;
}

a:link {
color: #ffffff;
}

a:hover {
color: #880F0F;
background-color: #000000;
}

a:active {
color: #A61D1D;
}

a:visited {
color: #ffffff;
}

#content a {
text-decoration: underline;
color: #000000;
}

#content a:hover {
color: #880F0F;
background-color: #ffffff;
}

#content a:active {
color: #A61D1D;
}


#content a:visited {
color: inherit;
}

.floatright {
padding: 5px;
float: right;
}

.floatleft {
padding: 5px;
float: left;
}

/*specific CSS*/

#header {
background-image: url(images/headerbackground.jpg);
background-repeat: no-repeat;

height: 221px;
width: auto;

margin: 0; 
padding: 0;
}

#header ul {
position: relative;
top: 165px;

margin: 0;
padding: 0;
}

#header li {
font-family: Times, serif;
font-size: 14px;
font-weight: bold;

text-transform: uppercase;
text-decoration: none;

color: #ffffff;

margin: 0 0 0 20px;
padding: 0;

display: inline;
list-style-image: none;
}

#home {
background-image: url(images/mainbackground.jpg);
background-repeat: no-repeat;

height: 647px;
width: auto;

margin: 0;
padding: 0;

z-index: 1;
}

/*content doesn't appear on home page!*/

#content {
height: 90%;
width: 90%;

padding: 0 0 0 40px;
margin: 0;

position: relative;
top: -630px;

z-index: 2;
}

#footer {
width: 100%;
height: 100px;

margin: 0;
padding: 0;
}

/* table cell backgrounds! */

#topleft {
background-image: url(images/content_topleftcorner.gif);
background-repeat: no-repeat;
}

#topborder {
background-image: url(images/content_topborder.gif);
background-repeat: repeat-x;
}

#topright {
background-image: url(images/content_toprightcorner.gif);
background-repeat: no-repeat;
}

#leftborder {
background-image: url(images/content_leftborder.gif);
background-repeat: repeat-y;
}

#rightborder {
background-image: url(images/content_rightborder.gif);
background-repeat: repeat-y;
}

#bottomleft {
background-image: url(images/content_bottomleftcorner.gif);
background-repeat: no-repeat;
}

#bottomborder {
background-image: url(images/content_bottomborder.gif);
background-repeat: repeat-x;
}

#bottomright {
background-image: url(images/content_bottomrightcorner.gif);
background-repeat: no-repeat;
}

#center {
background-color: #ffffff;
}

/*content menu and reading CSS*/

#container {
clear: both;
width: 100%;
height: auto;
}

#contentmenu {
margin-top: -10px;

height: auto;
width: 150px;
}

#contentmenu li {
list-style-type: none;
}

#contentread {
list-style-image: none;

margin-left: 150px;

height: auto;
width: auto;
}

#contentread p {
font-family: Times, serif;
font-weight: normal;
font-size: 14px;

margin: 0 0 0 0;
padding: 0 0 0 0;

line-height: 25px;
}

#toplink {
clear: both;

padding-left: 38%;
padding-bottom: -50px;
}