﻿/* CSS layout */
body {
	background-color: white;
	background: url('../images/background.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin: 25px auto;
	width: 800px;
	}
#container {
	clear: both;
	margin: 10px auto;
	text-align: left;
	width: 800px;
}
#masthead {
	text-align: center;
	width: 800px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: white;
}
#logo {
	float: left;
	width: 110px;
	margin-left: 10px;
}
#top_nav {
	outline: black solid thin;
	text-align: center;
	clear: both;
	width: 800px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
#page_content {
	outline: black solid thin;
	width: 800px ;
	margin-top: 0px;
	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: white;
}
#footer {
	text-align: center;
	clear: both;
	width: 800px;
	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: #fefeff;
}
/* Masthead Styles */
#masthead h1 {
	color: Black;
}
#masthead h3 {
	color: Black;
}
/* top_nav Styles */
#top_nav p {
	color: #808080;
	margin-top: 5px;
}
#top_nav a {
	color: #000000;
	text-decoration: underline;
}
#top_nav 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;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #000000;
	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;
}
