﻿@import url("layout.css");
img {
	border: 0; 
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment: scroll;
	text-decoration:none
}
#container {
	background-color: #fff;
}
#masthead {
	text-align: center;
	border-bottom: 1px solid #000;
	background-color: #fff;
}
#navigation {
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #002d62;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation a:hover {
	color: #b5b292;
	text-decoration: none;
	font-weight: bold;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #006699;
	font-size:medium
}
/* Footer Sytles */
#footer p {
	font-size: xx-small;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style8 {
	background-color: #DCDCDC;
}
