/* CSS Document */

body {
	background-image: url(Images/bkgd-main.gif);
	background-repeat: repeat;
	background-color: #a99e24;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	min-width: 897px;
	color: white;
	font: small Arial, Verdana, Helvetica, sans-serif;
}
#wrapper {
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}


/* ------------------   main areas   ------------------------- */
#topper {
	background-image: url(Images/bkgd-topper.png);
	background-repeat: no-repeat;
	height: 299px;
}
#middle {
	background-image: url(Images/bkgd-content.png);
	background-repeat: repeat-y;
	position: relative;
}
#bottom {
	background-image: url(Images/bkgd-bottom.png);
	background-repeat: no-repeat;
	height: 178px;
}
#content {
	margin: 0 0 0 200px;
	padding: 0 50px 0 0;
}
#contenthome {
	margin: 0 0 0 200px;
	padding: 0 50px 0 0;
}


/* ------------------   sidebar   ------------------------- */
#sidebar {
	position: absolute;
	top: -37px;
	left: 0;
}
#sidebar ul {
	margin: 0 0 0 43px;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	background-image: url(Images/bkgd-button.gif);
	background-repeat: no-repeat;
	padding: 26px 5px;
	width: 130px;
}
#sidebar ul li.doubleline {
	padding: 18px 5px;
}
#sidebar ul a:link, #sidebar ul a:visited {
	color: white;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#sidebar ul a:hover {
	color: #E5C2C2;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}


/* --------------------   page elements    --------------------------- */
h1 {
	margin: 0;
	font-size: 125%;
	color: #163F02;
}
h2 {
	color: #BC0F0F;
	font-weight: bold;
	font-size: 105%;
	margin: 0;
}
p.bold {
	font-weight: bold;
}
p.boldbigger {
	font-weight: bold;
	font-size: 110%;
}
p.italics {
	font-style: italic;
}
p.level1 {
	margin: 0 0 15px 0;
}
img.floatright {
	float: right;
	margin: 0 0 10px 10px;
}



a:link, a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
#content a:link, #content a:visited, #contenthome a:link, #contenthome a:visited {
	color: #bc0f0f;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover, #contenthome a:hover {
	color: #bc0f0f;
	font-weight: bold;
	text-decoration: none;
}

#content p.level1 a, a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#content p.level1 a:hover {
	text-decoration: underline;
}

table.sponsors td {
	width: 300px;
}