@charset "UTF-8";body  {	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	background: #F3C url(images/back2.jpg) no-repeat;}#container  {	width: 860px;	margin: 0;	text-align: left;	margin-top: 300px;	margin-left: 50px;}#sidebar  {	float: left; /* since this element is floated, a width must be given */	width: 180px;	height: 500px;	background-color: #000;}#sidebar .smallbf {	float: left;	padding-top: 30px;}#sidebar ul{	list-style:none;}#sidebar ul li {	text-decoration:none;	}#sidebar ul a {	font-family: Georgia, "Times New Roman", Times, serif;	text-decoration: none;	border-bottom: 1px solid #fff;	color: #FFF;	display: block;	width: 125px;	padding-top: 10px;	padding-bottom: 10px;	font-style: italic;	background:art%20files/buttonback.gif)no-repeat left center;}#sidebar ul a:hover {	color: #F3C;	}#sidebar ul a.current {	cursor:default;}#sidebar ul a.last{	border-bottom: none;}#sidebar li a:link, #sidebar li a:visitied{	background:#333;	display: block;	font-family:Verdana, Geneva, sans-serif;	font-size: 1em;	font-weight:normal;	color:#CCC;	padding-bottom: 10px;}#sidebar li a:hover {	color: #F3C;}#sidebar ul a.current {	font-family: Georgia, "Times New Roman", Times, serif;	text-decoration: none;	border-bottom: 1px solid #fff;	color: #F3C;	display: block;	width: 125px;	padding-top: 10px;	font-style: italic;	background:art%20files/buttonback.gif)no-repeat left center;}#sidebar li a.current,#sidebar li a.current:hover,#sidebar li a.current:active {	cursor: default;}#mainContent  {	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	padding: 120px 0 20px 20px;} #mainContent img {	background: #000;	padding: 10px;	margin: 5px 20px 30px 5px;	float: left;	height: 156px;	width: 154px;	border-width: 3px;	border-color: #FFF;}#mainContent .title {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 24px;	font-style: oblique;	font-weight: bold;	color: #FFF;	padding: 0px;	font-variant: normal;	text-transform: none;	left: 0px;	margin: 0px;}#mainContent p {	font-family: Verdana, Geneva, sans-serif;	font-size: 14px;	color: #000;}#mainContent p a {	font-family: Verdana, Geneva, sans-serif;	font-size: 16px;	font-weight: bold;	text-decoration: none;	color: #000;}#mainContent .whitetitle{	font-family: Verdana, Geneva, sans-serif;	font-size: 16px;	font-weight: bold;	color: #FFF;}.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}