﻿@import url(layout.css);
body {
	color: black;
	font-size: medium;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	font-weight: 700;
	text-align: left;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
	padding-bottom: 10px;
	
}
#masthead {
	text-align: right;
	background-color: #036;
	width: 800px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 800px;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	azimuth: center-right;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */

ul#navlist a
{
font-weight: bold;
text-decoration: none;
}

ul#navlist li
{
margin: 0px;
padding: 1px;
list-style-type: none;
}

ul#navlist ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist
{
margin: 0px;
padding: 0px;
list-style-type: none;
}

ul#navlist li {
	float: left;
}

ul#navlist li a
{
	color: #ffffff;
	background-color: #808080;
	padding: 3px;
	border: 1px #ffffff outset;
}

ul#navlist li a:hover
{
color: #000;
background-color: #a9a9a9;
}

ul#navlist li a:active
{
color: #cccccc;
background-color: #003366;
border: 1px #ffffff inset;
}

ul#subnavlist { display: none; }
ul#subnavlist li {
	float: none;
}

ul#subnavlist li a
{
padding: 0px;
margin: 0px;
}

ul#navlist li:hover ul#subnavlist
{
	display: block;
	position: relative;
	font-size: 8pt;
	padding-top: 5px;
}

ul#navlist li:hover ul#subnavlist li a
{
	display: block;
	width: auto;
	border: none;
	padding: 2px;
}

ul#navlist li:hover ul#subnavlist li a:before { content: " >> "; }
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
{
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-decoration: none;
	font-size: large;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}