body	{
	background: #ccffcc url(images/page-bg.jpg) top left repeat;
	color: #333;
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	border: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
#wrapper	{
/*	background: #efefef;*/
	background: #cfc;
	color: #333;
	margin: 10px auto;
	font-size: 0.9em;
	line-height: 125%;
	padding: 0;
	border: 1px solid #bbb;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 2px solid #999;
	width: 750px;
}
#header	{
	background: #999 url(images/009900-bg.jpg) top left repeat;
	border: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 75%;
	font-weight: bold;
}
#header img	{
	margin: 0;
	padding: 0 25px 0 0;;
	border: 0;
}
#menubar {
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#menubar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#menubar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 150px;
}
#menubar ul li a {
	background: #fff;
	width: 150px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
	color: #339;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}
#menubar ul li a:hover {
	color: #c33;
	background: #ccffcc;
	font-weight: bold;
}
#pagebody	{
	background: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #444;
	clear: both;
}
#maincontent	{
/*	background: #ccffcc url(images/ccffcc-bg.jpg) top left repeat; */
	background: #efefef;
	float: left;
	margin: 0;
	padding-left: 10px;
	border-right: 1px solid #999;
	width: 540px;
}
#maincontent img {
	padding: 0 5px 0 5px;
}
#maincontent a {
	color: #339;
	text-decoration: none;
	font-weight: normal;
}
#maincontent a:hover {
	color: #c33;
}
#sidebar	{
	padding: 2px 10px 10px 5px;
	margin: 0 0 0 550px;
	color: #3f3f3f;
	text-align: center;
	font-size: 90%;
	border: 0;
	border-left: 1px solid #999;
	/* compensates for IE Win bungling */
	height: 100%;
}
#sidebar a {
	text-decoration : none;
	color: #339;
	font-weight: bold;
	line-height: 135%;
}
#sidebar a:hover {
	color: #c33;
}
#sidebar ul {
	padding-left: 2.5em;
	list-style-type: none;
}
#sidebar ul a {
	text-decoration : none;
	color: #339;
	font-weight: normal;
	line-height: 135%;
}
#sidebar ul a:hover {
	color: #c33;
}
#footer {
	background: #999 url(images/footer-bg.jpg) top left repeat;
	border: 0;
	border-top: 1px solid #999;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding: 5px 5px 5px 5px;
	clear: both;
	font-size: 70%;
}
#footer a {
	text-decoration : none;
	color: #339;
	font-weight: bold;
}
#footer a:hover {
	color: #c33;
}
.cassidy {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	color: #000;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 125%;
	color: #333;
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.floatLeft	{
	float: left;
}
.floatRight {
	float: right;
}
