@charset "utf-8";
@import url("styles/body.css");
#master {
	width: 800px;
}
#horiz_nav {
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 11px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #999999;
	height: 1.4em;
}
#horiz_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#horiz_nav li {
	display: inline;
}
#horiz_nav a {
	float: left;
	text-decoration: none;
	padding-right: 1.4em;
	margin-top: 3px;
}
#horiz_nav ul li a:link, #horiz_nav ul li a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#horiz_nav ul li a:hover {
	color: #FFFF33;
}
#jump_menu {
	float: right;
	width: 230px;
	padding-top: 5px;
	margin: 0px;

}
#middle {
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 11px;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
	width: 778px;
}
#left_menu {
	width: 194px;
	margin-top: 20px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
#footer {
	width: 778px;
	float: left;
	border-right-width: 11px;
	border-bottom-width: 11px;
	border-left-width: 11px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #999999;
}

#content {
	float: right;
	width: 550px;
	padding: 5px;
	clear: right;
}
#jump {
	width: 778px;
	float: right;
}
#top_form {
	margin: 0px;
	float: right;
}
#relevant_content {
	float: left;
	text-align: left;
}
#donations {
	width: 194px;
	float: left;
	text-align: center;
}
#logo {
	height: 110px;
}
#content fieldset {
	background-color: #F1F1F1;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tablerow1 {
	background-color: #9999FF;
}
.tablerow2 {
	background-color: #99CCFF;
}
.tablerow3 {
	background-color: #00FFFF;
}
.tablerow4 {
	background-color: #CC99FF;
}
.tablerow5 {
	background-color: #00FF99;
}
.tablerow6 {
	background-color: #CCFF66;
}
.tablerow7 {
	background-color: #CC66FF;
}
