body {
	background-color: #015C5C;
}

#outerwrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 99%;
	position: absolute;
	padding: 0px;
	top: 0px;
	left: 0px;
}

#header {
	background-image: url(../images/Header_help.jpg);
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 140px;
}



#innerWrapper {
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	left: 0px;
	top: 0px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(../images/innerWrapper_help.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
}




/*Start hiding from IE Mac \*/
* html #innerWrapper {

}
/*Stop hiding from IE Mac */

#content {
	font-family: Verdana, Geneva, sans-serif;
	width: 700px;
	padding-bottom: 10px;
	font-size: 1em;
	min-height: 400px;
	float: right;
	margin-right: 40px;
	margin-top: 30px;
}


/*Start hiding from IE Mac \*/
* html #content {
	height: 400px;
}

h1 {
	font-family: Candara, "Trebuchet MS", Arial;
	font-size: 1.6em;
	color: #015B5B;
	font-weight: bold;
	margin-bottom: 20px;
}



h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #755526;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #019595;
	font-weight: bold;
}
p {
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#outerwrapper #innerWrapper #content ul li {
	margin-bottom: 15px;
}
.centerIcon {
	vertical-align: middle;
}

code {
	font-family: "Courier New", monospace;
	font-size: 1.0em;
}

