﻿@import url('defaultlayout1.css');
@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #C0C0C0;
}
#container {
	width: 900px;
	margin-bottom: 0;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: auto;
}
/* Styles for Masthead */
#masthead {
	text-align: center;
	clear: none;
	float: left;
	width: 880px;
	background-color: #0099FF;
}
#masthead_left {
	float: left;
	width:200px
}
#masthead_right {
	float: right;
	width:150px
}
#masthead_middle {
	float: left;
	width: 500px;
}
#masthead h1 {
	color: #FFFF00;
	margin-bottom: 0;
}
#masthead h3 {
	margin-top: 0.5em;
	margin: 10px;
	color: #00FFFF;
}

#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Navigation */
#navigation {
	border-top: 3px solid #808080;
	border-bottom: 3px #808080 solid;
	background-color: #00FF00;
	float: left;
	clear: none;
	width: 880px;
	position: fixed;
	z-index: 999;
	top: 5px;
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #c77;
	background-color: #c77;
}
#page_content {
	float: left;
	clear: none;
	width: 880px;
}
#page_content_left {
	margin: 10px;
	background: #008000;
	float: left;
	width: 400px;
}
#page_content_right {
	margin: 10px;
	background: #008000;
	float: right;
	width: 540px;
}
#page_content1 {
	padding: 0px;
	width: 880px;
	clear: both;
	float: left;
}
#page_content_left1 {
	margin: 10px;
	background: #008000;
	float: left;
}
#page_content_right1 {
	margin: 10px;
	background: #008000;
	float: right;
	width: 380px;
}
#footer {
	float: left;
	width: 880px;
}
#footer_left {
	margin: 10px;
	float: left;
	background-color: #008000;
}
#footer_right {
	float: right;
}
#footer_middle {
	margin: 10px;
	float: right;
	background-color: #008000;
	width: 500px;
}
#footer p {
	margin: 10px;
	font-size: 0.85em;
}
#footer a {
	color: #3F58BC;
}
#footer a:hover {
	color: #00008B;
	text-decoration: none;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
}

/* Site typography */
h1 {
	font-size: xx-large;
	color: #FFFF00;
}
h2 {
	font-size: x-large;
	color: #c77;
}
h3 {
	font-size: large;
	color: #FF0000;
	text-align: center;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote, p, ol, ul {
	margin: 10px;
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #c77;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: underline;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#layer1 {
	position: absolute;
	z-index: 800;
	left: 10px;
	top: 10px;
}
/* Styles for Masthead */
#masthead a {
	color: #333333;
	text-decoration: none;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f93;
	border: 1px solid #f93;
}
/* Styles for Right Column */
#column_right h4 {
	color: #3F58BC;
	margin-top: 0px;
}
#column_right p {
	color: #444444;
	margin-top: 0px;
}
#column_right a {
	color: #677BCB;
}
#column_right a:hover {
	color: #FF9933;
}
