/* CSS Document */

/* Body */

body {
	/*height: 100%;*/
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	}


/* Header  Logos */
#pageHeader {
  height: 80px;
	margin: 0 auto;
	width: 63.3em;
	clear:both;
	}

#pageHeader h1 {
	background: white url(images/sprslogosmall.gif) no-repeat top left;
	margin-top: 5px;
	margin-left: 8px;
	width: 222px;
	height: 65px;
	float: left;
 	}

#pageHeader h2 {
	background: white url(images/isologosmall.gif) no-repeat top left;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-right: 8px;
	width: 42px;
	height: 32px;
	float: right;
	}


/* Statement */
#home{
	clear:left;
	text-align: left;
	float: left;
	line-height: 2em;
	display:block;
	font-size: 1.3em;
	font-weight: bold;
 	padding-left: 5px;
	}
	
#home a {
  color: white;
  
}

#home a:hover{
  background-color: black;
}

#statement{
	width: 50.8em;
	float: right;
	background: #fd4d00;
	}

#statement h3 {
	font-size: 18px;
	/*font-weight: bold;*/
	color: white;
	margin: 2px 0px;
	float: right;
  padding-right: 15px;
	}

 /*Main Body Style */




#container {
	/*background: url(/images/sprsbg.gif) repeat-y top left;*/
  /*padding: 0px 0px 0px 0px;*/
	margin: 0px auto 0px;
	width:66.9em;
	background-color: #fd4d00;
	position: relative;
	clear:both;
  /*	min-height: 100%;*/
  overflow: hidden;
	}
	
#content  { 
  background: white;
  text-align: left; 
  padding: 1.3em; 
  width: 48.03em; 
  height: 100%; 
  float: right; 
  /*clear: right;*/ 
  border: solid 1px black 
  }
  
#content a{
    color: black;
    text-decoration: none;
	}
/*
#content a:hover{
	color: #fd4d00;
	} */
#content a#headline{
	font-size: 20px;
	font-weight: bold;
	}
#menu {clear: both;/*
  text-align: left;*/
  float: left; 
    /*width: 12.5em;*/
	/*padding-bottom: 0.13em;*/
/*	
	min-height: 100%;
	background-color: transparent;
	margin-bottom: auto;
*/	}

#footer { 
  background-color: white; 
  text-align: center; 
  margin: 0 auto; 
  width: 100%; 
  float: right 
  }
  
#applications{
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	}

#flameright{
	text-align: right;
	float: right;
	margin: 40px 20px 20px 0px;
	padding: 0px;
	}


