#topNav            {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	margin: 0;
	padding: 5px 0px 5px 0px;
	background-color: #000;
	border-top: 5px solid #CBCDB1;
}

#topNav li  {
	padding: 0px;
	display:inline;
	list-style-type:none;
	color: #000
 }
		
/*#topNav li a.first-child	{
	border-left:2px solid #CCC;
}*/

#topNav a {
	/* top right bottom left */
	padding: 5px 8px 5px 8px;
	color: #ccc;
	text-decoration: none;
	border-top: 5px solid #CBCDB1;
}

#topNav a:hover {
	color: #fff;
	border-top: 5px solid #7BB1C1;
}

#topNav span.currentTop, #topNav span.currentTop_first-child {
	border-top: 5px solid #7BB1C1;
	padding: 5px 8px 5px 8px;
	color: #fff;
}

/* While in a sub section of a top section, the top becomes actionable again,
but maintains a selected appearance*/
#topNav a.currentTopAndSub,#topNav a.currentTopAndSub_first-child  {
	border-top: 5px solid #7BB1C1;
	padding: 5px 8px 5px 8px;
	color: #ccc;
}

/*TEXT STYLES START HERE*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #427B8C;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #427B8C;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #427B8C;
	font-style: normal;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-top: -10px;
}
a {
	color: #427B8C;
}
a:hover {
	color: #427B8C;
	text-decoration: none;
}
/*TEXT STYLES END HERE*/
