﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead
{
    text-align: right;
    width: 100%;
    background-color: #003366;
}
#navigation
{
    overflow: hidden;
    background-image: url('../Images/BlendPageTop.jpg');
    background-repeat: repeat-x;
}
tent {
    position: relative;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #6699FF;
}
#column_l
{
    border: 1px ridge #CCCCCC;
    float: none;
    margin: 5;
    padding: 5px;
    background-image: url('../Images/bg_headingLeft.jpg');
    background-repeat: repeat-x;
}
#column_r
{
    border: 1px ridge #CCCCCC;
    float: none;
    margin: 5;
    padding: 5px;
    background-image: url('../Images/bg_heading_right.jpg');
    background-repeat: repeat-x;
}
#column_default
{
    position: relative;
    margin: 0 0 0 0;
    padding: 0 2%;
    float: none;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    width: 100%;
}
#footer {
    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
{
    border: 1px hidden #CCCCCC;
    margin: 2px;
    color: #800000;
    text-decoration: none;
    display: block;
    padding: 2px;
    
}
#navigation a:hover
{
    color: #000;
    text-decoration: none;
    
    background-color: #99CCFF;
}
/* 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
{
    padding: 5px;
    margin: 5px;
    font-size: 1.00em;
    color: #003366;
}
h6 {
	font-size: 0.75em;
	color: #469;
}
h7 {
    font-size: 0.50em;
    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;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}