body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 130%;
	color: #000000;
	background-color: #003366;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {background-color: #FFFFFF;text-align:left;width: 800px;margin-right: auto;margin-left: auto;position: relative;}
#header {background-image: url(GRFX/hdr_bkgd.jpg);height: 145px;width: 800px;position: relative;margin-bottom: 10px;}
.accent1 {font-size: 1.1em;font-weight: bold;color: #990000;}
#header h1 {display: none;visibility: hidden;padding-left: 10px;}
#content {padding-left: 10px;position: relative;margin-bottom: 20px;}
#options {padding-left: 20px;position: relative;}
.optionbox {float: left;height: auto;width: 170px;margin-right: 10px;margin-left: 10px;}
.optionbox h3 {
	font-size: .8em;
	color: #FFFFFF;
	background-color: #0D328C;
	text-align: center;
	margin: 0px;
	padding: 3px;
	background-image: url(GRFX/opt_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.optionbtm {
	/margin-top:-11px;
	background-color: #0D328C;
	background-image: url(GRFX/opt_btm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
}
.optioncontent {
	background-color: #D0D0D0;
	padding: 7px;
	font-size: 0.9em;
}
.small {
	font-size: .8em;
}
a.btn {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(GRFX/order_btn.jpg);
	text-align: center;
	display: block;
	width: 150px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat: no-repeat;
	background-position: top center;
}
a.btn:hover {background-position:center -40px;}
