body {
	background: url(../images/gradient.jpg) repeat-x;
	background-color: #e0e0e0;
	color: #fff;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: none;
	color:  #fff;
	outline: none;
	border-bottom: 1px dotted;
}
a:visited, a:active, a:hover {
	color: #fff;
}
a:hover {
	color: #FFFFAA;
}
h1, h2, h3 {
	color: #FFFFAA;
}
#header {
	text-align: center;
}
#left {
	border: 0px;
	padding: 0px;
}
#content {
	padding-bottom: 50px;
}
#editControl {
	margin-top: 40px;
	text-align: right;
}
IMG.heading {
	margin-left: -1px;
	margin-bottom: 10px;
}
.errorMessage {
	color: white;
	border: 1px dotted #D11;
	padding: 8px;
}
.requiredField {
	color: white;
}
#content dl dd {
	margin: 0.8em 0 0 0.8em;
	padding: 0 0 1em 0;
	line-height: 1.5em;
}
#content dl dt {
	font-weight: bold;
}
#contactForm {
	margin-top: 1.5em;
	padding: 10px;
}
#contactForm dl {
	margin: 0;
	padding: 0;
}
#contactForm dt {
	font-weight: normal !important;
}
#contactForm dt em, #contactForm .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
}
#contactForm .textInput {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	background-color: #e0e0e0;
}
#contactForm textarea {
	width: 350px;
	height: 180px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	background-color: #e0e0e0;
}
.floatLeft, .floatRight {
	text-align: center;
	font-size: small;
	border: 1px solid #e0e0e0;
	clear: none;
}
.floatRight {
	float: right;
	margin: 0 0 10px 15px;
}
.floatLeft {
	float: left;
	margin: 0 15px 10px 0;
}
.floatLeft img:after {
	content: attr(alt);
}
.clear {
	clear: both;
}
.navigation a {
	font-weight: bold;
}
.sfmenu a {
	background-color: #ccc;
	color: white;
}
.sfmenu a:hover, .sfmenu a:visited:hover {
	background-color: #e0e0e0;
}
#tree {
	padding: 10px 5px;
	margin: 10px 0;
	background: #fff;
	color: #000;
	border: 1px solid black;
}
.ygtvitem a {
	color: inherit;
}
