body {
		margin: 0px 0px 0px 0px;
		height: 100%;
		background-color: #ded9c2;
		background-repeat: repeat-y;
		background-position: center;
		text-align: center;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: smaller;
	}
a {color: #990000;}
a:hover {color: silver;}
#container {
		line-height: 100%;
		margin:0 auto;
		text-align: left;
		width: 600px;
		height: 100%;
		background-color: #FFFFFF;
		padding: 0px;
	}

#leftcontent {
	position: relative;
	margin: 20px 10px 10px 20px;
	width: 250px;
	float: left;
	background: white;
}
#rightcontent {
	position: relative;
	width: 250px;
	margin: 20px 20px 10px 10px;
	float: right;
	background: white;
}
#fullcontent {
	clear: both;
	width: 580px;
	margin: 20px 10px 20px 10px;
	background: white;
}
#mainnav {
	width: 600px;
	background: #990000;
	text-align: center;
}	
#mainnav a {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	padding: 10px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
#mainnav a:hover {color: gray;}

.navdown {background: silver;}

#subnav {
	width: 600px;
	background: silver;
	text-align: center;
}	
#subnav a {	
	line-height: 20px;
	list-style-type: none;	
	text-align: center; 
	padding: 8px;
	color: black;
	text-decoration: none;
	font-size: 100%;
}
#subnav a:hover {color: #990000;}

.bumpup {font-size: 125%;
		font-weight: bold;
		}

p {
		font-size: 85%;
	}
h1 {
		font-size: 145%;
		}
h2 {display: block;
		font-size: 125%;
	}
h3 {display: block;
		font-size: 100%;
		color: gray;
		line-height: 125%;
	}
h4 {
		font-size: 90%;
		line-height: 125%;
	}
li {
		font-size: 85%;
	}
td {
	font-size: 85%;
}