/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
a:focus {
	outline: 1px dotted;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h2 {
	width: 100%;
	padding: 12px 0 15px 10px; margin: 10px -5px;
	font-size: 1.8em; color: #013d7f;
}

h3 {
	background: url("../img/h3BG.png") no-repeat;
	width: 100%;
	padding: 1px 0 3px 10px; margin: 25px -5px 5px;
	font-size: 1.4em; color: #fff; }

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}
.contentSub-1Heading  {
	color: #444;
	height: 48px; 
	line-height: 53px;
	border-bottom: 1px solid #444;
}

h6 {
	font-size: 13px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}
