body {
	background-color: #a7a18f;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	line-height: 1.5em;
	color: #666666;
	border-bottom-width: 40px;
	border-bottom-style: solid;
	border-bottom-color: #8f8a7a;
}
#wrapper {
	padding: 0px;
	width: 913px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 35px;
}
#content-bg {
	background-color: #FFF;
	clear: both;
	float: left;
	width: 913px;
	height: auto;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0 #999999;
	box-shadow: 0px 0px 10px 0 #999999;
	behavior: url(/PIE.htc);
	margin-bottom: 0px;
	z-index: 1;
	top: -10px;
	margin-top: 0px;
	padding-top: 15px;
}
#content {
	position: relative;
	width: 565px;
	left: 310px;
	top: 0px;
	padding-bottom: 35px;
}

#sidebar {
	width: 213px;
	position: absolute;
	left: 40px;
	top: 15px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 1.8em;
	margin: .67em 0;
	color: #b8903f;
}
h2 {
	font-size: 1.5em;
	margin: .83em 0
}
h3 {
	font-size: 1.17em;
	margin: 1em 0
}
h4 {
	font-size: 1em;
	margin: 1.33em 0
}
h5 {
	font-size: .83em;
	margin: 1.67em 0
}
h6 {
	font-size: .67em;
	margin: 2.33em 0
}

/*

button, a.button, .button a, .button, input[type="button"], input[type="reset"], input[type="submit"] {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0em;
	margin-right: 10px;
	margin-bottom: 0em;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: inline-block;
	width: auto;
	vertical-align: top;
	text-align: center;
	background: #D4211A;
	background: -moz-linear-gradient(top, #F4293B 0%, #D4211A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4293B), color-stop(100%, #D4211A));
	background: -webkit-linear-gradient(top, #F4293B 0%, #D4211A 100%);
	background: -o-linear-gradient(top, #F4293B 0%, #D4211A 100%);
	background: -ms-linear-gradient(top, #F4293B 0%, #D4211A 100%);
	background: linear-gradient(to bottom, #F4293B 0%, #D4211A 100%);
	-pie-background: linear-gradient(to bottom, #D4211A 0%, #F4293B 100%);
	position: relative;
	-webkit-box-shadow: 0px 1px 2px 0 #999999, inset 0px 1px 1px 0 #F86E81;
	box-shadow: 0px 1px 2px 0 #999999, inset 0px 1px 1px 0 #F86E81;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 0px #303030;
	filter: dropshadow(color=#303030, offx=1, offy=1);
	behavior: url(/PIE.htc);
	height: auto;
	border: 1px solid #D4211A;
}
a.button, .button a {
	text-decoration: none;
}
button:hover, .button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #F4293B;
	background: -moz-linear-gradient(top, #D4211A 0%, #F4293B 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D4211A), color-stop(100%, #F4293B));
	background: -webkit-linear-gradient(top, #D4211A 0%, #F4293B 100%);
	background: -o-linear-gradient(top, #D4211A 0%, #F4293B 100%);
	background: -ms-linear-gradient(top, #D4211A 0%, #F4293B 100%);
	background: linear-gradient(to bottom, #D4211A 0%, #F4293B 100%);
	-pie-background: linear-gradient(to bottom, #D4211A 0%, #F4293B 100%);
	text-decoration: none;
}



*/


.checklist li {
	background-image: url(../images/checklist.jpg);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	padding-left: 30px;
	line-height: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
}

.colored {
	color:#b8903f;
	}

a {
	color: #B8903F;
	text-decoration: none;
}

.clear {
	clear:both;
	}
#header {
	z-index: 10;
	position: relative;
	height: 278px;
}
#footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	height: 20px;
	width: 890px;
	font-size: 11px;
}

#copyright {
	float:left;
}

#footernav {
	float:right;
}


#footer, #footer a {
	color: #C1BAA6;
}

#footer a:hover {
	color: #ffffff;
}
