﻿body
{
	font-family: Arial;
	margin: 0;
	text-align: center;
}

#header
{
	position: relative;
	z-index: 1;
}

#wrapper
{
	background: url(../images/watermarkSeal.jpg) no-repeat center 200px;
	margin: auto;
	min-height: 700px;
	width: 1250px;
}

#menuBar
{
	background-color: #585858;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
	height: 32px;
	width: 1250px;
}

#contentWrapper
{
	margin: auto;
	margin-top: 30px;
	width: 1000px;
}

.left
{
	border: 1px solid #ABABAB;
	float: left;
	min-height: 300px;
	width: 200px;
}

.quickLinks
{
	font-size: 13px;
	text-align: left;
}
.quickLinks em
{
	background-color: #E3E3E3;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 5px;
}
.quickLinks a, .quickLinks a:visited
{
	color: #404040;
	display: block;
	margin: 0 0 3px 0;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}
.quickLinks a:hover
{
	text-decoration: underline;
}

.content
{
	float: right;
	min-height: 500px;
	text-align: left;
	width: 750px;
}
.taxSearchContent
{
	text-align: left;
	width: 1000px;
}

#footer
{
	border-top: solid 1px #404040;
	font-size: 12px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
#footer TD
{
	width: 33%;
}
#footer .copyRight
{
	text-align: left;
}
TD.sturgis
{
	text-align: right;
}
