﻿/* CSS layout */
body {
	background-color: #E6E6E6;
}
#container {
	width: 950px;
	margin: 5px auto 5px auto;
	padding: 0px;
	border: 1px solid #C7C7C7;
	background-color: #FFFFFF;
	right: auto;
	left: auto;
}
.shadow1{

box-shadow: 7px 7px 8px #6D7492;

-webkit-box-shadow: 7px 7px 8px #6D7492;

-moz-box-shadow: 7px 7px 8px #6D7492;

}
#masthead {
width: 948px;
padding: 4px;
text-align: center;
}
#top_nav {
width: 948px;
padding: 3px;
text-align: center;
font-family: Verdana;
font-size: small;
}
#page_content {
width: 948px;
padding: 3px;
text-align: left;
}
p {
padding: 0px 100px 0px 80px;
font-family: Verdana;
font-size: small;
font-weight: normal;
font-style: normal;
color: #000000;
}
h1 {
font-family: Verdana;
font-size: xx-large;
font-weight: normal;
font-style: normal;
color: #000000;
}
h2 {
font-family: Verdana;
font-size: x-large;
font-weight: normal;
font-style: normal;
color: #000000;
}
h3 {
font-family: Verdana;
font-size: medium;
font-weight: normal;
font-style: normal;
color: #000000;
text-decoration: none;
text-align: center;
}
h4 {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: #000000;
text-decoration: none;
text-indent: 35px;
}
h5 {
font-family: Verdana;
font-size: medium;
font-weight: normal;
font-style: normal;
color: #000000;
text-indent: 20px;
}
h6 {
font-family: Verdana;
font-size: medium;
font-weight: 600;
font-style: normal;
color: #000000;
text-decoration: none;
padding-right: 100px;
padding-top: 0;
padding-bottom: 0;
padding-left: 80px;
}
a {
font-family: Verdana;
font-size: medium;
font-weight: bold;
font-style: normal;
color: #000000;
text-decoration: none;
}
a:link {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: #800000;
text-decoration: underline;
}
hr {
color: #800000;
height: 2px;
width: 85%;
right: auto;
left: auto;
text-align:center
}
a:active {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: #993399;
text-decoration: none;
}
a:hover {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: #993399;
text-decoration: none;
}
a:visited {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #003300;
}
li {
font-family: Verdana;
font-size: small;
font-weight: normal;
font-style: normal;
color: #000000;
margin-right: 150px;
}
blockquote {
font-family: Verdana;
font-size: small;
font-weight: normal;
font-style: normal;
color: #000000;
right: 150px;
left: 90px;
margin-right: 180px;
margin-left: 100px;
}
title {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: #000000;
margin-right: 100px;
}
.title {
font-family: Verdana;
font-size: small;
font-weight: bold;
font-style: normal;
color: #000000;
margin-right: 100px;
}
.highlite {
	background-color: #FFCC99;
}
#footer {
	font-family: Verdana;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-align: center;
	width: 948px;
}
.italics2 {
	font-style: italic;
}

