/* CSS Document */

body {
	background: #fff url(./images/background.gif);
	color: #000;
	font: 88% Georgia,serif;
	margin: 0;
	padding: 0;
	height: 100%;
}
h1 {
	font-size: 1.8em;
	color: #318C29;
}
.highlight { background-color: #FFFF00; }
h3 {
	color: #333366;
	font-size: 16px;
}
h4 { color: #663300; }
p,ul { line-height: 1.366; }
.heading { font: bold 1.32em; color: #336600; }
.copyright { font-size: 10px; }
div.expand { clear: both; line-height: 1px; }
span.smaller { font-size: 0.675em; color: #CC9900; }
a:link,a:visited { color: #CC3300; }
a:hover,a:active { color: #CC9900; text-decoration: none; }

table#sponsors img { border: 0; }
/*#wrapper { background: url(images/wrapper_bg.gif) repeat-y left top; } */
#rightcol {
	float: right;
	width: 26%;
	background: #CC6633 url(images/right_bg.jpg) repeat-y right;
	border-left: 2px dashed #963;
	border-bottom: 2px dashed #963;
}
#content {
	margin-right: 27%;
	margin-left: 50px;
	padding-top: 20px;
	text-align: center;
}
#rightContent { margin: 30px 5px 20px 10px; color: #fff; }
#rightContent a { color: #FFFF00; }
#rightContent a:hover { text-decoration: none; }
ul#navlist { margin: 0; padding: 0; list-style: none; }
ul#navlist li { list-style-type: none; margin: 0; padding: 0; }
ul#navlist li a {
	display: block;
	padding: 4px 10px;
	font-weight: bold;
	font-size: 96%;
	text-decoration: none;
	color: #FFFFCC;
	border-bottom: 1px dotted #c90;
	background: url(images/button_arrow.gif) no-repeat left center;
}
ul#navlist li a:hover { background: #FFFFCC; color: #CC6600; }

/***** END *****/
