body
{

background: #E6EBF4;
margin: 0;
text-align: center;

}


/*-------Global----------*/

html, body, div, img, h1, h2, h3, h4, h5 ,h6, ul, ol, li, p, blockquote, input, textarea, select
{

margin: 0;
padding: 0;
border: none;
font-family: Verdana, Tahoma, sans-serif;
color: #666;
}

p, #body
{

font-size: 11px;
line-height: 16px;
color: #666;

}

p
{

padding: 0 0 10px 0;

}

a
{

color: #0B3D91;
text-decoration: none;
font-weight: bold;

}

a:hover
{

color: #666;


}

h1
{

font-size: 26px;
padding: 10px 0 10px 0;
color: #0B3D91;
line-height: 26px;

}

h2
{

font-size: 13px;
padding: 10px 0 10px 0;
color: #EF1209;
line-height: 18px;

}

h3
{

font-size: 12px;
padding: 6px 0 6px 0;
color: #0B3D91;
line-height: 16px;

}

h4, h5, h6
{

font-size: 11px;
padding: 4px 0 4px 0;
color: #0B3D91;
line-height: 15px;

}

#subnav p
{

padding: 10px 0 10px 0;
font-size: 10px;
line-height: 13px;

}

ul
{

margin: 0 0 0 15px;

}




/*-------Layout----------*/

#background
{

background: url("../img/bg-tile.jpg") repeat-x;
width: 100%;

}

#container
{

width: 699px;
margin: 0 auto;
text-align: left;
background: url("../img/content-bg.jpg") repeat-y;

}

#header
{

width: 699px;
height: 215px;
background: url("../img/header-bg.jpg") no-repeat;

}

			#logo
			{
			
			position: relative;
			left: 26px;
			top: 54px;
			
			}
			
			
			
#topnav
{

width: 699px;
height: 41px;
background: url("../img/topnav-bg.jpg") no-repeat;


}


#body
{

width: 699px;



}


			#content
			{
			
			width: 395px;
			padding: 0 35px 20px 26px;
			margin: 0 240px 0 0;
			font-size: 11px;
			line-height: 16px;
			}
			
			#content_inline
			{
			
			width: 395px;
			padding: 0 35px 20px 26px;
			margin: 0 240px 0 0;
			font-size: 11px;
			line-height: 16px;
			}
			
			#subnav
			{
			
			width: 191px;
			float: right;
			padding: 0 32px 0 20px;
				
			}
			
			/* hack for ie/pc \*/
			* html #subnav
			{
			
			margin-left: -3px;
			
			}
			
			/* end hack */
			
			
			

#footer
{

width: 673px;
background: url("../img/footer-bg.jpg") no-repeat;
height: 53px;
clear: both;
padding: 5px 0 0 26px;

}






/*-----Top nav styles ---------*/


#topnav ul
{

list-style: none;
margin: 0 0 0 8px;
background: url("../img/topnav-link-bg.gif") repeat-x;
}

#topnav li
{

display: inline;


}

#topnav li a
{

font-size: 11px;
color: #0B3D91;
display: block;
float: left;
height: 27px;
line-height: 27px;
text-align: center;
border-right: solid 1px #fff;
padding: 0 8px 0 8px;
margin-top: 1px;
text-decoration: none;
font-weight: normal;


}

#topnav li a:hover, #topnav li a.active
{

background: url("../img/topnav-link-bg.gif") repeat-x;
color: #fff;

}






/*-------footer styles ----------*/

#footer p
{

font-size: 9px;
color: #fff;
font-weight: bold;

}



/*---------image styles -----*/

img.border
{

padding: 5px;
border: solid 1px #E2E8F2;


}

img.floatleft
{

float: left;
margin: 0 10px 10px 0;

}

img.floatright
{

float: right;
margin: 0 0 10px 10px;

}

#fsc-logo img {
	padding: 10px 45px 20px 45px;
	border: none;

}



/*---------breadcrumb styles -----*/

#breadcrumb
{

width: 350px;

}

#breadcrumb ul
{

margin: 0;


}

#breadcrumb li
{

display: inline;
color: #7995C3;
font-size: 10px;

}

#breadcrumb li a
{

color: #7995C3;
font-size: 10px;
font-weight: bold;
background: url("../img/bc-arrow.gif") no-repeat right 1px;
padding: 0 13px 0 0;
text-decoration: underline;

}

#breadcrumb li a:hover
{

color: #0B3D91;

}

/*---------subnav list styles -----*/


#subnav ul
{

list-style: none;
margin: 0;
}

#subnav li a
{


font-size: 11px;
padding: 0 0 3px 15px;
background: url("../img/subnav-icon.gif") no-repeat 0px 3px;

}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 26px;
}

