﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
/*	
	background-color: #5a739c;
*/

	background-color: #003366;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 990px;
	margin: 10px auto;
}
#masthead {
	width: 988px;
	background-color: #003366;
	border-top: 1px solid #ffffff;
	text-align: left;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 0;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #003366;
	background-color: #003366;
	background-repeat: repeat;
	background-attachment: scroll;

}
#content {
	float: left;
	width: 837px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	background-color: #fff;
	border-right: 2px solid #003366;
}
#footer {
	text-align: center;
	width: 988px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #003366;

}
/* Masthead Styles */
#masthead h1 {
	color: #003366; 
/*
	color: #3d6c87;
*/
}
#masthead h3 {
	color: #5f8ea9;
}
#masthead img {
	padding: 5px;
	border: 0;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border-right: 1px solid #003366;
	background-color: #003366;
}
#navigation a {
	color: #fff; 
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #003366;
}
#navigation a:hover {
	color: #003366;
	text-decoration: none;
	background-color: #fff;

}
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 0;
}
/* Footer Styles */
#footer img {
	padding: 5px;
	border: 0;
}
#footer p {
	color: #003366;
	margin-top: 5px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
a {
	color:red;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
/* My Styles */
div.center {
    text-align: center;
}

div.center table {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.style_bigred {
	color: red;
	font-size: large;
}
.list_square {
	list-style-type: square;
}
.style_underline {
	text-decoration: underline;
}
.ad_cell {
	border-width: 0;
	background-color: #003366;
}
.table_row {
	background-color: #EFEFEF;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_justify {
	text-align: justify;
}
.style_right {
	text-align: right;
}
.style_header {
	background-color: #5A739C;
	color: #FFFFFF;
	font-size: 16pt;
}
.style_blockquote {
	margin-left: 40px;
}
.style_hidden_text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5a739c;
}
.style_border {
	border-color: #c0c0c0;
	border-width: 0;
	background-color: #ffffff;
}
.style_noborder {
	border-width: 0;
}
.header
{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana,Tahoma,Arial,san serif;
	color: #FFFFFF;
	background-color: #003366;
}
.table_background
{
	background-color: #F0F0F0;
}
.table_head {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2163FF;
}
.diagram_head {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana,Tahoma,Arial,san serif;
	color: #FFFFFF;
	background-color: #2163FF;
}
.red_text {
	color: red;
}
.blue_text {
	color: blue;
}
.style_base_font {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12pt;
	font-style: italic;
}
.style_font10 {
	font-size: 10pt;
}

