body, form, input, label, select {
	font-family: Arial, Lucida Sans Unicode,Verdana;
}

h2 {
	font-weight: bold;
	font-size: 1.6em;
	color:#002D62;
	margin: 10px 10px 1em 10px;
}
h3 {
	font-weight: bold;
	font-size: 1.3em;
	color:#002D62;
	margin: 10px 10px 1em 10px;
}

p {
	font-size: 1.2em;
	line-height:1.5em;
	color:#52585C;
	margin: 10px 10px 1em 10px;
}

a { text-decoration: underline;
	color: #666;
}

a:hover {
	text-decoration: underline;
	color: #000000
}

#titleBox span {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}

	#titleBox ul li {
		color: #fff;
		font-size: 1.1em;
		
	}
	
	#titleBox a {
		color: #fff;
		text-decoration:none;		
	}
	#titleBox a:hover {
		color: #fff;
		text-decoration:underline;		
	}

#leftBar a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}
	
	 .mainContent h2 {
	 color: #1d3261;
	}
	

	#footerBar h2 {
		font-size: 1.2em;
		color: #002e62;
	}
	#footerBar h3 {
		font-size: 1em;
		font-style: italic;
	}
	
	#footerBar span {
		color: #1d3261;
		font-size: 1.2em;		
	}
			
	#afterBorder {
		font-size: 1em;
		color: #002D62;
	}
		#afterBorder a {
			color: #002D62;
			text-decoration:none;		
	}
		#afterBorder a:hover {
			color: #002D62;
			text-decoration:underline;		
	}
strong {
	font-weight: bold;
	}
