﻿@import url('layout_Main_PageASPX.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #ffffff;
    position: relative;
	clear: both;
}
#container {
	width: 1024px;
	margin: 0;
	background-color: #FFFFFF;
	border: solid;
	border-width: 2px;
	border-color: #d6d6ab;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #D6D6AB;
	clear: both;
	height: 172px;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color: #D6D6AB;
	clear: both;
	height: 172px;
}
#navigation {
	background-color: #d6d6ab;
	overflow: visible;
	display: table-row;
	padding-left: 7px;
	clear: both;
}
#page_content {
	position: relative;
	width: 1024px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	float: left;
	background-color: #FFFFFF;
}
#column_l {
	position: relative;
	margin: 0 0 0px 0px;
	background-color: #FFFFFF;
	float: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #c0c0a0;
	border-bottom-color: #c0c0a0;
	border-left-color: #c0c0a0;
	padding-left: 5px;
	padding-top: 5px;
	width: 700px;
}
#column_r {
	float: left;
	width: 307px;
	padding-left: 5px;
	padding-top: 5px;
	position: absolute;
	clear: both;
}
#footer {
	background-color: #C0C0A0;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003300;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}
#navigation li {
	float: left;
	background-color: #ACAC82;
}
#navigation a {
	color: #003300;
	text-decoration: none;
	display: block;
	padding: 2px;
	border: 1px solid #ca7;
	background-color: #AC, AC, 82;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #003300;
}
h2 {
	font-size: 1.75em;
	color: #003300;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #003300;
}
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: #003300;
	text-decoration: underline;
	width: 72px;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}





