﻿@import url("layout.css");
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFFFFF;
}
.imagenoborder {
	border-width: 0px;
}
.orgnameposition {
	margin-left: 146px;
	margin-top: 30px;
}
#container {
	border: thick ridge #99CCFF;
	padding: 2px;
	width: 900px;
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:20px;
	padding-bottom: 10px;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
}
#page_content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#content {
	position: relative;
	float: left;
	width: 390px;
	padding-top: 10px;
	padding-bottom:10px;
	text-align: left;
}
#content p {
	line-height:130%
}
#sidebar {
	float: right;
	width: 390px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#sidebar p {
	line-height:130%
}
#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #191970;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	bottom: 0;
	font-weight: normal;
	color: #b22222;
	display: inline;
	margin-top: 45px;
	margin-left: 25px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 88px;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px 1px 5px 1px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}
/* Content Styles */
h6 {
	color: #b22222;
}
h5 {
	color: #b22222;
}
h4 {
	color: #b22222;
}
h3 {
	color: #b22222;
}
h2 {
	color: #b22222;
}
#content h1 {
	color: #b22222;
}
#content img {
	padding: 5px;
	border: 0px
}
/* Sidebar Styles */
#sidebar p {
	color: #222;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 1em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
	font-size:medium;
	background-color:#66CCFF;
}
/* Link Styles */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
