body {
   background: white;
   font-family: 'Lucida Grande', Arial;
   font-size: 11pt;
   line-height: 15pt;
   color: #000;
}

#wrapper,
#content {
	position: relative;
	width: auto;
}
   
img#printlogo {
	display: block;
}
   
a { 
	color:#050593; 
	text-decoration:none;
}

a:visited { color:#050593; }

a:hover { 
	color:#000; 
	text-decoration:underline; 
}

h2 {
	font-size: 13px;
	text-transform: none;
}

h3 {
	font-size: 12pt;
	text-transform: none;
}

#footer {
	border-top: 3px;
	color: #555;
	font-size: 10pt;
	margin: 15px 0;
	padding: 12px;
}

#footer a,
#footer span,
#localnav,
h1,
#sidebar div.inner,
#primary {
	display: none;
}

#footer a.copyright,
#sidebar div.inner.contact {
	display: block;
}

blockquote {
	color: #333;
	font-size: 13pt;
	font-weight: bold;
}

em {
	font-weight: bold;
	font-style: normal;
	display: block;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.clear.height {
	margin: 12px 0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

.collapse-top {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* images */

img#banner {
	height: 214px;
	position: absolute;
	right: 0;
	top: 119px;
	width: 708px
	z-index: 99;
}

img.subawards {
	position: absolute;
	right: 29px;
	top: 0px;
}

img { border:none; }

img.pdf {
	margin:10px 0;
}

img.float-r {
	float:right;
    margin:0px 0 2px 14px;
}

img.float-l {
	float:left;
	margin:0px 14px 2px 0;
}

img.neg-left {
	margin: 8px 0 8px -17px;
}