body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
}


a:link, a:visited {
	background: transparent; 
	color: black; 
	text-decoration: underline;
  	font-weight: bold;
	 
}



h1{
	font-size: 20pt;
}

#header{
	
	width: auto;
}

#content_banner{
	display: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	
}

#menu{
	display: none;
	width: auto;
}

#content {
	float: left;
	padding-right: 5px;
	width: 100%;
}


#sidebar{
	display: none;
}


#footer {
	width: auto;
	background:  url(../images/gov_logos.gif) no-repeat left bottom;
}
#footer img{
}


#aw-page{
	border-style: dashed;
	border-width: 1px;
	width: 860px;
	margin: 0 auto 20px auto;

}
#aw-content-print {
	margin-bottom: 5%;
	margin-top: 5%;
	margin-right: 5%;
	margin-left: 5%;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	width:auto;
	float: none;
}

.aw-results {
	font-size: 8pt;

}

.aw-results table{
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-color: #8d8d8d;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	
}

.aw-results th{
	color: #fbcf7b;
	background-color: #6f6f6f;
}

.aw-results td{
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.aw-results tr{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.aw-results table.aw-criteria{
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-collapse: collapse;
}

.aw-criteria tr{
	border-style: none;
	border-width: 0px;
}

.aw-criteria table{
	border-style: none;
	border-width: 0px;
}

.pagination{
	padding-top: 10px;
	margin-top: 10px;
	clear: both;
	visibility: visible;
	display: block;
}

.titles{
	padding-bottom: 5px;
	width: 611px;
	display: block;
	font-weight: bold;
	color: #fbcf7b;
}

#printFriendly{
	float: right;
	display: inline;
	visibility: hidden;
}

