
/* Taken from awards.css
   #sitewrap-expand
   #footer-expand
   #footer-expand a
   #footer-expand a:hover
*/
#sitewrap-expand {
  position:relative;
  background-color:#2323ac;
  background-image:url(../images/background_subs_half.jpg);
  background-repeat:no-repeat;
  margin: 0 auto;
  width: 973px;
  border: 1px solid #00001C; border-width: 0 1px 0 1px;
}

#footer-expand {
	/*background:#1d4999 url(../images/footer-bg.jpg) no-repeat;*/
  	width: 973px;
  	font-size: 11px; font-weight: bold;
  	color: #8092B2;
  	text-align: center;
  /*	text-transform: uppercase;*/
	padding:137px 0 0 0;
	clear:both;
	position:relative;
	top:0;
	margin:0;
	left:0;
	height:60px;
}
#footer-expand a {
  	color: #8092B2;
}
#footer-expand a:hover {
  	text-decoration: none;
}
/* End copy/paste from awards.css */


#sectionheader {
  position: absolute; top: 190px; left: 18px; z-index: 5;
  width: 350px; height: 35px;
}

/* Revised from awards.css */
#boxedwrap {
  /*float: left;*/
  position: relative; top: 250px; left: 0;
  margin: 0 0 270px 20px;
  padding: 15px;
  width: 890px;
  background-color: #0F3ED6;
	border: solid 3px #15CDFF;
}

#boxedwrap h1 {
  margin: 0;
  padding: 5px 5px 5px 12px;
  width: 873px; height: 23px;
  color: #FFFFFF;
  font-size: 20px;
  background-color: #01013F;
  background-image: url(../images/awards_hdr.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

#boxedcontent {
  padding: 20px;
  width: 850px;
  background-color: #FFFFFF;
}





