html, body{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	font-weight: bold;
}

a img{
	border:none;	
}


body {
	background-color:#bcc6d7;
	background-image:url('../img/page-bg.jpg');
	background-repeat:repeat-x;
	text-align:center;
}

iframe{
	margin:0px auto 0px auto; border:none!important; padding:0px!important; width:1000px; height:905px; border-collapse:collapse; background-color:#FFF; overflow:hidden!important;
}

div, iframe{
	border:none;
	padding:0px;
	margin:0px;
	zoom:1;
}


p{
	margin-right:10px;
	color:#8998ac;
}


h1{
	background-image:url('../img/logo.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	
	padding:0px;
	margin:0px 0px 10px 0px;
	height:54px;
	width:250px;
	float:left;

}

h1 span{
	display:block;
	height:54px;
	text-indent: -10000px;
}


#wrapper{
	background-color:#FFF;
	width:1000px;
	margin:auto;
	text-align:center;
}

/* STF Form */

#maincontent{
	clear:both;
	width:370px;
	margin:auto;
	text-align:center;
}

#submitDiv{
	clear:both;	
}

#submitBtn{
	width:59px;
	height:22px;
	clear:both;
	margin:auto!important;
	display:block;
	float:none;
}

h2 {
	display:block;
	width:100%;
	font-size: 3em;
	line-height:120%;
	color: #01184a;
	font-weight: normal;
	margin:0px auto 0px auto;
	text-align:center;
	padding:0px;
}

form, fieldset{
	text-align:center;
	padding:0px;
	margin:0px;
	border:none;
	display:block;
	
}

form{
}

span{
	color:#515151;
	margin:0px;
	padding:0px;
}

label{
	color:#8998ac;
	
	margin:0px;
	padding:0px;
	float:left;
	width:150px;
	text-align:right;
	padding-right:10px;
}
input, span{
	float:left;
	width:200px;
	text-align:left;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}


#fbContainer{
	width:980px;
	height:800px;
	margin:auto;
}


#fbFooter {
	width:600px;
	float:right;
	margin-top:0px;
	text-align:right;
	padding-right:20px;
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	
	width:600px;
	float: right;
	margin-top: 10px;
	margin-right: 25px;	
}

#fbMenu {
	float: right;
	margin-top: 40px;
	margin-right: 25px;
	float:right;
	width:600px;
	
}


#alternate{
	display:none;	
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}