﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FAAF01;
}
#container {
	border-style: solid;
	border-color: #0000D5;
	background-color: #fff;
	width: 875px;
	margin: 0 auto;
}
#masthead {
	text-align: right;
	background-color: #FF0000;
	width: 875px;
}
#navigation {
	border-width: 2px;
	border-color: #FFFFFF;
	background-color: #0000D5;
	overflow: hidden;
	border-top-style: solid;
}
#column_l {
	width: 585px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	text-align: center;
	width: 250px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #FF0000;
	position: relative;
	color: #FFFFFF;
}
#footer {
	width: 875px;
	text-align: center;
	background-color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
	border-width: 0;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;}
/* 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;
	display: block;
	padding: 5px 10px 5px 10px;
	border: 1px solid #0000D5;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	border: 1px solid #FAAF01;
	background-color: #FAAF01;
}
/* Styles for Left Column */
#column_l p {
	text-indent: 30px;
}
#column_l h1 {
	color: #0000CA;
	font-weight: bold;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#column_l h2 {
	color: #FDBE00;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
#column_l ul {
	margin: 5px 5px 5px 15px;
}
#column_l li {
	margin: 5px 5px 5px 15px;
}
/* Styles for Right Column */
#column_r p {
	font-size: 11px;
	margin: 7px;
}
#column_r a {
	color: black
}
#column_r a:hover {
	color: #fff;
	text-decoration: none;
}
#column_r h3 {
	margin: 0px;
}
#column_r h5 {
	margin: 5px;
	text-decoration:underline
}
#column_r p {
	margin: 3px;
	padding-left: 2px;
}
#column_r table {
	background-color: #FAAF01;
	border: 2px solid black;
	color: black;
}
#column_r p {
	color: #FFFFFF;
}
/* 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;
}
.center {
	text-align: center;
}
.red {
	color: red;
}
