body{
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	background-color: #D8DBCC;	
}

p{
	color: #000000; 
	font-family: Arial, Helevetica, serif;
	text-align: center;
	font-size: 11px;
}

ul{
	list-style-type: none;
	font-size: 0.9em;
	font-family: Garamond, sans-serif;	
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

h1{
	font-size: 12px;
	color: #990000;
	text-align: center;
}

h1.subpage-header{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;	
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

a{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px dotted #A5E410;
}

a:hover{
	background-color: #FFFF00;
	border: 2px dotted #A5E410;
}

a:visited{
	color: #CC33FF;
}

li a.plain{
	border: none;
	color: #D8DBCC;	
}

li a.plain:hover{
	border: none;
	color: #D8DBCC;	
}

li a.plain:visited{
	color: #D8DBCC;
	border: none;
}

li.links{
	position: relative;
}

#copyright{
	font-style: italic;
	font-size: 9px;	
	margin-left: auto;
	margin-right: auto;
	float:left;
	width: 100%;
}

#sponsors{
	width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-color: #000000;
	border-style: groove;
}

#subpage{
	font-size: 12px;
	line-height: 14px;
}

#navbar{
	float: left;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	padding: 10px;
	background-color: #D8DBCC;
	border: none;
	color: #D8DBCC;
	width: 170px;
}

.plain{
	background-color: #D8DBCC;
	color: #000000;	
}

.floatleft{
	float: left;
	margin-left: 10px;
	width: 350px;
}

.content{
	float:left;
	margin-left: 10px;
	width: 600px
}