/* CSS Document */
body {
	background-color: #FFF;
	font-size: 101%;
	color: #640000;
	margin: 0px;
	padding: 0px;
}
#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
	width:800px;
}
#globalNav {
	position: relative;
	width: 100%;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image:  url("image/navBgd.jpg");
}
#globalNav img {
	margin-bottom: -6px;
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}
#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}
#globallink {
	position: absolute;
	top: 6px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	left: 385px;
	z-index: 100;
}
* html #globallink {
	top: 3px;
	t\op: 3px;
	} 
a.glink, a.glink:visited {
  	font-size: small;
  	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #FFFFFF;
}
a.glink:hover {
  	background-image:  url("image/navSelected.gif") ;
	background-position: 0;
	text-decoration: none;
}
#content {
	position: absolute;
	top: 137px;
	left: 0px;
	width:800px;
}
* html #content {
	top: 134px;
	t\op: 137px;
} 
#used {
	background-image: url(image/used.jpg);
	background-color: white;
	background-repeat: no-repeat;
}
#special {
	
}
td.row {
	font-weight: bold;
}
a.previous:link, a.previous:visited {
	color: #640000;
	text-decoration: none;
}
a.previous:hover {
	color: red;
	text-decoration: underline;
}
/* ---------- form styles ---------- */
form.main {
	border: 1px solid #962222;
	width: 450px;
	font-size: .85em;
}
form.main h3 {
	margin: 4px 4px ;
	padding: 3px;
	font-size: 1.2em;
	text-align: center;
	font-weight:bold;
	color: white;
	background-color: #962222;
	background-image:  url("image/navBgd.jpg");
}
form.main fieldset {
	margin: 3%;
	padding: 0;
}
form.main dl {
	margin: 1em 0;
}
form.main dt {
	width: 38%;
	float: left;
	text-align: right;
	font-weight: bold;
}
form.main dd {
	margin-left: 40%;
	margin-bottom: .5em;
	text-align: left;
}
.frmTxBox {
	width: 230px;
}
.frmTextArea {
	width: 360px;
}
.frmReq {
	background: url(/image/required.gif) no-repeat 95%;
}
input, textarea, select {
	font: .85em Georgia, "Times New Roman", Times, serif;
}

