/* This is the main style page for One Column Layout. */

body {
background-color: #c4eee6;
font-family: Verdana, Helvetica, Arial, sans-serif; 
margin: 0px;
padding: 0px; 
text-align: center;
background-image: url(../img_index/topheader_repeat.gif);
background-repeat: repeat-x; 
}

#container {
position: relative;
margin: 0px auto 0px auto;
width:820px;
text-align: left;
}

#top {
margin: 0em;
width:820px;
height: 200px;
padding-bottom: 1em;
background-image: url(../img_index/topheader.jpg);
background-repeat: no-repeat; 
}

#content {
margin-top: 1em;
padding: 20px 10px 10px 10px;
background-color: #ffffff;
border: 1px #bb3115 dotted; 
}

#content p {
color: #5d5d5d;
font-family: monospace;
font-size: 1em;
line-height: 1.3em;
text-align: justify; 
}

#left {
margin: 0em;
width: 300px;
float: left;
text-align: left;
color: #bf3518;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.6em; 
letter-spacing: 0.2em;
font-weight: 500;
}

#right {
margin: 0em;
width: 400px;
float: right;
text-align: right;
color: #bf3518;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 0.6em; 
letter-spacing: 0.2em;
font-weight: 500; 
}

/* Some text rules. */

a:link {
color: #0e2477;
text-decoration: none; 
}

a:hover {
color: #1c59b6;
text-decoration: underline; 
}

a:active {
color: #2a3f77;
text-decoration: underline; 
}

#footer, #footer p {
color: #0e2477;
font-size: 0.8em;
text-align: center; }

#footer a {
color: #0e2477;
text-decoration: none; 
}

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

#footer a:active {
color: #000000;
text-decoration: underline; 
font-weight: bold; 
}

/* Horizontal Navigation */

#navcontainer {
text-align: right;
}

#navlist li {
display: inline;
list-style-type: none;
margin: 0em;
padding-right: 25px;
font-size: 0.8em; 
}

#navlist a, #navlist a:link  {
color: #0e2477;
text-decoration: none; 
}

#navlist a:hover  {
color: #913c0f;
text-decoration: underline; 
}