@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/contentback.jpg);
	background-repeat: no-repeat;
	background-color: #3E3838;
}
#menubar ul {
	text-decoration: none;
	padding: 0px;
	list-style-type: none;
}
#top {
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #666;
	width: auto;
}
#headwrap {
	text-align: left;
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
	padding: 0px;
}
#headspace {
	height: 155px;
}
#logo {
	height: auto;
	width: auto;
	float: left;
}
#menubar {
	width: auto;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 45px;
}
#menubar ul li a {
	text-decoration: none;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFF;
	vertical-align: bottom;
	color: #FFF;
	font-weight: bold;
}
#maincontent {
	padding-top: 10px;
	padding-right: 300px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(images/boxgrad.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#sidebar {
	background-color: #CCC;
	padding: 10px;
	float: right;
	width: 260px;
}
#footer {
	color: #FFF;
	background-color: #333;
	clear: both;
	font-size: small;
	text-align: center;
	margin-bottom: 0px;
}
#wrap #footer p {
	margin: 0px;
}
#wrap {
	text-align: left;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #CCC;
}
#menubar ul li {
	display: inline;
}
#menubar ul li a:hover {
	color: #F90;
	text-decoration: underline;
}
a:link {
	color: #C90;
	text-decoration: none;
}
a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
a:active {
	color: #C60;
	text-decoration: underline;
}
#wrap #sidebar a {
	color: #733D06;
}
#wrap #sidebar a:visited {
	color: #930;
}


/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
}
