@charset "utf-8";
/* CSS Document */

html,body{
	margin:0px;
	padding:0px;
	background-color: #FFF;
	background-image: none;
	color: #FFF;
	border-top-color: #FFF;
}

#wrapper{
	width:780px;
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	background-color: #E3EFDB;
	background-image: none;
}

#header{
	background:url(../images/SGS-header.jpg);
	height:210px;
	border-bottom-style: none;
}

#nav{
	height:50px;
	background-color: #A3CA89;
	border-bottom-style: solid;
	white-space: normal;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-color: #060;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #060;
	color: #060;
	}

#sidebar{
	width:200px;
	padding:10px;
	float:left;
	border-right-style: none;
	border-bottom-style: none;
	color: #000;
	background-color: #E3EFDB;
	font-size: 12px;
}

#content{
	float:left;
	padding:10px;
	width:525px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	color: #333;
	background-color: #F0F0F0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#footer{
	height:150px;
	background: url(../images/SGS-footer.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
.clearboth{clear:both;}#wrapper #content h3 strong {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}
