body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	padding: 0px 0px 0px 0px;
}
div#contentbox {
	padding: 15px 20px 15px 20px;
	width: 727px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background: url(nav/bg.gif);
	background-color: #FFFFEA;
}
div#contentbox, table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
div#footer {
	width: 761px;
	height: 12px;
	border-top: solid black 1px;
	font-size: 12px;
	line-height: 12px;
	position: relative;
	bottom: 1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: black;
	text-decoration: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid black;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	text-align: center;
	line-height: normal;
}
.navmenu_holder {
	width: 759px;
	height: 30px;
	padding-left: 4px;
	padding-right: 4px;
	background: url(nav/bg.gif);
}
#navmenu {
	width: 759px;
	height: 30px;
	background: url(nav/bg_nav.jpg);
	background-color: #650000;
	border-bottom: 1px solid #FFFFEA;
	border-top: 1px solid #FFFFEA;
	float: left;
	overflow: hidden;
}
#navmenu a, #info_right {
	height: 30px;
	line-height: 30px;
	width: auto;
	display: block;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	text-decoration: none;
	text-align: left;
	padding-left: 16px;
	padding-right: 16px;
	border-right: 1px solid #FFFFEA;
	float: left;
}
#info_right {
	float: right;
	border-right: 0px;
	padding-right: 10px;
	letter-spacing: 1px;
	font-weight: bold;
}
#navmenu a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:focus, a:active {
	color: #330000;
	text-decoration: underline;
}
a:hover {
	color: #650000;
	text-decoration: underline;
}
table#question_table td {
    border-bottom: 1px solid black;
    padding-top: 8px;
    padding-bottom: 8px;
    
}
div#category_title {
    border-bottom: 1px solid black;
    text-align: center;
    padding-bottom: 8px;
    padding-top: 8px;
    font-weight: bold;
}
.question {
    font-size: 14px;
}
.answer {
    font-size: 12px;
}
#error_question {
    color: red;
}
#error_statement {
    color: red;
    font-size: 12px;

}
#fix_error {
    text-align: center;
    border-bottom: 1px solid black;
    padding: 8px 0px 8px 0px;
    width: 100%;
    font-weight: bold;
}
#finished {
    font-weight: bold;
    text-align:center;
    padding-bottom: 20px;
}
#finished_error {
    font-weight: bold;
    text-align: center;
    color: red;
}
#page_num {
    float:right;
    /*text-align: right;*/

}
#required_info {
    float:left;
    
}
#table_box {
    
}
#required {
    color:red;
}
.vehicle_entry {
    background-color:#FFFF80;
    padding-left: 10px;
    
}
.driver_entry {
    background-color:#FFFF80;
    padding-left: 10px;
}
#vehicle_explanation {
    
}
#driver_explanation {
    
}
#explanation {
    float:left;
    width: 70%;
}
#skip_button {
    float:right;
    width:30%;
}
.category_select {
    padding-top: 8px;
}
#description {
    border-bottom: 1px solid black;
    padding: 5px;
}

#category_table td {
	vertical-align: top;
}

.notice {
	padding-top: 1em;
}