* {
	padding: 0;
	margin: 0;
}

html, body,#container {
	min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
	width: 100%;
	height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
	margin: 0;
	padding: 0;
    }
	
body {
	background-color: #ccc;
	background-image: url(/images/bgtile.gif);
}

img {
	border: 0;
}

#container {
	width: 890px;
	height: 100%;
	background-image: url(images/bg_center.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	height: 1171px;
}

#subpage_container {
	width: 890px;
	height: 100%;
	background-image: url(images/bg_center.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	height: 1171px;
}
#header {
	height: 75px;
	padding-top: 10px;
}

#about_copy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
	font-weight: normal;
	margin-top: 15px;

}

#fence_copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #999999;
	font-weight: normal;
	margin-top: 15px;
	text-align: left;

}


#navbar {
	width: 830px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #666666;
	height: 23px;

}

#navbar ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#navbar ul li {
	display: inline;	
}

#navbar ul li a {
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: right;
border-right: 1px solid #fff;
}

#navbar ul li a:hover {
	color: #FFFFFF;
	background-color: #999999;
}	

#content {
	width: 840px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#main {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 90px;
	margin-left: 180px;
	height: 100%;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(/images/state_bg.jpg);
	background-repeat: no-repeat;
}

#main img {


}

#main_text {
	width: 60%;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;

}

#main h1 {
	font-size: 14px;
	background-color: #333399;
	color: #CCCCCC;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;

}

#main_image {
	float: right;

}

#menu {
	background-color: #9999CC;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;

}

#menu a {
	text-decoration: none;
	display: block;
	padding: 2px;
	background-color: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000033;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-left-color: #000033;
	list-style-type: none;
	color: #FFFFFF;

}

#menu a:hover {
	background-color: #0033CC;
}

#menu a:active {
	background-color: #000066;
}


#footer {
	clear: both;
	text-align: right;
	height: 100px;

}

#footer img {
	float: right;
	margin-right: 30px;

}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	margin-top: 50px;
}

#table {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#submit {

}
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	font-weight: normal;

}
