/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #381e11;
	background-repeat: no-repeat;
	
}
#wrapper {
	text-align: left;
	vertical-align: top;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0 0;
	border-top: 15px solid #a58e73;
	border-bottom: 15px solid #a58e73;
	border-left: 15px solid #a58e73;
	border-right: 15px solid #a58e73;
	background: #FFFFFF;
	
}
#content {
	width: 650px;
	float: left;
	padding: 0px 0px 0 0;
	}
	
#content a:link {
	{color: #000000;
	text-decoration: underline;
	}
#content a:visited {
	{color: #000000;
	text-decoration: underline;
	}
#content a:hover {
	{color: #68a4a0;
	text-decoration: underline;
	}
	
#content p {
	font-size: 93%;
	
	padding-left: 2em;
}


	

.snapshot {float: left; border-bottom: thin #000000; border-left: thin #000000; border-right: thin #000000; border-top: thin #000000; margin: 8px}
.snapshot2 {float: right; border-bottom: thin #000000; border-left: thin #000000; border-right: thin #000000; border-top: thin #000000; margin: 8px}
	
#approval {
	width: 500px;
	float: center;
	padding: 10px 10px 10 10;
	background: #8a0e00
	}
	
p 
.approval {color #FFFFFF; font-size: 93%}

#schedule {
	width: 500px;
	float: left;
	padding: 10px 10px 10 10;
	background: #540f65
	}
	
#schedule p {
	font-size: 93%;
	color: #FFFFFF
	padding-left: 2em;
}

