@charset "utf-8";
/* CSS Document */

H1 {
	color: black !Important;
	margin: 0px 0px 10px 0px !Important; 
	padding: 0px !Important; 
}

#highlight1{
	float:right;
	width: 200px;
	background: #c79d14;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
#highlight2{
	float:right;
	width: 200px;
	background: #c79d14;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin: 0px 2px 0px 0px;
}

#highlight1 .text{
	padding: 10px 10px 0px 10px;
}

#highlight2 .text{
	padding: 10px 10px 0px 10px;
}

#content{
	float: left;
	width: 300px;
}
#brand{
    background: url(/images/hdr_home.jpg) no-repeat !important;
	height: 307px !important;
}
.Home{
    background: url(/images/nav_background.gif) repeat-x !important;
}
#copy {
	background: none !important;
}