﻿@import url('layout.css');
body {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; background-attachment: scroll; background-color: #b9cfa1; background-image: url("../images/background.gif"); background-position: top left; background-repeat: repeat-x;}

/* Div IDs */

#container {width: 100%; margin-top: 57px; border-bottom: 2px solid #363636; background-color: #fff;}

#masthead {width: 700px; margin-right: auto; margin-left: auto; overflow: hidden; padding-top: 15px; padding-bottom: 6px;}

#navigation {width: 700px; margin-right: auto; margin-left: auto; clear: both; overflow: hidden;}
#navigation ul {list-style-type: none; width: auto; margin: 0; padding: 0;}
#navigation li {float: left;}
#navigation a {text-decoration: none; color: #fff8dc; display: block; margin: 0 1px; padding: 5px; border: 1px solid #708090; background-color: #8fbc8f;}
#navigation a:hover {text-decoration: none; color: #261; background-color: #ccc;}

#page_content {position: relative; width: 700px; margin-left: auto; margin-right: auto; padding: 0px;}

#sidebar {position: relative; float: left; width: 140px; text-align: left; padding-top: 15px; padding-bottom: 5px;}

#content {float: right; width: 530px; text-align: left; padding-top: 15px; padding-bottom: 5px;}
#content h1,h2,h3,h4 {color: #455;}

#footer {clear: both; width: 700px; margin-right: auto; margin-left: auto; padding-bottom: 10px; text-align: left; padding-top: 10px;}
#footer p {font-size: 0.85em; color: #c4c4c4;}
#footer a {color: #708090; text-decoration: underline;}
#footer a:hover {color: #2f4f4f; text-decoration: none;}

#masthead h1 {font-weight: normal; color: #261; text-transform: none; display: inline; margin-bottom: 0px;}

/* Link Styles */

a {color: #261; text-decoration: underline;}
a:hover {color: #708090; text-decoration: underline;}

img {border-width: 0;}

/* Class Styles */

.fontred {color: #CC0000;}

.highlight1 {background-color: #FFFF99;}

.textcenter {text-align: center;}
.textright {text-align: right;}
