body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

#navBar {
	display: none;
}

#wrapper {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 540px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5260C9;
}
#H1 {
	font-size: 18px;
	font-weight: bold;
	color: #424EBE;
	padding-bottom: 20px;
}
.H2 {
	font-weight: bold;
	color: #A8CA22;
	font-size: 14px;
}
.H3 {
	font-weight: bold;
	color: #424EBE;
	font-size: 12px;
}
a:link {
	color: #424EBE;
	text-decoration: none;
}
a:visited {
	color: #424EBE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #A7C91D;
}
a:active {
	text-decoration: underline;
	color: #809F00;
}
#numberedList {
	text-align: left;
	line-height: 18px;
}

#textBlueRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8997DE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#photoBlueRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8997DE;
	margin-bottom: 10px;
}

#photoNoRule {
	margin-bottom: 10px;
}

#textBoxGray {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8997DE;
	margin-bottom: 10px;
	padding: 10px;
}
