﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #F4F4F4;
}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#masthead {
	text-align: center;
	border-bottom-color: #000000;
	border-bottom: medium #000000 solid;
	width: 100%;
	background-color: #FFFFFF;
}
#mastheadimage {
	text-align: center;
	border-bottom-color: #000000;
	border-bottom: medium #000000 solid;
	width: 800px;
	height: 100px;
	background-color: #FFFFFF;
}
#sidebar {
	float: left;
	width: 50%;
	background-color: #FFFFFF;
	position: relative;
	height: 250px;

}
#content {
	float: right;
	width: 50%;
	background-color: #FFFFFF;
	position: relative;
	height: 250px;
}
#footer {
	text-align: center;
	margin: 0 auto;
	width: 800px;
	background-color: #689;
	border-top: medium #000000 solid;
	
}
#masthead img {
	float: center;
}
#masthead p {
	font-size: x-large;
	font: large Verdana;
	text-align: center;
}
#sidebar a {
	color: #003399;
	text-decoration: underline;
}
#content a {
	color: #003399;
	text-decoration: underline;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}