@charset "utf-8";
/* CSS Document */

body {
	background:#666666;
	background-image: url(back_patrn.gif);
	color:#666;
	font-family:arial;
	font-size: 11px;
	letter-spacing: .35mm;
	text-align: center;
}
p {

}
a:link, a:visited {
	color:#f7e921;
	font-family:arial;
	letter-spacing: .35mm;
	text-decoration: none;
}
a:hover, a:active {
	color:#CCff00;
}
.accent {
	color:#CC6600;
}
#maincontainer{
	width:800px;
	position: relative;
	background-color:#FFFFFF;
	border: solid #000 1px;
	margin: 45px auto 0px auto;
	padding: 15px;
	
}
#header {
	float: right;
	clear: both;
	background-image:url(webheader.jpg);
	width:800px;
	height:200px;
}
#content{
	clear: both;
	width: inherit;
	margin: 0px auto;
	position: relative;
	text-align: left;
	border-bottom: 1px solid gray;
}
#contact {
	margin: 0px auto;
	width: 800px;
	height: 20px;
	color: white;
	font-family:Arial ;
	font-size: 12px;
	font-weight: bold;
	background-color: #4c7435;
	position: relative;
	text-align:center;
	clear: both;
}
#menu{
	position: relative;
	margin: -9px auto 10px;
	text-align:center;
}
.lrg{
	color:#666666;
	font-size: 14px;
	font-family:arial;
}

.menuitem{
	background:#000;
	padding: 0px 5px;
	margin: 0px 5px;
	border: 1px #000 solid;
}
#credits{
	font-size: 9px;
	position: relative;
	font-family:arial;
	color:#222;
	width:800px;
	margin: 0px auto;
	text-align: center;
}
.dmvbtn {
	position: relative;
	float: left;
	background: url(dmv_btn.jpg) no-repeat;
	text-align: right;
	height: 47px;
	width: 198px;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 0 0;
}

.dmvbttxt {
	position: relative;
	float: left;
	clear: none;
	height: 45px;
	width: 200px;
	font-weight: bold;
	font-size: 14px;
}
.dmvbtlst {
	position: relative;
	float: left;
	clear: both;
	width: 500px; 
	margin-top: 10px;
}