@charset "utf-8";
/* CSS Document */
html {
	color:#000;
	background:#FFF;
	font-size:100%;
}
/************ noPrint styles **************/

.noprint {
	display: none;
}
body {
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	color: #000000;
}
p {
	margin-bottom: 0.35em;
} 
/************ HyperLink **************/

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
/************ Heading Heirarchy **************/
h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:150%;
	font-weight:bold;
	text-align:left;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	margin: 1em 0em 0.5em 0em;
}
h3 {	font-weight: bold;
	font-size: 120%;
	
}
h4 {	font-weight: bold;
	font-size: 110%;
	
}
h5 {
	
}
/************ Images **************/
img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
	text-align: left;
}
.imgleft {
	float: left;
	margin: 0em 1em 1em 0em;
}
.imgborder {
	border: 1px solid #000000;
}
.img_standard { 
	margin: 1em 0em 1em 0em;
}
.img_left_caption {
	float:left;
	margin: 0em 1em 1em 0em;
}
.img_right_caption {
	float:right;
	margin: 0em 0em 1em 1em;
}
.img_imgright{float:left;
margin-right:1em;
}
.img_caption {
	font-weight: normal;
	font-size: 80%;
	padding-top: 0.25em;
	display:block;
}

/*********** Lists **************/
li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1em;
}
ol li {	list-style-position: outside;
	list-style-type:decimal;
	margin-left:3em;
}
ul, ol {margin-bottom:1em;}
/************ Layout **************/
#container {
	width: 100%;  /* this will create a container 950 pixels wide */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0em auto 0em auto;
}
#header, #sidebar1, #directions, #col3, #gov {
	display: none;
}
#mainContent, #mainwrapper, #indexwrapper {
	margin: 0em;
	padding: 0em;
}
#col1 {
	float:left;
	width: 48%;
	margin: 0em;
	padding: 0em;
}
#col2 {
	margin: 0em 0em 0em 50%;
	padding: 0em;
}
.colbox-tint {
	background-color: #fff;
	padding: .5em;
	text-align: left;
	display: block;
	margin: 0em 0em 1em 0em;
	border: 1px solid #000;
}
#footer {
	font-size: 90%;
	text-align: left;
}
/************ Footer extras **************/
.footer-txt {
	display: none;
}
#copyright {
	font-size: 80%;
	margin-top: 1em;
}
/************ Miscellaneous classes for reuse **************/

blockquote {
	margin-right: 2em;
	margin-left: 2em;
	margin-bottom: 0.8em;
	margin-top: 0.2px;
}

.skip {
	display: none;
}
.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: 0.5em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0.5em;
}
.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: 0.062em;
	line-height: 0;
}
.sml-grey {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	font-weight:normal;
	color:#000000;
}
.sml-org {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:80%;
	font-weight:normal;
	color:#000000;
}
.boldit {
	font-weight: bold;
}
.bold-indent {
	font-weight: bold;
	padding-left: 1em;
}
.text-indent {
	padding-left: 1em;
}