/* Global Styles */
body { background-color: #ffc; margin:0; }
td { color:#333333; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 150%; }
h1 { font-size: 22px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 120%; margin: 0.67em 0; }
h2 { font-size: 18px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 120%; margin: 12px 0; }
h3 { font-size: 14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; line-height: 120%; margin: 1em 0; }
a {
	color: #FF9933;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color: #ff9933;
	text-decoration:underline;
	}
/* Sections */
#header { background-color: #333; background-position: 0 0; padding: 5px; }
#content { font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 150%; float: left; width: 66%; background: #ffc; padding-top: 5px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; }
#sidebar { color: #ffc; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 150%; float: right; width: 30%; background-color: #900 ; padding: 2px 5px; }
#footer { font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 120%; clear: both; padding: 5px; border-top-color: #f90; border-top-style: solid; }
#navbar { color: #ff9; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: normal; background-color: #900; padding: 5px; border-top: 3px solid #f90; border-bottom: 3px solid #f90; border-right-color: #f90; border-left-color: #f90; }
/* Section Styles */
#navbar a { color: #ffff99; font-size: 10px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; font-style: normal; line-height: 16px; text-decoration: none; display:inline; }
#navbar a:hover {
	background: #FF6600;
	color:#ffffff;
	}
