﻿@import url('layout.css');
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #1f326a;
	background-repeat: repeat;
	background-attachment: scroll;
}
a
{
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover
{
	color: #33627d;
	text-decoration: underline;
}

#small
{
    font-size: x-small;
}

#container
{
	background-color: #fff;
}
#masthead
{
	text-align: center;
	width: 100%;
	color: #000000;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#navigation
{
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	text-align: center;
}
#content
{
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#content_Main
{
	padding-left: 15px;
}
#footer
{
	text-align: center;
	clear: both;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9; /*background-color: #fefeff;*/
}
/* Masthead Styles */
#masthead h1
{
	color: #3d6c87;
	text-align: left;
	margin-bottom: 0px;
	font-size: x-large;
}
#masthead a
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/* Navigation Styles */
#navigation
{
	border: solid 3 black;
}
#navigation tr
{
	list-style-type: none;
	width: 100%;
	display: block;
	border: solid 1 gray;
}
#navigation td
{
	display: block;
	border: 1px solid #fff;
	background-color: #fff;
	border: thin;
}
#navigation a
{
	color: #3d6c87;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover
{
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Content Styles */
h6
{
	color: #3d6c87;
}
h5
{
	color: #3d6c87;
}
h4
{
	color: #3d6c87;
	margin-bottom: 0;
}
h3
{
	color: #3d6c87;
}
h2
{
	color: #3d6c87;
}
#content h1
{
	color: #3d6c87;
}
#cont
#content img
{
	padding: 5px;
	border: 1px solid #808080;
	width: 480px;
	height: 267px;
}
#column_Right
{
	background-color: #EBEBEB;
}
/* Footer Styles */
#footer p
{
	color: #808080;
	margin-top: 5px;
}
#footer a
{
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover
{
	color: #33627d;
	text-decoration: none;
}
