﻿@import url(layout.css);
#container a {
	color: #FF9900;
	font-weight: bold;
}
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	border-style: none;
	border-width: 0;
	border-color: inherit;
	background-color: white;
	width: 620px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#column_r img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#masthead {
	text-align: right;
	background-color: white;
	width: 620px;
	height: 74px;
}
#navigation {
	background-image: url('../images/navbar.gif');
}
#column_l {
	width: 400px;
	margin: 0;
	padding: 0 15px 0 0px;
	background-color: white;
}
#column_r {
	width: 195px;
	float: right;
	background-color: #25487f;
	position: relative;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	display: inline;
}
#masthead p {
	font-size: 11px;
	color: black;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-width: 1px;
	border-color: #F2bf38;
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-right-style: solid;
	border-left-style: solid;
}
#navigation a:hover {
	border-color: #a9a9a9;
	color: black;
	text-decoration: none;
	background-color: #F2BF38;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #25487f;
}
h2 {
	font-size: 1.75em;
	color: #25487f;
}
h3 {
	font-size: 1.5em;
	color: #25487f;
}
h4 {
	font-size: 1.25em;
	color: #25487f;
}
h5 {
	font-size: 0.75em;
	color: #25487f;
}
h6 {
	font-size: 0.5em;
	color: #25487f;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: black;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	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;
}