﻿@import url("layout.css");
@import url("home.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#content img {
	display: block;
}
.centertext {
	text-align: center;
	font-size:small;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: left;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
/* Styles for Footer */
#footer p {
	font-size:x-small;
	text-align: center;
	margin: 0px;
	padding: 2px;
	vertical-align: bottom;color:#007FC8;
}
#footer a {
	color: #333;
	text-decoration: underline;
	vertical-align: bottom;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#masthead h4 {
	margin-top: 15px;
}
#masthead h4 {
	font-size: medium;
}
p {
	padding: 0px;
	margin: 7px;
}
h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
