﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	background-color: #b9cfa1;
	background-image: url("../images/background.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
#container {
	width: 100%;
	/*margin-top: 5px;*/
	border-bottom: 2px solid #363636;
	background-color: #FFFFFF;
}
#masthead {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
#navigation {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 800px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 430px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
	color: #000080;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	/*text-transform: uppercase;*/
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#navigation li {
	color: #000080;
	float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    width:auto;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

#navigation a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin: 0 1px;
	padding: 5px 6px 5px 5px;
	border: 1px solid #708090;
	background-color: #06386b;
	font-size: small;
}

#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #455;
}
#content img {
	padding: 5px;
	border: 1px solid #708090;
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
/* Footer Styles */
#footer p {
	font-size: 0.85em;
	color: #000066;
}
#footer a {
	color: #06386b;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #000080;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style1 {
	text-align:center
}
.style25 {
	text-align: right;
}
.style39 {
	color: #FF0000;
}
.style9 {
	color: #000080;
}
.style41 {
	border-width: 0px;
}
.style42 {
	font-size: small;
}
.style3 {
	font-family: "Times New Roman";
}
.style10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.style23 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background-color: #99CCFF;
}
.style32 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.style36 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style40 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}

.style17 {
	font-family: "Book Antiqua";
	font-size: medium;
}
.style20 {
	font-family: "Book Antiqua";
	font-size: large;
}
.style21 {
	font-family: "Book Antiqua";
	font-size: x-large;
	text-decoration: underline;
}
.style22 {
	font-family: "Book Antiqua";
	font-size: large;
	text-align: justify;
}
.style26 {
	font-family: "Book Antiqua";
	font-size: large;
	text-align: left;
}
.style27 {
	font-family: "Book Antiqua";
	font-size: large;
	text-decoration: underline;
	text-align: justify;
}
.style28 {
	font-family: "Book Antiqua";
	font-size: x-large;
	text-align: center;
}
.style29 {
	font-family: "Book Antiqua";
	font-size: medium;
	text-align: justify;
}
.style31 {
	font-family: "Book Antiqua";
	font-size: large;
	text-align: center;
}
.style38 {
	font-family: "Book Antiqua";
	font-size: large;
	text-align: center;
}

	
