﻿@import url('layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #;
	body{ overflow-x: hidden;
}
}
#container {
	width: 100%;
	min-height: 100% margin: 0;
	background-color: #;
	position: relative;
	body{ overflow-x: hidden;
}
}
#masthead {
	text-align: left;
	width: 100%;
	background-color: #1e4576;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#page_content {
	position: center;
	width: 100%;
	min-height: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: ;
	float: none;
	width: 100%;
}
#column_r {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #\#1e4576;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #1e4576;
	width: 100% position: absolute;
	bottom: 0;
	padding-bottom: 0px;
}
}
#footer_a {
	background-color: #1e4576;
	width: 100% bottom: 0;
	padding-bottom: 0px;
	position: absolute;
	height: 60px;
	top: 100%;
	margin-top: -60px;
}

}
/* Styles for Masthead */
#masthead img {
	float: center;
	margin: 0;
	padding: 0;
}
#hmasthead img {
	float: center;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #0000;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
