/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#000;
	padding:0;
	border:0;
	margin:0;
	background-color:#FFFFFF;
	/*background-image: url(Graphics/PurpleBandBkgrd.gif);
	background-repeat:repeat-x;*/
}
#wrapper {
	width:80%;
	max-width:760px;
	min-width:720px;
	margin:10px auto 0 auto;
	text-align:left;
	background-color: #FFFFFF;
}
#bannertop {
	height:100px;
	margin-top:10px;
}
#bannerbottom {
	/*background-color:#330099;*/
	height:46px;
	margin-bottom:10px;
}
/*#container {
	width:980px; 
	background-color: #FFFFFF;
	padding-left:5px;
	padding-right:5px;
}*/
#content {
	padding:10px;
	font-size:1.5em;
	/*margin-left:240px;*/
}
#home #content {
	padding-top:20px;
}
#interoffice #content, #postoffice #content, #contact #content {
	padding:20px 50px 0 50px;
}
.rightsidebar {
	width:350px;
	float:right;
	margin-left:50px;
	margin-right:20px;
}
#navline {
	border-top:2px solid #330099;
	border-bottom:2px solid #330099;
	padding-top:4px;
	text-align:center;
	font-weight: bold;
	color: #330099;
	font-size:120%;
	color: #330099;
}
#navline a {
	color: #330099;
}
#navline a:link, #navigation a:visited {
	text-decoration: none;
}
#navline a:hover, #navigation a:active {
	color: #0080ff;
	text-decoration: underline;
}
#home a.home, #postoffice a.postoffice, #interoffice a.interoffice, #contact a.contact {
	/*color: #E3A004;*/
	color: #0080ff;
	text-decoration:none;
	cursor:text;
}
.currentlink {
	color: #0080ff;
}
.leftsegment {
	width:250px;
	text-align:center;
	margin-left:30px;
	float:left;
}
.rightsegment {
	width:250px;
	text-align:center;
	margin-right:30px;
	float:right;
}
#footer {
	/*background-color:#330099;*/
	border-top:2px solid #330099;
	border-bottom:2px solid #330099;
	color:#000;
	text-align:center;
	padding-top:8px;
	padding-bottom:5px;
	/*font-size:0.9em;*/
	margin-bottom:10px;
}
#footer .largefont {
	font-size:1.1em;
}
#footer a {
	color:#0080ff;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.5em;
}
h1 {
	font-size:1.6em;
	color:#0080ff;
	/*text-align:center;*/
}
h2 {
	font-size:1.4em;
	color:#0080ff;
	/*text-align:center*/;
}
h3 {
	font-size:1.2em;
	color:#0080ff;
}
ul {
	margin-left:20px;
}
ol {
	margin-left:25px;
}
li {
	padding-bottom: 10px;
}
.imgcaption {
	font-size:0.8em;
	font-style:italic;
}
.imgborder {
	border:1px solid #000;
	margin-bottom:3px;
}
.leftjustify {
	text-align:left;
}
.spaceabove {
	margin-top:1em;
}
.nospacebelow {
	margin-bottom: 0px;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
.centertext {
	text-align:center;
}
.floatleft {
	float:left;
	margin-right:20px;
}
.floatright {
	float:right;
	margin-left:20px;
}
.highlightlarge {
	font-size:1.2em;
	font-weight:bold;
}
.bluetext {
	color:#0080ff;
}
.redtext {
	color:#CC0000;
}
.sepline {
	border-bottom:1px solid #0066FF;
	margin-bottom:10px;
	margin-top:5px;
}
.textleft {
	padding-right:5px;
}
.textright {
	padding-left:5px;
}
.textleftjustify {
	text-align:left;
}
.textrightjustify {
	text-align:right;
}
table img {
	padding-bottom:5px;
}
table .floatleft {
	margin-right:5px;
}
a {
	text-decoration:none;
	color:#990000;
}
a:hover, a:active {
	color:#0033FF;
	text-decoration:underline;
}
