@charset "utf-8";
/* CSS Document */

p {
	font-family: Verdana;
	font-size: 14px;
	color: #B43C17;
	padding: 2px 10px 2px 40px;
	font-weight: bold;
	}
	body {
	background-color: #72802F;
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #F0F0F0;
	background-color: #93A63D;
	text-align: center;
	padding: 10px;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 50px;
}
	.banner {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 5px;
	margin-right: 400px;
	margin-left: 20px;
	margin-bottom: 168px;
	margin-top: 10px;
	}
ul {
	color: #B83910;
}
li {
	font-size: 12px;
	margin: 10px;
	font-weight: bold;
	list-style-type: none;
	text-transform: uppercase;
}
address {
	font-size: 10px;
	color: #666;
	text-align: center;
}
	a:link {
	color: #B73C13;
	text-decoration: none;
	}
	a:visited {
	color: #8B9A21;
	text-decoration: none;
	}
	a:hover {
	color: #8B9A21;
	text-decoration: underline;
	}
	a:active {
		font-style: italic;
		color: #DFE99A;
		text-decoration: underline;
	}
	#divBorder {
	border: thin solid #999999;
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(http://www.imthewebguy.com/error/ErrorBack.jpg);
	background-position: left top;
	height: 491px;
	}
	
