﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
}
body2 {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #0072bc;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #90BCE4;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
}
#page_content {
	position: relative;
	margin: 0;
}
#sidebar {
	position: relative;
	float: left;
	width: 155px;
	background-color: #90BCE4;
}
#sidebar2 {
	position: relative;
	float: left;
	width: 162px;
	background-color: #c5d5e5;
}
#content {
	margin-left: 155px;
	margin-top: 0;
	padding: 7px;
	background-color: #fff;
	min-height:  675px
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #746C99;
	text-align: center;
}
#masthead img {
	float: left;
}
#sidebar img {
	margin: 1px;
}
h1 {
	font-family: Tahoma;
	color: #746C99;
	text-align: left;
	margin-top: 0;
}
h1a {
	font-family: Tahoma;
	color: #0072bc;
	text-align: center;
}
h2 {
	font-family: Verdana;
	color: #dcc366;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-family: "Trebuchet MS";
	color: #516017;
	font-size: 1.25em;
}
h3a {
	font-family: "Trebuchet MS";
	color: #90BCE4;
}
h4 {
	font-family: Tahoma;
	color: #659ad2;
	line-height: normal;
}
h5 {
	font-family: Verdana;
	color: #90BCE4;
}
h6 {
	font-family: "Trebuchet MS";
	color: #90BCE4;
}
p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #746C99;
	
}
#sidebar li {
	display: block;
	border: 1px solid #746C99;
}
#sidebar li2 {
	display: block;
	border: 1px solid #659ad2;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #dcc366;
	background-color: #516017;
}
#sidebar2 a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #0072bc;
	background-color: #90BCE4;
}
#sidebar p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
	margin-left: 5px;
	margin-top: 5px;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #bfb;
	text-decoration: none;
}
a {
	color: #90BCE4;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #dcc366;
	text-decoration: none;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_bolditalic {
	font-style: italic;
	font-weight: bold;
}
.h4list {
	font-family: Verdana;
	font-weight: bold;
	color: #3D5015;
}
.indent1 {
	margin-left: 25px;
	margin-right: 25px;
}
.indent2 {
	margin-left: 50px;
	margin-right: 50px;
}
.QuoteBox {
	padding: 5px;
	margin: 5px;
	border: 2px solid #0c9;
	font-size: .8em;
	color: #0072bc;
	background-color: #BFB;
	text-align: left;
	width: 500px;
}
.homeimage {
	text-align: center;
	padding: 10px;
}

.indent1ital {
	margin-left: 25px;
	margin-right: 25px;
	font-style: italic;
}

