@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FDFDFD;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	border: 7px solid #FDFDFD;
	width: 920px;
	margin: 10px auto 20px auto;
	background-color: #FDFDFD;
}
#masthead {
	padding: 20px 5px 20px 5px;
	text-align: center;
	width: 900px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FDFDFD;
	color: #000000;
	background-image: none;
	border-width: 0 0 2px 0;
	border-color: #808080 #808080 #1D3A58 #808080;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	font-family: Tahoma;
	font-size: x-large;
	font-weight: bold;
}
#menu {
	position: relative;
	background: #234669;
	height: 60px;
	line-height: 60px;
	width: 920px;
	border-top: solid 1px #5AD7D7;
	text-shadow: 0 1px 1px #007D7D;
	border-top-width: 0;
}
#navigation {
	position: relative;
	float: right;
	width: 175px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FDFDFD;
	margin-right: 30px;
	border-width: 0;
	border-right-color: #dcdcdc;
	border-bottom-color: #dcdcdc;
	border-left-color: #dcdcdc;
	text-align: left;
	font-family: "Arial Narrow";
	padding-right: 2px;
	padding-left: 7px;
	padding-bottom: 10px;
}
#content {
	float: left;
	width: 665px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FDFDFD;
	color: #000000;
	border-color: #dcdcdc;
	border-width: 0 1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 920px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #234669;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	border-width: 1px 0 0 0;
	border-color: #808080 #a9a9a9 #808080 #a9a9a9;
	position: relative;
	height: 60px;
}
/* Masthead Styles */
#masthead h1 {
	color: #006C6C;
}
#masthead h3 {
	color: #FFFFFF;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	font-weight: bold;
}
/* Menu Styles */
#menu a {
	padding: 20px 22px 20px 22px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: medium;
	font-family: Tahoma;
	font-weight: normal;
	display: inline;
}
#menu a:hover {
	padding: 19px 22px 20px 22px;
	text-decoration: none;
	color: #91FFFF;
	font-size: medium;
	background-color: #000000;
	font-family: Tahoma;
	text-align: center;
}
#menu ul {
	list-style: none;
	text-align: left;
}
#menu ul li {
	display: inline;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #EAEAEA;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #FDFDFD;
	background-color: #FDFDFD;
}
#navigation a {
	color: #003C77;
	display: block;
	padding: 1px 2px 1px 10px;
	background-color: #FDFDFD;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: underline;
	font-style: normal;
}
#navigation a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #00236A;
	font-size: large;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 20px;
	font-family: Cambria;
	font-size: medium;
	font-weight: bold;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #244051;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#content a {
	color: #000000;
	text-decoration: underline;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
}
#content a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.box {
	text-align: center;
	margin: 2px;
	width: 125px;
	float: left;
}
