@import url("clearsight/css/styleImport.css");
html {
overflow: auto;
}
body {
	margin: 0em;
	padding: 0em;
	background-color: #eeeeee;
	background-position: left;
	background-repeat: repeat-y;
}

body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0em;
}

table {
	margin-bottom: 1em;
}

th {
	text-align: left;
	padding-right:1em;
}

td, th {
	vertical-align: top;
}

h1, h2, h3, h4 {
	font-size: 100%;
}

h1, h1 a:visited {
	color: #333399;
}

h1 {
	display: inline;
}

h2 {
	margin-bottom: 0.75em;
}

h3 {
	margin-bottom: 0em;
}

h4 {
}

ul {
	margin-top: 0em;
}

ul ul {
	margin-left: 1.5em;
	list-style: disc;
}

a:link, a:link td, a:link th {
	color: #cc3333;
	text-decoration: none;
}

a:visited, a:visited td, a:visited th {
	color: #cc3333;
	text-decoration: none;
}

a:hover, a:hover td, a:hover th {
	color: #ff0000;
}

fieldset {
	padding: 0.5em;
	border: 1px solid #bbbbbb;
}

legend {
	border: 1px solid #aaaaaa;
	background-color: #d3d3d3;
	padding: 0.25em;
	font-weight: bold;
	margin-left: -0.5em;
	margin-bottom: 0.5em;
}

input, textarea, select {
	color: #cc3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

div.header	{
	background-image: url(images/backhead.jpg);
	height:100px;
	min-width:770px;
}
img#seal	{
	position:absolute;
	display: block;
	height: 100px;
	width:  110px;
	top:    0px;
	left:   0px;
	z-index: 2;
}

img.name	{
	float:right;
	height: 100px;
	width:  770px;
}

.header img {
	display: block;
}

.menu {
	position: absolute;
	top:	101px;
	left:0px;
	padding: 3px;
	padding-left: 0.5em;
	font-size: 70%;
}

.menu ul {
	margin-left: 0em;
	padding-left: 0em;
	list-style-type: none;
}

.menu li {
	margin: 0em 0.5em 0em 0em;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

* html body .menu li {	/* IE only */
	 margin:0em;
}

.searchBox {
	white-space: nowrap;
	margin-right:1em;
}

.searchBox h2 {
	margin-bottom: 0.5em;
}
legend	{
	margin-left: 5px;
}* html body legend {	/* IE only */
	 margin-left: 0px;
}

.breadcrumbs {
	margin-bottom: 2em;
}

.breadcrumb {
	display: inline;
	margin-left: 0em;
	padding-left: 0em;
}

.breadcrumb li {
	display: inline;
	font-weight: bold;
	color: #333399;
}

.text {
	font-size: 70%;
}

.searchResults {
	font-size: 70%;
}

.columnImage {
	float: right;
	margin:0em 1em 1em 1em;
	width: 200px;
	color: #cc3333;
	display: block;
}

.columnImage img {
	display: block;
	border: 1px solid black;
}

.footer {
	clear: left;
	text-align: center;
	font-size: 70%;
	color: #999999;
}

.footer a:link, .footer a:visited {
	color: #cc6666;
}

form td {
	font-size: 70%;
}

.button {
	border: 1px solid black;
	font-size: 100%;
}

.textInput {
	border: 1px solid black;
	padding-left: 1px;
	font-size: 100%;
	height: 18px;
}
@media print {
	div.menu, div.noprint {
		display: none;
	}
	.main {
		margin:1em;
	}
}
