﻿body {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	background-color: #A4AEC8;
}
#masthead {
}
#navigation {
}
#page_content {
	color: black;
}
#column_r {
	color: #003366;
	background-color: #f0f0f0
}
#footer {
	text-align: center;
}
/* Styles for Masthead */
#masthead p {
	font-size: 13px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	margin-right: 3px;
	text-align: center;
}
#navigation a {
	float: left;
	width: 7em;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	background-color: #606060;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 13px;
	color: #000;
	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_red {
	color: #FF0000;
}
.spacing_1_5 {
	line-height: 150%;
}
.center {
	text-align: center;
}
.Caps {
	text-transform: uppercase;
}
