﻿@import url("layout.css");
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 {
	background: #FFFFFF;
	width: 900px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 798px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
}
#content {
	float: left;
	width: 618px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fefeff;
}
/* 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 {
	font: 100% Verdana, Geneva, Tahoma, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
;
}
#navigation a:hover {
	font: normal normal bold 100% "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #3d6c87;
}
#content img {
	padding: 0px;
	border: 0px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	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;
}