@charset "utf-8";
* {
	margin:0;
	padding:0;
}
/* Typography -------------------------------------------*/
body  {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #382C2C;
	background-color: #FFFFFF;
}
/* Headings -------------------------------------------*/
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666699;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
	background-color: #E8D9B8;
	margin: 0 0 0 0;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #513E3E; /*dark purple*/
	color: #E8D9B8;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.75em;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #666699;
	color: #E8D9B8;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.7em;
}
h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #323532;
	font-size: 1em;
	font-weight: bold;
}
/* links -----------------------------------*/
a:link {
	color: #666699;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666699;
	border-right-color: #666699;
	border-bottom-color: #666699;
	border-left-color: #666699;
}
a:visited {
	color:#FF850D;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
} 
a:hover {
	color:#C8BD90;
	text-decoration: underline;
}
a:active {
	color:red;
	text-decoration: underline;
}
/* lists ----------------------*/
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
li {
	background-image: url(/images/bulletpt.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 35px;
	list-style: none;
	margin-left: 25px;
}


/* footer --------------------------------- */
#footer {
	margin: 0 0 0 171px;
	padding: 0;
	width: 684px;
	float: left;
	position: relative;
	color: #FE850E;
}
.checklist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #323532;
	position: relative;
	margin: 0;
	padding: 0px;
	list-style-type: circle;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.aside {
	font-size: 10px;
}
.orange {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FE850E;
	font-size: 1em;
	font-weight: bold;
}
.quote {
	color: #E8D9B8;
	font-size: 0.8em;
	font-weight: normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FE850E;
	border-right-color: #FE850E;
	border-bottom-color: #FE850E;
	border-left-color: #FE850E;
	margin: 20px;
}
