@charset "utf-8";
/* CSS Document */
body  {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
}
a img {border: none; 
}
a:link, a:visited {
	color: #222222;
	text-decoration: none;
	outline: none;
}
a:hover   {
	color: #CCC;
	text-decoration: none;
	outline: none;
}

.GIS #container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
} 
.GIS #header {
	vertical-align: middle;
	margin-top: 0px;
	height: 100px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
} 
.GIS #menuHorizontal {
	margin-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6F0000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6F0000;
	height: 25px;
	background-color: #FFF;
}


.GIS #content{

	margin: 3px 5px 3px 3px
	padding: 4px
}
.GIS #footer {
	height: 100px;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 11px;
	color: #696969;
	text-align: center;
	clear: both;
}
.caption {
	text-align: center;
}
.placehold{
	height: 10px;
	font-size: 10px;
	width: 160px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.description {
	float: left;
	width: 220px;
	text-align: center;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.table {
	text-align: justify;
	vertical-align: top;
}
