﻿@import url(layout.css);
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #000000;
	position: relative;
}
#masthead {
	border-color: #4B0E0E;
	width: 900px;
	background-color: ;
	background-image: url('../images/Masthead.jpg');
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 14px;
}
#container {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #D0E3FE;
}
#navigation {
	background-color: #2E3958;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	line-height: inherit;
	position: absolute;
	color: #FFFFFF;
}
#page_content {
	position: fixed;
	width: 900px;
	background-color: #D0E3FE;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 40px;
}
#row_t {
	position: relative;
	background-color: ;
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
}
#footer {
	background-color: #D0E3FE;
	padding-bottom: 5px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: inherit;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #4B0E0E;
}
/* Styles for Masthead */
/* Styles for Navigation */
#navigation ul {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#navigation ul li {
	border-style: solid;
	border-width: 1px;
	border-color: #637CB6;
	display: inline;
	float: left;
	width: inherit;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 25px;
	line-height: 40px;
}
#navigation a {
	color: #FFFFFF;
}
#navigation a:hover {
	background-color: #6E83B9;
	color: #601212;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #000000;
	text-align: center;
	padding-top: 15px;
}
h2 {
	font-size: 1.75em;
	color: #000000;
	right: auto;
	left: auto;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	color: #000000;
}
h4 {
	font-size: 1.25em;
	color: #000000;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #000000;
	margin: 10px;
	padding: 1px;
}
#footer a {
}
.style5 {
	color: #FFFFFF;
	display: inline;
	text-align: center;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	width: inherit;
	display: block;
	text-align: center;
}
ul li ul li a {
	background-color: #6E83B9;
	line-height: 25px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	width: inherit;
	display: block;
	height: 25px;
	text-indent: 8px;
}
ul li ul {
	visibility: hidden;
	color: #FFFFFF;
}
a {
	color: #000000;
}
#footer a:hover {
	color: #601212;
}
#footer a:visited {
}
/* Styles for Links */

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
