body
	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px Helvetica, Arial, Arial;
	line-height: 18px;
	color: #666;
	}
#main
	{
	width: 960px;
	margin: auto;
	border: dotted 0px;
	}
#main a:link, a:visited
	{
	color: #893ca4;
	text-decoration: none;
	}
#main a:hover
	{
	text-decoration: underline;
	}

#header
	{
	margin: 0 0 0px 0;
	height: 210px;
	background: url(images/logo_2.jpg) no-repeat bottom left;
	}
#content
	{
	padding: 10px 0 10px 0;
	text-align: justify;
	}
#content ul
	{
	padding-left: 10px;
	}
#footer
	{
	clear: both;
	height: 20px;
	padding: 12px 0;
	border-top: solid 3px #9cad76;
	}
	
#middle
	{
	float: left;
	width: 480px;
	height: auto;
	margin: 0 0 0px 30px;
	color: #333;
	}
#sb_left
	{
	float: left;
	overflow: hidden;
	width: 210px;
	height: auto;
	font-size: 12px;
	}
#sb_right
	{
	float: right;
	width: 210px;
	height: auto;
	font-size: 12px;
	text-align: left;
	}
	
.grapefruit
	{
	font-weight: bold;
	color: #e47c22;
	}
.purple
	{
	font-weight: bold;
	color: #893ca4;
	}
.green
	{
	font-weight: bold;
	color: #768a4f;
	}
	
.floatRight
	{
	float: right;
	}
h3
	{
	font: bold 13px Helvetica;
	color: #768a4f;
	text-align: center;
	border-bottom: dotted 2px #768a4f;
	}