﻿@import url("layout.css");
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #1F3A80;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	height: 125px;
	padding: 10px;
	border: 1px #1F3A80;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #1F3A80;
	color: #FFFFFF;
	vertical-align: middle;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	font-family: Calibri,Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: xx-large;
	color: #FFFFFF;
}
#masthead h3 {
	color: #FFFFFF;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #1F3A80;
	font-family: Calibri;
	color: #FFFFFF;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #1F3A80;
	color: #FFFFFF;
	list-style-type: none;
	text-align:center
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #1F3A80;
}
#navigation a:hover {
	color:#D7E0EC;
	text-decoration: none;
	font-weight: bolder;
	list-style-type: none;
}
/* Content Styles */
p {font-family:Calibri,Arial, Helvetica, sans-serif;color:black;font-size:medium;
}
h6 {
	color: #1F3A80;text-decoration:none;	
}
h5 {
	color: #1F3A80;text-decoration:none;
}
h4 {
	color: #1F3A80;text-decoration:none;
}
h3 {
	color: #1F3A80;text-decoration:none;
}
h2 {
	color: #1F3A80;text-decoration:none;
	}
h1 {
	color: #1F3A80;text-decoration:none;
}
/* Footer Styles */
#footer p {
	color: #1F3A80;
}
#footer a {
	color: #1F3A80;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #1F3A80;
	text-decoration: none;
	font-weight:bold;
}
li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 3px;
	font-family:Calibri,Arial, Helvetica, sans-serif;
	color:black;
	font-size:medium;
}
a:hover {
	color: #1F3A80;
	font-weight: bold;
}
.blockquote {
	font-family: Calibri;
	font-size: medium;
	font-weight: bold;
	background-color: #D7E0EC;
	border: thin solid #000000;
	padding: 6px;
	margin: 6px;
}
.img_right {
	border: thin solid #000000;
	padding: 0px;
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
}
.img_center {
	border: thin solid #000000;
	margin: 6px 0px 6px 6px;
	float: none;
}
}
.img_center_no_border {
	border: none;
	margin: 6px 0px 6px 6px;
	float: none;
}
.sidebarbox {
	border: thin solid #000000;
	padding: 6px;
	margin: 12px 0px 12px 0px;
	background-color: #D7E0EC;
}


