﻿@import url("layout.css");
.imageborder {
	border-style: solid;
	border-width: 2px;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: auto;
	margin: 10px auto;
}
#masthead {
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	background-color:#EEE;

	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	-moz-opacity: .90;
	position: relative;
	float: left;
	width: 143px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #FFFFFF;
	border-top-color: #dcdcdc;
	border-bottom-color: #808080;
	border-left-color: #a9a9a9;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 10px;
	font-family: Helvetica;
	font-size: medium;
	font-weight: normal;
}
#content {
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	background-color: #EEE;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	color: #FFFFFF;
	
  
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
/* Content Styles */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #00A1DA;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
