﻿@import url(layout.css);
body {
	color: black;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#7A86BC;
	}

#container {
	background-color: #fff;
	width: 830px;
	margin: 0 auto;
	margin-top: 5px;
	border: 4px #fff solid;
	
}
#masthead {
	text-align: center;
	background-color:#012269;
	width: 830px;
	overflow:visible;
}
#navigation {
	background-color:#012269;
	overflow: hidden;
	border-top: 1px #FCF2D1 groove;
	border-bottom: 4px solid #E9740C;
}
#page-content{
	margin: 0;
	padding: 0;
	overflow: auto;
}

#column_l {
	width: 460px;
	margin: 10px 0 0 0;
	padding: 0 20px;
	background-color: #fff;
	position: relative
}
#column_r {
	width: 275px;
	margin-top: 10px;
	float: right;
	padding: 15px;
	background-color:#e4e4e4;
	position: relative;
	text-align:left;
	color: #012269;
}
#footer {
	width: 830px;
	text-align: center;
	background-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px #E9740C solid;
}
/* Styles for Masthead */
#masthead img { 
	float: none; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 14px;
	margin: 7px;
	color: #012269;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding: 10px;
	border-right: 1px dotted #FCF2D1;

	}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #FCF2D1;
	background-color: #E9740C;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#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;
}
.style_center {
	text-align:center;
}
.caption p{
	font-size:8px;
	font-weight:bold;
}
.quote{
	color: #000;
	font-size: 12px;
	font-style:oblique;
	text-align:center;
}
