﻿@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #263765;
}
#container {
	background-color: #FFFFFF;
	background: url('../images/homEbanner2010.jpg');
	width: 100%;
	margin: 0;
	position: relative;
	top: 0px;
	left: 0px;
}
#masthead {
	background-color: #FFFFFF;
	background: url('../images/HOMEbanner2010.jpg');
	text-align: right;
	width: 100%;
	color: #000000;
}
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
}
#column_l {
	position: relative;
	margin: 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #CCDDFF;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	border-width: 0px;
	float: none;
		margin: 0;
		padding: 0;
}
#masthead p {
	font-size: small;
	text-align: center;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font: xx-small Arial;
	color: #000;
	text-decoration: none;
	padding: 5px;
	border: 0px #ca7 solid;
	background-color: #FFFFFF;
	float: none;
	position: relative;
	left: 50%;
	right: 50%;
	width: 100px;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {	width: 1024px;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	font: 100% Arial;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
	background-color: #CCDDFF;
}
#footer a {
	font: small Arial, Helvetica, sans-serif;
	color: #393939;
	text-decoration: underline;
	background-color: #CCDDFF;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	text-decoration: underline;
	color: #263765;
	font-size: medium;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
