﻿@import url("layout.css");
body {
	margin: 0 0 0px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #1F427E;
	color: #000000;
}
#container {
	width: 800px;
	margin: 10px auto 10px auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#masthead {
	text-align: center;
	width: 780px;
	padding: 10px;
	border: 1px none #725972;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-style: none;
	border-right-color: #FFFFFF;
	margin-right: 25px;
	color: #1F427E;
	font-weight: bold;
}
#content {
	float: left;
	width: 625px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 790px;
	font-size: xx-small;
}
/* Masthead Styles */
#masthead h1 {
	color: #1F427E;
}
#masthead h3 {
	color: #023054;
	font-size: small;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#navigation a {
	color: #1F427E;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
	border-bottom-style: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #D3BE3F;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #1F427E;
}
#content img {
	padding: 0 5px 0 0;
	border: 1px none #402640;
}

.margin-left40 {
	margin-left: 40px;
	margin-top: 0;
	margin-bottom: 5;
	list-style-type: disc;
	display: list-item;
}
.margin-left200 {
	margin-left: 200px;
	display: list-item;
	margin-bottom: 5px;
}
.margin-topbotzero {
	margin-top: 0;
	margin-bottom: 0;
}
.margin-left 170 {
	margin-left: 170px;
}
.margin-topzero {
	margin-top: 0px;
}
.image-margins {
	margin: 5px 10px 5px 5px;
	position: relative;
	float: left;
	text-align: left;
}


/* Footer Styles */
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #1F427E;
	text-decoration: underline;
}
#footer a:hover {
	color: #C1B952;
	text-decoration: none;
}
a {
	color: #023054;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:hover {
	color: #E3C120;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.margin-00 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.margin-zero {
	margin-top: 0px;
	margin-bottom: 0px;
}
.horizontal_lineCopy {
	color: #1A3E5B;
}
.darkblue_boldCopy {
	color: #023054;
}

