/* 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: 560px;
	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;
}
#navigation {
	float: right;
	width: 160px;
	padding-right: 5px;
	background: #2f5754;
	padding-bottom: 2px;	
}

#navigation a:link {
	{color: #FFFFFF;
	text-decoration: underline;
	}
#navigation a:visited {
	{color: #FFFFFF;
	text-decoration: underline;
	}
#navigation a:hover {
	{color: #68a4a0;
	text-decoration: underline;
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	
	
}
#navigation li {
	width: 160px;
	border-bottom: 1px solid #000000;
	border: 10px #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: middle;
	text-align: right;

}

	

.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;
}

