﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000033;
	background-color: #d2d4d5;
}

h1 {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #000033;
}

h2 {
	padding-top: .1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #4859a7;
}


.auto-style1 {
	border-width: 0;
}

.auto-style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.auto-style7 {
	border: 3px outset #4859a7;
	margin: 2px;
	padding: 3px;
}

.auto-style8 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #8a8c8f;
}

.auto-style9 {
	color: #4859a7;
}

.auto-style10 {
	color: #8a8c8f;
}

.auto-style11 {
	border-width: 0;
}

.auto-style12 {
	border-width: 1px;
}


#container {
	width: 1100px;
	margin: 0 auto;
	background-color: #4859a7;
}
#masthead {
	text-align: right;
	width: 1100px;
	overflow: auto;
	background-color: #4859a7;
}
#sidebar {
	float: left;
	width: 195px;
	background-color: #4859a7;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 865px;
	padding: 20px;
	overflow: auto;
	background-color: #ffffff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 1100px;
	background-color: #e2e2e2;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	font-size: small;
}
#masthead img {
	float: left;
	background-color: #ffffff;
}


/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #d2d4d5;
}
#sidebar a {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 4px;
	border-top: 2px solid #000033;
	border-bottom: 2px solid #000033;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ee1d26;
	border-bottom: 2px solid #d2d4d5;
	background-color: #000033;
}


/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #4859a7;
	text-decoration: underline;
}
#footer a:hover {
	color: #000033;
	text-decoration: none;
}
a {
	color: #000033;
	text-decoration: underline;
}
a:hover {
	color: #ee1d26;
	text-decoration: underline;
}