﻿body
{
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-style: normal;
    background-color: #999999;
}
#container
{
    border: thin solid #0000FF;
    width: 1000px;
    margin: 0;
    background-color: #FFFFFF;
    position: relative;
    left: 50px;
    top: 46px;
}
#masthead
{
    text-align: right;
    background-color: #FFFFFF;
}
#navigation
{
    border: thin solid #000080;
    background-color: #FD6B5B;
    overflow: hidden;
}
tent
{
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #3399FF;
}

#loginblock
{
    border: thin solid #000000;
    position: relative;
    background-color: #FD6B5B;
    float: none;
    height: 25px;

}
#column_l
{
    border: thin solid #0000FF;
    width: 590px;
    padding: 10px 20px 10px 20px;
    background-color: #fff;
    position: relative;
    top: 1px;
}

#column_r
{
    width: 320px;
    margin: 0;
    padding: 10px 20px 10px 20px;
    background-color: #cdf;
    border: thin solid #0000FF;
    position: absolute;
    right: 0px;
    top: 133px;
}
#footer
{
    background-color: #FD6B5B;
    padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img
{
    width: 720px;
    height: 84px;
    float: left;
}
#masthead p
{
    font-size: small;
    text-align: right;
    color: #000000;
}
/* Styles for Navigation */
#navigation ul
{
    list-style-type: none;
    width: 1000px;
    margin: 0;
    padding: 0;
}
#navigation li
{
    float: left;
}
#navigation a
{
    color: #000;
    display: block;
    padding: 5px;
    border: 1px solid #000099;
    background-color: #FD6B5B;
}
#navigation a:hover
{
    color: #000;
    text-decoration: none;
    border: 1px solid #000099;
    background-color: #FF3300;
}
#footer img
{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 17px;
}
/* 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: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p
{
    font-size: x-small;
    text-align: center;
    color: #000000;
    margin: 10px;
    padding: 1px;
}
#footer a
{
    color: #000000;
    text-decoration: underline;
}
#footer a:hover
{
    color: #000;
    text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover
{
    color: #000;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic {
	font-style: italic;
}
 .LargeCenter
{
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
}
.Red
{
    color: #FF0000;
}
.Center
{
    text-align: center;
}
.BoldRedIC
{
    font-weight: bold;
    font-size: medium;
}
.BoldBlackIC
{
    color: #FF0000;
}
.style1
{
    font-size: xx-large;
    font-weight: bold;
    text-align: left;
}
.style3
{
    color: #FF0000;
    font-size: larger;
}
.style4
{
    font-size: medium;
    color: #999999;
}
        .ICUSLarge
        {
            font-size: large;
            font-weight: bold;
        }
