﻿@import url(layout.css);
body {
	color: white;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000040;
	font-weight: 700;
}
#container {
	background: #000040 url('') 0px 0px;
	width: 900px;
		margin: 0 auto;
	border-top: 0px none inherit;
		border-right: 0px solid #b7b7b7;
	border-bottom: 0px none inherit;
		border-left: 0px solid #b7b7b7;
	color: #FFFFFF;
}
#masthead {
	border-style: none;
	background: #000040 url('') 0px 0px;
	text-align: left;
		width: 900px;
	color: #FFFFFF;
}
#navigation {
	background-color: #000040;
	overflow: hidden;
}
#column_l {
	background: #000040 url('') 0px 0px;
	border-style: solid;
	border-width: 0px;
	width: 900px;
				margin: 0 0 0 0px;
			padding: 0px;
				vertical-align: text-bottom;
				color: #FFFF4F;
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #000040;
	padding-top: 0px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: none;
	position: relative;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
}
/* Styles for Footer */
#footer p {
	border-style: none;
	background: #000040 url('') 0px 0px;
	font-size: 11px;
		line-height: 14px;
		color: #fff;
		margin: 1px;
		padding: 1px;
	height: 10px;
	width: 678px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}