html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	} 
body {
	background-color: #8D8CC8;
	margin-top:40px;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin-bottom:30px;
	}
#wrappershd {
	width:770px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	background-image:url(sideshd.jpg);
	background-repeat:repeat-y;
	background-position:top;
	background-attachment:scroll;
	}
#wrapper {
	width:750px;
	background-color:#B3B3E6;
	margin-left:auto;
	margin-right: auto;
	}
#header {
	height:150px;
	width:750px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image:url(FSG_Header.jpg);
	background-color:#9491D6;
	}
#sidebar {
	background-color:#B3B3E6;
	width: 225px;
	float:left;
	margin-bottom: 50px;
	height:auto;
	}
#leftnav {
	float:right;
	width: 200px;
	background-color: #6666CC;
	margin-top:20px;
	}
#leftnav ul {
	list-style: none;
	line-height: normal;
	border-bottom: 4px solid #EBEBEB;
	}
#leftnav li {
	display: inline;
	}
#leftnav a {
	display: block;
	padding: 10px;
	padding-left:30px;
	border-top: 1px solid #EBEBEB;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
	}
#leftnav a:hover{
	text-decoration: none;
	color: #6666CC;
	background: #EBEBEB;
	}
#container {
	background-color:#B3B3E6;
	width:525px;
	float:right;
	margin-bottom: 50px;
	}
#content {
	width: auto;
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;	
	display:block;
	border-top: solid 1px #ebebeb;
	background-image:url(content_bg_fsg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	}
#content h2 {
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:20px;
	color: #4d4d7f;
	font-family: "Times New Roman", Times, serif;
	}
#content p {
	margin-left:10px;
	margin-right:10px;
	color: #4d4d7f;
	}
#footer {
	background-color: #6666CC;
	height:160px;
	}
#footer p {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #ebebeb;
	text-align: left;
	font-size: 12px;
	text-decoration:none;
	margin-left:20px;
	padding:10px;
	}
#footer img {
	float:right;
	margin-right:30px;
	}
#footerlinks  {
 	font-family: Georgia, Times New Roman, Times, serif;
	color: #ebebeb;
	font-size: 12px;
	text-decoration:none;
	margin-left:auto;
	margin-right:auto;
	}
#footerlinks a  {
 	font-family: Georgia, Times New Roman, Times, serif;
	color: #ebebeb;
	text-align: left;
	font-size: 12px;
	text-decoration:none;
	}
#footerlinks a:hover {
	color:#4d4d7f;
	}
#botshd {
	height:20px;
	background-image:url(botshd.jpg);
	}