div, body, p, h1, h2, h3, h4, h5, h6, ul, td, tr {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FFF;
	background-image: url(images/backdrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

a:link {
	color: #993300;
	text-decoration: none;
}

a:visited { 
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #336600;
	text-decoration: blink;
}

a:active {
	color: #336600;
	text-decoration: none;
}

#Wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	height: 960px;
	margin-top: 220px;
	margin-bottom: 0px;
	clear: both;
}
#divHeader {
	width: 100%;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	background-image: none;
	background-color: #FFF;
}
#HeaderNav {
	padding: 0px;
	clear: both;
	width: 800px;
	height: 25px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#HeaderNav ul {
	list-style-type: none;
}

#HeaderNav li {
	display: inline;
}

#HeaderNav a {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 13px;
}
#HeaderNav a:hover {
	background-color: #F8951D;
	font-weight: bold;
	background-image: none;
}

#divContent {
	width: 800px;
}
#divFooter {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

#col1 {
	float: left;
	height: auto;
	width: 580px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#col2 {
	float: right;
	width: 188px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 20px;
	z-index: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666;
	height: 935px;
	overflow: auto;
	position: relative;
}

