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

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	
}
#holder {
	width:80%;
	background:#FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	border: thin ridge #000000;
}
#header {background:#DCCBAC;

}
#holder #header {
	text-align: center;
}
#content {
	margin: 0 0 0 0px;
	padding: 15px;
}
#footer {
	padding: 0px;
	background-color: #FFCC66;
	text-align: center;
}
#notes {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: justify;
}
.callout {
	font: bold 300% Georgia, "Times New Roman", Times, serif;
	color:#3300FF;
	margin: 0;
	padding: 20px 10px;
}
