BODY {font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #333333;
				background-color: #ffffff;
				margin: 0px;
				}
				
H1 {text-align: left;font-size: 24px; color: #000000;}
H2 {margin-bottom: 3px; color: navy;}
H3 { padding-bottom: 0px; margin-bottom: 0px;}
P {margin-top: 3px;}

UL { margin-left: 10px; margin-top: 3px; }
LI { margin-left: 8px; margin-top: 5px;}

#nav {
	margin-top: 10px;
	margin-left: 5px;
	width: 120px;
}

#header {
	background-color: #003399;
	height: 96px; }

#nav a:link { color: #006699; text-decoration: none; font-weight: bold; font-size: 12px; }
#nav a:visited { color: #006699; text-decoration: none; font-weight: bold; font-size: 12px; }
#nav a:active { color: #006699; text-decoration: none; font-weight: bold; font-size: 12px; }
#nav a:hover { color: #cccc33; text-decoration: none; font-weight: bold; font-size: 12px; }

.link { margin-bottom: 5px; }

.caption { font-size: 10px; margin-bottom: 10px; }

.step {
	padding: 4px;
	margin: 2px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	background-color: #33CC00;
	border: 1px solid #333333;
}

.stepCol {
	border: 1px #999999 solid;
	background-color: #cccccc;
}

.stepSection {
	line-height: 140%;
}

#copyright {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	top: 20px;
	color: #666666;
	position: relative;
	width: 100%;
	text-align: center;
	height: 70px;
}