/* CSS Document */

#sideNav {
	height: inherit;
	background-color: #2a4375;
}
	
#sideNav p {
	line-height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: C8C8C8;
}
	
#sideNav a {
	font-family: Arial,Helvetica,Sans-Serif;
	color: #C8C8C8;
	text-decoration: underline;
}

#sideNav a:hover {
	font-family: Arial,Helvetica,Sans-Serif;
	color: #C8C8C8;
	text-decoration: underline;
}

#marginL10 {
	padding-left: 8px;
}

#homeBody {
	margin-left: 10px;
	margin-top: 10px;
}

#homeBody p {
	font-family:Arial, Helvetica, sans-serif;
	color: #000066;
}

#homeBody a {
	font-family: Arial,Helvetica,Sans-Serif;
	color: 1932C8;
	text-decoration: underline;
	
}

#homeBody a:hover {
	font-family: Arial,Helvetica,Sans-Serif;
	color: #1932C8;
	text-decoration: underline;
}

#footer {
	width: 300px;
}

#footer p {
	font-size:9pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #000099;
}

#footer a {
	font-size:9pt;
	font-family: Arial,Helvetica,Sans-Serif;
	color: 000099;
	text-decoration: underline;
}

#footer a:hover {
	font-size:9pt;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #0000CC;
	text-decoration: underline;
}

#footer a:visited {
	font-size:9pt;
	font-family: Arial,Helvetica,Sans-Serif;
	color: #000099;
	text-decoration: underline;
}

#divider5 {
	height: 5px;
}

#lineHeight21 {
	line-height: 21px;
}