/* Layout Stylesheet */ 

body {
 margin:10px;
 background-image: url(../images/bkgrnd_site.jpg);
 background-repeat: repeat;
 font-family: Calibri, Arial, Helvetica, sans-serif;
 font-size: .8em;
 color: #ffffff;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border: 1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:130px;
 background:#fff;
 color: #333333;
 }

#bar {
 height:18px;
 background-image: url(../images/fsc_bkgrnd_footer.jpg);
 background-repeat: repeat-x;
 color: #ffffff;
 padding: 2px 10px 0 0;
 font-size: 1em;
 }

#bodyblock {
 position:relative;
 background:#c0c0c0;
 color: #333333;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 color: #333333;
 width:133px;
 font-size: 1em;
 }

#cont {
 width:495px;
 height: 1000px;
 background:#ffffff;
 color: #333333;
 padding:10px 10px 10px 10px;
 text-align:left;
 font-size: 1.2em;
 }

#ftr {
 height:20px;
 background-image: url(../images/fsc_bkgrnd_footer.jpg);
 background-repeat: repeat-x;
 color: #ffffff;
 margin:0;
 font-size: .9em;
 }
 
 a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	background-color: #0066FF;
	color: #FFFFFF;
}