﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #F0F0F0;
}
#container {
	width: 768px;
	margin: 0 auto;
	background-image: url("../images/borderback.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 748px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #005B9C;
	overflow: hidden;
}
#peoplebanner {
	width: 748px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #A4BDD1;
	border-top-color:red; border-top-style:solid; border-top-width:medium
	
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}
#content {
	float: right;
	width: 578px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 748px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
#masthead img {
	float: left;
	border-bottom-width: 0px;
	border:none;
}
#masthead a:link {
	text-decoration: none;
}
#masthead td {
	font-size: x-large;
	text-align: center;
	text-decoration:none;
	color: #0043D2;
	background-color: #FFFFFF
}
/* Styles for Navigationtop */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	font-size: 0.9em;
	float: left;
	display: inline;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px 12px 5px 12px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #668899;
	border: 1px solid #f2f2f2;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #33373C;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}
/* 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;
}
.Addressinbanner {
	text-align: right;
}
.addressbanner {
	vertical-align: bottom;
	text-align: right;
}
.centertext {
	text-align:center
}
.border1px {
	border:1px black solid
}
.calendarcellleft {
width:170px;
border-top:thin gray solid;
border-right:thin gray solid;
border-bottom:0px;
border-left:thin gray solid;
padding-right:2px;
vertical-align:top;
}
.calendarcellright {
width:408px;
border-top:thin gray solid;
border-right:thin gray solid;
border-bottom:0px;
border-left:0px;
padding-left:2px;
padding-right:2px;
vertical-align:top;
}
.calendarlastrow {
	width:578px;
	border-top:thin gray solid;
	border-right:0px;
	border-bottom:0px;
	border-right:0px;
}

