body {
	background-color: #6DCFF6;
	background-image: url(images/cloud_bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#content {
	width: 720px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	/*uses the negative-margin solution*/
	margin-left: -365px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding: 12px;
}

#topmenu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	padding-right: 100px;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#topmenu a {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B1B5A4;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#topmenu a:hover {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

#leftbar {
	float:left;
	width: 35%;
	font-size: 12px;
}

#leftbar h2 {
	font-size: 18px;
	text-align: left;
	margin: 0px;
	color: #72AD3B;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#leftbar a {
	border-width: 0;
	color: black;
	border-color: white;
}

#leftbar a:hover {
	text-decoration: none;
	border-width: 1;
	border-color: #FF0000;
       color: #FF0000;
}

#leftbar p {
	border:thin dotted #72AD3B;
	padding: 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#rightbar {
	float:right;
	width: 60%;
}

#rightbar h2 {
	font-size: 20px;
	text-align: left;
	color: #FF0000;
       margin-top: 8px;
}

#bottom {
	clear:both;
}
