﻿@import url(layout.css);
body
{
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    background-color:inherit;
}
#news
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('Images/Sidbar_Background.gif');
    background-repeat: repeat-x;
    border: 1px solid #006699;
    padding: 1px;
    margin: 1px;
    background-color: #CCFFCC;
}

#container
{
    border-width: 1px;
    border-color: #999999;
    padding: 0px;
    width: 100%;
    margin: 0;
    position: relative;
}
#masthead
{
    text-align: left;
    width: 100%;
    background-color: White;
}
#navigation
{
    border: thin ridge #CCCCFF;
    background-color: #CCCCFF;
    overflow: hidden;
}
#content
{
    position: relative;
    width: 100%;
    border-top-width: thin;
    border-top-style: ridge;
    border-top-color: #CCCCFF;
}
#column_l
{
    position: relative;
    margin: 0 0px 0 0;
    padding: 5px;
    background-color: #fff;
    float: none;
    width: 700px;
    top: 0px;
    left: 0px;
}
#column_r
{
    border: 1px solid #999999;
    float: right;
    width: 152px;
    margin: 1px;
    padding: 1px;
    background-color: #FFFFFF;
    position: inherit;
    right: 0px;
    top: 0px;
    bottom: auto;
}
#column_default
{
    position: relative;
    margin: 0 0 0 0;
    padding: 0 2%;
    float: none;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    width: 100%;
}
#footer
{
    border: thin ridge #CCCCFF;
    background-color: #CCCCFF;
    padding-bottom: 5px;
}
/* Styles for Masthead */
/* Styles for Masthead */
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
    width: 750px;
    height: 100px;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a
{
    color: #003366;
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 1px solid #CCCCFF;
    background-color: #CCCCFF;
    text-align: left;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 1.00em;
	color: #469;
    text-align: left;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
h7 {
    font-size: 1.0em;
    color: #FF9900;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
    text-align: justify;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}