/* Web Page Content Section */

#webPageContent {
	position: relative;
}

	#webPageContent h2 {
		font-size: 13px;
		margin-bottom: 10px;
	}

	#webPageContent p {
		line-height: 15px;
		margin-bottom: 12px;
		text-align: justify;
	}

	#webPageContent ul {
		list-style: outside disc !important;
		margin-bottom: 10px;
	}

	#webPageContent ol {
		list-style: outside decimal !important;
		margin-bottom: 10px;
	}
	
		#webPageContent ul li, #webPageContent ol li {
			float: none !important;
			padding: 2px 0 !important;
			margin: 0 0 0 25px !important;
		}

	#webPageContent a {
		color: #000066;
		text-decoration: underline;
	}

		#webPageContent a:hover {
			text-decoration: none;
		}

	#webPageContent div#sideLeft {
		float: left;
		padding: 0 10px 0 0;
		width: 350px;
	}

	#webPageContent div#sideRight {
		float: right;
		padding: 0 0 0 10px;
		width: 350px;
	}