/* zero off the defaults to get a clean starting point*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
margin: 0; 
padding: 0; 
border: 0; 
}

body {
	margin: 20px 0;
	font-size: 100.01%; /*fix for IE scaling error at small font sizes*/
	text-align: center;/* centers the wrapper in IE 5.x*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFFFFF;
}

/***** Begin laying out the wrappers *****/


#wrapper {
	position: relative;
	margin: 0 auto;/*centers the wrapper in compliant browsers*/
	width: 800px;
	background-color: #FFF;
}


#header {
	margin: 0 auto;
	width:800px;
	background-color: #FFF;
}

#contentwrapper {
	 width: 800px
	 background-color: #FFF;
}

#content {
	width: 780px;
	margin: 10px;
	float: left;
	background-color: #FFF;
}



 p, ul {
	Color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
	padding: 5px;
}

ul {
	margin-left: 20px;
}

li {
	margin: 8px 0;
}


li.check {
	margin: 5px 0;
	list-style-type: none;
	line-height: 1.5em;
}

ul.Red {
	margin-left: 30px;
}
li.RedCheck {
	margin: 5px 0;
	list-style-type: none;
	line-height: 1.5em;
	list-style-image: url(../images/ck_mrk.gif);
}

/*this centers a paragraph */
p.Special {
	text-align: center;
}

.clearFloat {
	clear:both;
	height: 1px;
}

a:link {
	text-decoration: underline;
	color: #0000FF;
	font-weight: bold;
	font-size: 1.2em;
}


a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-size: 1.2em;
	Font-weight: bold;
}

a:hover {
	color: #A42900;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}

a:active {
	color: #0000FF;
	text-decoration: underline;
	font-size: 1.2em;
	font-weight: bold;
}



.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}