body {
	padding: 0px;
	margin: 5px;
	background-color: #D4C4B5;
	text-align: center;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20px;
	font-weight:900;
	color:#546D60;
	border-bottom: #30302a 2px solid;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}

h2 {
	font:bold 18px/normal Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #638171;
	text-align: center;
	}
	
h3 {
	font:bold 14px/normal Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	color: #546D60;
	}	
	
p {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px;
	padding:0px;
	}
	
li {
	font:11px/16px verdana, arial, helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}
	
/* begin link styles */

a {
	color:#FFFFFF;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}

a:link {
	color:#FFFFFF;
}

a:visited {
	color:#DFD1C5;
}

a:hover {
	color:#000000;
}

#content a {
	color:#546D60;
	font-weight: bold;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	}

.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}
.standout_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #675F57;
}
.content_image {
	background-position: center;
	text-align: center;
	margin: 20px;
	border: 2px solid #333333;
}