BODY {
  background-color: white;
  margin: 0px; 
}

BODY, TD, P, LI, DIV {
	font: 12px Tahoma, Verdana,Arial,Helvetica,sans-serif;
	line-height: 150%;
	color: #666;
}

BODY.interior {
  background: white url('/images/background_interior.gif') repeat-y;
}

p {
	margin-top: 15px;
}

IMG {
	border-width: 0px;
}

UL LI {
	list-style-image: url('/images/list_bullet.gif');
	list-style-position:outside;
	margin-left: 0px;
	padding-left: 0px;
}



#content {
	margin-left: 80px;
	padding-bottom: 20px;

}

#widecontent {
	margin-left: 60px;
	padding-bottom: 20px;

}    

#subnavcontainer {
	margin-top: 30px;
}


#subnavcontainer TD {
	height: 40px;
}

#subnavarrow {
	padding-left: 10px;
}


#footer {
	text-align: center;
	font-size: 11px;
	margin-top: 75px;
}
 
  
.subheading {
	color: #666;
	font-weight: bold;
}

.footer-text {
	color: white;
	text-align: center;
	font-weight: bold;
}

.subheadingblue {
 	color: #254B7D;
	font-weight: bold;
} 

.bluepromo {
	color: #254B7D;
	margin: 10px 35px 20px 35px;
}

.greypromo {
    color: #999;
    margin-right: 15px;
    font-size: 11px;
 
 
}

.greypromo A, 
.bluepromo A {
	color: #E66100;
	text-decoration: none;
}

.checkmarklist LI {
    list-style-image:url(/images/icon_checkmark.gif);
    padding-left: 10px;
    margin-bottom: 4px;
}


.leftnavon, .leftnavoff {
    color: #000080;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.leftnavoff {
    color: #FF9933;
}
    