html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 12px "Arial", Arial Narrow;
	/* Netscape 4&IE5 doesn't really like type tags just set in the body, this helps */
	margin: 0 0 0 0; /* removes unpridictable 'browser default' settings */
	padding: 0 0 0 0; /* " " */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 12px "Arial", Arial Narrow;
	color:#666666;
	background: #333333;
}

/*Layout ID's --------------------------------------------------------*/

#main_container {
position: relative;
width: 825px;
margin:auto;
padding:auto;
text-align:center;
background: repeat-y url(../img/bg.jpg);
background-color:#FFFFFF;
}

#fs_header {
background: no-repeat url(../img/no_flash_header.jpg);
height:254px;
}

#col_one {
float:left;
width: 416px;
}
#col_two {
float:left;
width: 350px;
}




/*Text  --------------------------------------------------------*/


#col_one h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #091A7D;
	text-align: left;
	margin-left: 45px;
	margin-top: 10px;
}
#col_one p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #091A7D;
	text-align: left;
	margin-left: 55px;
	margin-top: 10px;
}
#col_one em {
	font-style: normal;
	color: #FF7200;
}


#col_one a {
	color: #000078;
}

li {
	list-style:circle;
	text-align:left;
	margin-left: 68px;
	color: #091A7D;
	font-size: 9px;
}

.banner {
padding:2px;
border: solid 1px #CCCCCC;
width: 302px;
margin: 0 0 0 50px;
}

/* Footer  --------------------------------------------------------*/

#footer {
background: no-repeat url(../img/footer.jpg);
color:#FFFFFF;
padding-top: 30px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-size: 9px;
}
#footer a:hover {
	border-bottom: 1px dashed #FF9900;
	font-size: 9px;
}

.brd {
border: 1px solid #CCCCCC;
padding: 2px 2px 2px 2px;
margin: 5px 5px 5px 5px;
}
