﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color: #F0F0F0;
}
#container {
	width: 768px;
	margin: 0 auto;
	background-image: url("../images/borderback.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#peoplebanner {
	width: 748px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: hidden;
	background-color: #A4BDD1;
	border-top: #F00 solid 1px;
	border-right:0px;
	border-left:0px;
	padding:0px;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #005B9C;
	overflow: hidden;
}
#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;
	color: #000;
	font-weight: normal;
	font-size: 0.8em;
}
#footer {
	text-align: center;
	clear: both;
	width: 748px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #689;
}
     /* Styles for Headers */
h1 { 
    font-size: 1.8em; 
} 
h2 { 
    font-size: 1.5em;
}     
h3 { 
    font-size: 1.3em; 
} 
h4 { 
    font-size: 1.1em;     
} 
h5 { 
    font-size: 0.9em;     
}    
/* Styles for peoplebanner */
#peoplebanner link {
	text-decoration:none;
}
#peoplebanner img {
	margin:0;
	border:0;
	padding:0;
}
/* 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;
}
#sidebar table {
width:90%;
background-color:#FFFFFF;
text-decoration:none;
text-align:center;
font-size:0.8em;
color:black;
border:thin red outset;
font-weight:normal;
}
#sidebar table:a {
color:blue;
text-align:center;
text-decoration:underline;
font-weight:normal;
}
/* Styles for Content */
/* 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;
}
.btn {
	text-align:center;
}
.redfont {
	color: #F00;
}
.tagline {
	color: #2C3F56;
	font-weight: normal;
}
.copyright {
	font-family: Verdana;
	font-size: xx-small;
}
#facebooklogo img {
	float:right;
	border-width: 0px;
	margin:0px;
	padding:0px;
}
#facebooklogo a {
	text-decoration: none;
}
.hrcolor {
	color: #CCCCCC;
}
.imgcaption {
	text-align:center;
	padding-bottom:0.8em;
}
.picborderedleft {
	float: left;
	border: 1px solid #990000;
	border-top-style:inset;
	margin-left: 10px;
	margin-right: 15px;
}
.picborderedright {
	float: right;
	border: 1px solid #990000;
	border-top-style:inset;
	margin-left: 10px;
	margin-right: 15px;
}
.picleftnoborder {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
}
.picrightnoborder {
	float: right;
	margin-left: 10px;
	margin-right: 35px;
}
a.nolinkunderline {
	text-decoration: none;
}
.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

