﻿@import url(layout.css);
body {
	color: #000;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: medium;
	font-style: normal;
}
#container {
	width: 100%;
	margin: 0;
	position: relative;
}
#masthead {
    border-style: outset;
    text-align: center;
    width: 99%;
    background-color: #DADF36;
}
#navigation {
    border: medium inset #7F05C6;
    background-color: #7F05C6;
    overflow: hidden;
    font-size: small;
    color: #F0F81E;
    width: 99%;
}
#page_content {
    position: relative;
    width: 100%;
}
#column_l {
    border-style: groove;
    border-width: medium;
    position: relative;
    margin: 0 365px 0px 0;
    padding: 0 1% 1% 1%;
    background-color: #00DE00;
    float: none;
    min-height: 500px;
}
#column_r {
    float: none;
    width: 345px;
    margin: 0 0.5% 0 0;
    padding: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #FF0000;
    height: 97%;
    min-height: 500px;
}
#footer {
    border-color: #FFFFFF;
    border-width: thin;
    background-color: #1307DC;
    padding-bottom: 5px;
    border-top-style: double;
    padding-top: 10px;
    width: 99%;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
    list-style-type: none;
    width: 99%;
    margin: 0;
    padding: 0 2px 0 2px;
    text-align: center;
}
#navigation li {
    float: left;
}
#navigation a {
    color: #003300;
    text-decoration: none;
    display: block;
    padding: 5px;
    border: 2px outset #CCFFCC;
    background-color: #C0C0C0;
}
#navigation a:hover {
    color: #FFFFFF;
    text-decoration: none;
    border: 2px inset #9900CC;
    background-color: #666666;
}
/* Styles for Content */
h1 {
    font-size: 3em;
    color: #7F05C6;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}
h2 {
    font-size: 2.5em;
    color: #FF0000;
    font-weight: bold;
    font-family: "Courier New", Courier, monospace;
}
h3 {
	font-size: 1.25em;
	color: #8908CC;
	font-weight: bold;
}
h4 {
	font-size: 1.5em;
	color: #190AE0;
	text-decoration: underline;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	color: #FF0000;
	font-weight: bolder;
	text-decoration: underline;
}
h6 {
	font-size: 1em;
	color: #23E00A;
	font-weight: bold;
	text-decoration: underline;
}
/* Styles for Footer */
#footer p {
    font-size: small;
    text-align: center;
    color: #FFFFFF;
    margin: 10px;
    padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
    color: #000066;
    text-decoration: underline;
}
a:hover {
    color: #EEF800;
    text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.picture {
}

