@charset "utf-8";
/* CSS Document */
a:link {
	color: #0000FF;
	text-decoration: none;
	background: #FFFFFF;
}
a:visited {
	color: #CC00CC;
	text-decoration: none;
	background: #FFFFFF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background: #FFFFFF;
}
a:active {
	color: #9999CC;
	text-decoration: underline;
	background: #FFFFFF;
}	

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #666666;
	text-align: left;
	margin: 0px;
	padding: 0px;
	border: solid, black,2;
}
#holder {
	width:80%;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	
}
#header {
	background: #FFCC66;
	bottom: 150px;
}
#holder #header {
	text-align: center;
}

#nav {
	width:125px;
	float: left;
	padding: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
#content {
	margin: 0 0 0 150px;
	padding: 15px;
}
#footer {
	padding: 5px;
	background-color: #FFCC66;
	text-align: center;
	
}
#notes {
	padding: 1px;
	background-color: #FFFFFF;
	text-align: center;
	
}
.callout {
	font: bold 300% Georgia, "Times New Roman", Times, serif;
	color: #3300FF;
	margin: 0;
	padding: 20px 10px;
}
