@charset "utf-8";
CSS Frames */

html, body {
height:100%;
background-color: #FFFFFF;
font-family:Helvetica, Arial, sans-serif;
}
html>body #wrap {height:100%;}
#header {
width:964px;
height:95px;
text-align:center;
}
html>body #header {
	position:fixed;
	top:0px;
	left:50%;
	margin-left:-482px;
	z-index:10;
	}
html>body #content {
	position:fixed;
	width:964px;
	left:50%;
	top:108px;
	margin-left:-482px;
	}
#footer {
	height:100%;
	text-align:left;
	background-image:url(images/footerBG.png);
	background-repeat:no-repeat;
}
html>body #footer {
	position:fixed;
	left:50%;
	margin-left:-482px;
	top:559px;
	z-index:11;
} 
/* end of CSS frames code 


/* --------- POSITION --------- */

#headContent{
	width:964px;
	height:95px;
	margin:0 auto;
	}
#head{
	float:left;
	width:964px;
	height:95px;
	background-color:#ffffff;
	}
#sideNav{
	float:left;
	width:160px;
	height:451px;
	margin-right:-2px;
	}
#foot{
	width:964px;
	height:100%;
	padding-top:10px;
	}
.sponsorLogo{
	float:left;
	width:100px;
	height:60px;
	margin-right:8px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	}
.sponsorLogoRt{
	float:left;
	width:100px;
	height:60px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	}
	
/* NEWS STUFF */
#newsBox{
	float:left;
	width:382px; 
	height:441px;
	text-align:left;
	}
#newsContent{
	float:left;
	width:384px; 
	height:377px;
	text-align:left;
	background-color:#FCB026;
	margin:12px 0px 12px 0px;
    }
.newsNavBar{
	float:left;
	height:20px;
	}
#newsNavLeft, #newsNavRight a:hover{
	background-color:#9D9FA2;
	z-index:55;
	}
#newsTitle{
	float:left;
	margin:10px 9px 1px 9px;
	color:#FFFFFF;
	}
#newsImage{
	float:left;
	width:366px;
	height:130px;
	margin:10px;
	background-color:#FFFFFF;
	}
#newsText{
	float:left;
	margin:-1px 9px 20px 9px;
	color:#FFFFFF;
	}
#newsRight{
	float:left;
	width:380px;
	height:441px;
	margin-left:35px;
	}
	
/* CorpStruc Stuff */
#fullContent{
	float:left;
	width:799px;
	height:451px;
	}
	

/* STUFF */
#pageTitle537{
	float:left;
	width:537px;
	height:31px;
	}
#pageRight250{
	float:left;
	width:139px;
	height:451px;
	margin-left:70px;
	}
#pageContent537{
	float:left;
	width:537px; 
	margin-left:177px;
	text-align:left;
	padding-bottom:220px;
	filter:alpha(opacity=0);
	opacity:0;
    }
	

/* sIFR headings */
h1, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: -.01em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  text-align: left;
  font-size: 14px;
}
h1.News {
  text-align: left;
  font-size: 20px;
  line-height:22px;
}

h2 {
  font-size: 12px;
}

h2.News {
  font-size: 13px;
  line-height:15px;
}

h3 {
  font-size: 20px;
}

h4 {
  color: #660000;
  font-size: 16px;
  margin: 5px 0 20px 0;
}

h5 {
  font-size: 20px;
}

	
	
/* Form css */
#wrapper{
    width:100%;
    text-align:center;
    }

#reqForm {
	width:520px;
	margin: 0 auto;
	}
	
.formRow{
	float:left;
	width:520px;
	}
.formRadio{
	float:right;
	width:500px;
	}
.radioBT{
	float:left;
	width:20px;
	margin-right:6px;
	margin-top:3px;
	}
.radioText{
	float:left;
	width:137px;
	}

.formText{
	float:left;
	width:104px;
	}

.formField{
	float:left;
	margin-left:7px; 
	width:398px;
	}

.wif_form { border:1px solid #fedfa8; background-color: #fedfa8; font-family:Helvetica, Arial, sans-serif; font-size: 11px; color: #666666; margin-top: 0px; width:398px;}

#submitBT{
	background-color:#fcb026;
	margin-left:9px;
	}

#submitBT:hover{
	background-color:#9D9FA2;
	}
/* End of Form css */
	
	
	
