#mainContent p, li {
	font-size: .875em;
	line-height: 1.5em;
	color: #333;
}

h1 {
	font-size:1.875em;
	color: #16779E;
}

h2 {
	font-size: 1.25em;
	color: #16779E;
	font-weight: bold;
	margin-bottom: .1em;
}

p a {
	color: #333;
	text-decoration: none;
}

p a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}

h2 a {
	text-decoration: none;
	color: #16779E;
}

h2 a:hover {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #16779E;
}

p a .reglink {
	color: #F00;
	font-weight: bold;
}

p a:hover .reglink {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FD0013;
}
#pagelinks  {
	text-align: center;
	line-height: 1em;
	margin: 0px;
	padding: 0 auto;
	position: -10px;
	}

#pagelinks p  {
	margin: 0; 
	font-size: .75em;
	color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#pagelinks p a {
	margin: 0;
	text-decoration: none;
	color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#pagelinks p a:hover {
	margin: 0;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}
#toppagelink a {
	font-size: .875em;
	text-decoration: none;
	color: #666;
}

#toppagelink a:hover {
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}


#footer p  {
	margin: 0; 
	font-size: .75em;
	color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer p a {
	margin: 0;
	text-decoration: none;
	color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#footer p a:hover {
	margin: 0;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
}

.bottomspace {
	margin-bottom: 10px;
}

.intro {
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
}

.divider {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1C779D;
	display: block;
}

