﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #f2f2f7;
	background-repeat: repeat;
	background-attachment: scroll;
}
#masthead {
	text-align: center;
	width: 698px;
}
#navigation {
	float: left;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #8DA7FC;
}

#footer {
	text-align: center;
	clear: both;
	width: 698px;
}
/* Masthead Styles */


/* Navigation Styles */
#navigation a {
	display: block;
	background-color: #8DA7FC;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #8DA7FC;
}
/* Content Styles */
h2 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: oblique;
}
/* Footer Styles */

#footer a {
	background: #8CA8FC;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #8DA7FC;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.normalTextStyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000066;
}
h3 {
	color: #000066;
	font-size: medium;
}
