* {
	outline:none;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#f9f9f9;
}
a img {
	border:none;
}
a:link{
	color:#010066;
}
#wrap {
	width:784px;
	margin:0 auto;
	position:relative;
	background:url(images/wrap_bg.gif) repeat-y;
}
h1.head {
	margin:0;
	padding:0;
	height:135px;
	background:url(images/h1_bg.jpg) no-repeat;
	position:relative;
}
h1.head a {
	display:block;
	height:60px;
	width:450px;
	position:absolute;
	left:120px;
	top:10px;
	text-indent:-10000px;
	text-decoration:none;
}
#left {
	width:152px;
	float:left;
}
#left img {
	margin:15px auto;
	display:block;
}
#nav {
	width:180px;
	margin:0 auto;
	position:relative;
	left:7px;
	float:left;
	background:url(images/nav_bg.jpg) repeat-x;
}
#nav #subnav {
	width:180px;
	display:block;
	padding:30px 0 20px 0;
}
#subnav p {
	text-align:left;
	line-height:20px;
	padding:0 5px;
	position:relative;
	/*top:-25px;*/
	margin:0;
}
#content {
	width:570px;
	float:right;
	display:inline;
	position:relative;
	padding-bottom:10px;
	margin:15px 15px 0 0;
}
#contenthome {
	width:590px;
	float:right;
	padding:0 7px 0 0;
}
#mfrLogos img{
	display:block;
	float:left;
}
#footer {
	clear:both;
	height:62px;
	position:relative;
	background:url(images/footer_bg.jpg) no-repeat;
}
#footer a {
	color:#000099;
	text-decoration:underline;
}
#footer dl.left{
	margin:8px 0 0 0;
	padding:0 0 0 20px;
	width:320px;
}
#footer dl.right{
	margin:28px 0 0 0;
	padding:0 0 0 0;
	width:220px;
}
#footer dd, #footer dt{
	margin:0;
	padding:0;
	line-height:20px;
}
#footer dt, #footer p {
	color:#333366;
	font-size:18px;
	font-weight:bold;
	color:#ff3333;
}
#footer dd{
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
td p {
	margin:0;
	padding:0;
}
h1 {
	color:#0B1876;
	margin:0 0 0 5px;
	padding:0;
	font-size:23px;
	font-weight:normal;
}
h2 {
	background:#ccc;
	margin:0;
	padding:5px 0;
	font-size:14px;
}
h3 {
	margin:0;
	padding:5px 0 5px 10px;
	font-size:11px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	display:block;
	margin:0 auto;
}
p.center {
	text-align:center;
}
.subhead_grey {
	font-size:16px;
	color:#666666;
	font-weight:bold;
}
.subhead_blue {
	font-size:16px;
	color:#003380;
	font-weight:bold;
}
.subhead_red {
	font-size:16px;
	color:#ff0000;
	font-weight:bold;
}
.blue {
	color:#003380;
}
.red, a.red {
	color:#f00;
}
a.red:hover {
	color:#333;
}
.larger {
	font-size:larger;
}
.clear {
	clear:both;
}
#content .Splash3 a:hover, #content .Splash3 a {
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
#contactpage .form4 center {
	display:none;
}
a.form1 {
	color:#000000;
}
#consign {
	font-size:11px;
}
#consign h1 {
	color:#000199;
	margin:0;
	padding:0;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
#consign h2 {
	color:#f00;
	font-size:18px;
	text-align:center;
	background:none;
	margin:5px 0;
}
#green, #orange, #blue {
	height:157px;
	text-align:center;
	float:left;
	position:relative;
	overflow:hidden;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:10px;
}
#green {
	width:157px;
	background:url(images/green_shield.jpg) no-repeat;
	left:25px;
}
#orange {
	width:175px;
	background:url(images/orange_shield.jpg) no-repeat;
	left:40px;
}
#blue {
	width:157px;
	background:url(images/blue_shield.jpg) no-repeat;
	left:55px;
}
#green p {
	margin:20px 0 0 -7px;
}
#orange p, #blue p {
	margin:30px 0 0 -7px;
}
#green a, #orange a, #blue a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#000;
}
#green a:hover, #orange a:hover, #blue a:hover {
	color:#fff;
}
#consign_nav a {
	color:#06c;
	text-decoration:none;
}
ul.checkoff {
	list-style-type:none;
	margin:15px 0 0 5px;
	padding:0;
}
ul.checkoff li {
	position:relative;
	margin:0 0 7px 0;
	padding:0;
}
ul.checkoff li img {
	position:absolute;
	top:-1px;
	left:0;
}
ul.checkoff li span {
	position:relative;
	left:24px;
}
@media print {
	#wrap {
		background:none;
	}
	#header, #nav, #footer, #powered, .hide {
		display:none;
	}
	#content {
		float:none;
	}
	ul.checkoff li {
		height:20px;
	}
}