html {
	background-color: #999966;
}

body {
	background-color: #ffffff;
	width:749px;
	margin:0 auto;
	font-size:90%;
	font-family:georgia,arial,sans-serif;
}

.maintitle {
	clear: left;
	color: #993300;
	font-family:georgia,arial,sans-serif;
}

img {
	border:0;
}

#topimage {
	border-bottom:1px solid #000;
	margin-bottom:0px;
}

#topimage img {
	display:block;
}

#title img {
	margin-bottom:8px;
}


#toc {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #663300;
}
#toc a {
	color: #663300;
	text-decoration: none;
}
#toc a:hover {
	color: #663300;
	text-decoration: underline;
}

#column1 {
	background-color: #ffffff;
	float:left;
	margin-top:0px;
	width:350px;
	text-align:right;
}

#column2 {
	padding-left:20px;
	margin-bottom:20px;
	margin-left:370px;
	width:330px;
	line-height:18px;
	background-color: #ffffff;
	border-left:1px solid #aaa;
}

#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #ccc;
	background-color:#eee;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	border-bottom: 1px solid #ccc;
	}
	
#footer p{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 0 0 0 10px;
	}
	
#footer a{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

#footer a:link{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
}

#footer a:visited{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#footer a:hover{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	}
	
#wordmark {
	float: right;
	margin: 15px 15px 0px 0px;
	}

#wordmark img {
	height: 43px;
	width: 155px;
}

#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #787878;
	background-color: #fff;
	padding: 10px 0px 0px 10px;
	white-space: nowrap;
	}
	
#copyright a{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#copyright a:link{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#copyright a:visited{
	font-size: 10px;
	color: #787878;
	text-decoration: none;
	}

#copyright a:hover{
	font-size: 10px;
	color: #000;
	text-decoration: underline;
	}
	
