html{
	height: 100%;
}

body { 
	/*height: 90%;*/
	margin: 0;
	padding: 0;
	/*height: 800px;*/
	font-family: Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: #333;
	font-size:  1em;
	line-height: 1.2em;
}

div#content {
	position: relative;
	/*height: 100%;*/
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	width: 760px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 2px solid #222;
	background-color: #fff;
	color: #000;
}

div#top{
	margin: 0;
	text-align: left;
	height: 30px;
	background: #fff url(../image/top.png) no-repeat top;
	padding: 0;
	font-size: 90%;
	color: #fff;
}

#top h1 {
	font-size: 100%;
	font-weight: bold;
	border: none;
	margin: 0;
	padding: 5px;
}	

#top a {
	text-decoration: none;
	color: #fff;
}

#top a:hover{
	text-decoration: underline;
}


div#middle {
	height: 150px;
	margin: 0;
	padding: 0;
	background: #fff url( ../image/ils.png ) no-repeat top;
	border: 1px solid #000;
}

div#bottom {
	margin: 0;
	text-align: center;
	height: 30px;
	background: #fff url(../image/bottom.png) no-repeat top;
	padding: 0;
	font-size: 90%;
}

#bottom ul {
	margin: 0;
	padding: 5px;
	width: auto;
	list-style-type: none;
	text-align: center;
} 

#bottom li  {
	display: inline;
	margin: 0;
	padding: 5px;
}

#bottom a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}

#bottom a.location{
	text-decoration: underline;
	color: #fff;
	background: none;
}


#bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

div.tab{
	padding: 5px 0 0 5px;
	margin: 0;
    color: #fff;
	background : #228 url(../image/main.png) no-repeat top;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

div#main { 
	background: #fff;
	color: #000;
	padding: 20px;

}


#main h1{
	padding: 5px 0 0 5px;
	margin: 0;
    color: #fff;
	background : #fff url(../image/main.png) no-repeat top;
	font-size: 100%;
	border-bottom: 1px solid #000;
}

#main h2{
	padding-top: 10px;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 120%
}

#main p{
	padding-left: 10px;
	padding-right: 10px;
}

p.front {
}

span.big {
	font-size: larger;
}

span.notice{
	font-size: small;
	position: absolute;
	bottom: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
}

div#counties {
	font-weight: bold;
}

ul.check {
	list-style-image: url(../image/checkmark.png);
	text-indent: 5px;
}

span.footer {
	width: 100%;
	text-align:center;
}

div.popup {
	color: #eee;
	background: none;
}

/* fixes 3-pixel float bug in IE/Win */
* html #main { 
	margin-right: -3px;
}

a {
	text-decoration: none;
}

a:link {
	color:#029;
}

a:visited {
	color:#029;
}

a:hover {
	color:#018;
	text-decoration: underline;
}

a:active {
}

div.boxed {
	width: 100%;
	margin: auto;
	text-align:center;
}

.boxed a {
	text-align: center;
	padding: 1em;
	border: 1px solid black;
}

div.license {
	width: 100%;
	padding: 3em;
	font-size: large;
}

img.biopic {
	float: right;
	border: 1px solid black;
	padding: none;
	margin: 5px;
}

span.emph {
	font-weight: bold;
}

.front img {
	float: right;
	border: none;
	padding: none;
	margin: 5px;
}

