/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body {
	font-size: 62.5%; /* enables you to easily size text with ems */
	font-family: Tahoma, Arial;
	background: #041E2E;
	color: #222B37;
}

#pagewidth{ 
	width:900px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
} 

#pagewidth-sec {
	background: url(/images/sfs-secondary.jpg) no-repeat #FFF;
	width:800px; 
	padding: 300px 0 0 0;
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
}

#maincol-sec{
	float: left; 
	display:inline; 
	position: relative; 
	width:; 
}

#maincol{background-color: #041E2E;  
	float: right; 
	display:inline; 
	position: relative; 
	width:; 
	border-bottom: 1px solid #2F4A55;
	border-left: 1px solid #2F4A55;
	border-right: 1px solid #2F4A55;
}
 
#footer{
	height:200px; 
	background-color:#041E2E; 
	clear:both;
	color:#FFF;
	padding-top: 10px;
	font-size: 110%;
} 
 
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}

td {
	font-size: 80%;
	line-height: 18px;
}
/* default link colors */
a:link {color: #FFF; text-decoration: none;}
a:visited {color: #FFF; text-decoration: none;}
a:hover {color: #FFF; text-decoration: underline;}
a:active {color: #FFF; text-decoration: none;}

h1#logo span { display: none; }

.text-swap span { display: none; }

/* structure
#wrapper {
	background: #041E2E;
	margin: auto;
	width: 100%;
	text-align:center;
} 
#container {
	background: #FFF;
	border-bottom: 1px solid #2F4A55;
	border-left: 1px solid #2F4A55;
	border-right: 1px solid #2F4A55;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 900px;
}
#wrapper-secondary {
	background: #041E2E;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
#container-secondary {
	background: url(/images/sfs-secondary.jpg) no-repeat #FFF;
	border-bottom: 1px solid #2F4A55;
	border-left: 1px solid #2F4A55;
	border-right: 1px solid #2F4A55;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 740px;
	color: #222B37;
	padding: 300px 30px 0 30px;
}*/
/*
#footer-secondary {
	background: #041E2E;
	font-size: 85%;
	padding: 8px 0 0 0;
	line-height: 16px;
	width: 740px;
	color: #FFF;
}
#footer {
	background: #041E2E;
	font-size: 85%;
	padding: 8px 0 0 0;
	line-height: 16px;
	width: 900px;
	color: #FFF;
}*/

a.flink:focus, 
a.flink:hover     { color: #FFF; text-decoration:none; border-bottom:1px dotted #FFF; }
a.flink           { color: #FFF; text-decoration:none;  border-bottom:1px dotted #FFF; }

#win {
	padding-top:160px;
}

.success {
	color: #B10F17;
}
.form-input {
	width:200px;
}
.required {
	color:grey;
}

a.red {color: #990000; text-decoration:none; border-bottom:1px dotted #990000; }
a.red:hover {color: #990000; text-decoration:none; border-bottom:1px dotted #990000;}