#Header {
	font-family: tahoma, verdana, sans-serif;
	color: white;
	}
	#Header h1 {
		font-size: 28px;
		padding: 10px 0 0 25px;
		}
	#Header p {
		padding: 5px 0 0 45px;
		}
.typography, #Footer {
	font-family: tahoma, verdana, sans-serif;
	}
	.typography p, #Footer p {
		font-size: 13px;
		padding: 10px 0;
		
		}
	.typography h1 {
		padding: 10px 0px 5px 15px;
		font-family: verdana, tahoma, sans-serif;
		font-size: 24px;
		color: #000982;
		font-style: italic;
	}
	
	
	.typography h2 {
		font-family: verdana, tahoma, sans-serif;
		padding: 20px 0px 10px 5px;
		font-size: 22px;
		color: #b041c1;
		
	}
	.typography h3 {
		font-family: verdana, tahoma, sans-serif;
		padding: 20px 0px 10px 5px;
		font-size: 20px;
		color: #660d73;
		
	}
	.typography h4 {
		font-family: verdana, tahoma, sans-serif;
		padding: 20px 0px 10px 5px;
		font-size: 18px;
		
	}
	.typography h5 {
		font-family: verdana, tahoma, sans-serif;
		padding: 20px 0px 10px 5px;
		font-size: 16px;
		color: #777;
		
	}
	.typography h6 {
		font-family: verdana, tahoma, sans-serif;
		padding: 20px 0px 10px 5px;
		font-size: 14px;
		color: #222;
	}



	
	#HomeRight ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#HomeRight ul li {
		padding: 3px 0;
	}



	.typography ul {
		font-size: 13px;
		font-family: tahoma, verdana, sans-serif;
		padding: 0 0 0 25px;
	}
	
	
/* Navigation */

#Navigation ul {
	padding: 0 0 0 15px;
	font-size: 15px;
	line-height: 35px;
	font-family: tahoma, verdana, sans-serif;
	}
	#Navigation ul li {
		padding: 0 18px 0 18px;
		}
		#Navigation ul li a {
			text-decoration: none;
		}
		#Navigation ul li a:link {
			color: #fff;
		}
		#Navigation ul li a:visited {
			color: #fff;
		}
		#Navigation ul li a:hover {
			color: #ccc;
		}
		#Navigation ul li a:active {
			color: #fff;
		}
		/* LINK ICONS - shows type of file
		------------------------------------ */
		.typography a[href$=".pdf"],
		.typography a[href$=".PDF"],
		.typography a.pdf {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
		}
		.typography a[href$=".doc"],
		.typography a[href$=".DOC"],
		.typography a.doc {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/page_word.png) no-repeat left center;
		}
		.typography a[href$=".xls"],
		.typography a[href$=".XLS"],
		.typography a.xls {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/page_excel.png) no-repeat left center;
		}
		.typography a[href$=".gz"],
		.typography a[href$=".GZ"],
		.typography a[href$=".gzip"],
		.typography a[href$=".GZIP"],
		.typography a[href$=".zip"],
		.typography a[href$=".ZIP"],
		.typography a.archive {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/page_white_zip.png) no-repeat left center;
		}
		.typography a[href$=".exe"],
		.typography a[href$=".EXE"],
		.typography a.application {
			padding: 2px;
			padding-left: 20px;
			background: url(../images/icons/application.png) no-repeat left center;
		}
		/* WYSIWYG EDITOR ALIGNMENT CLASSES 
		-------------------------------------------- */
		.typography .left {
			text-align: left;
		}
		.typography .center {
			text-align: center;
		}
		.typography .right {
			text-align: right;
		}

		/* IMAGES 
		-------------------------------------------- */
		.typography img {
			border: none;
		}
			.typography div.image.right,
			.typography div.captionImage.right {
				float: right;
				margin-left: 20px;
			}

			.typography .captionImage {
				border: 1px solid #aaa;
				padding: 5px;
			}

			.typography div.image.left,
			.typography div.captionImage.left {
				float: left;
				margin-right: 10px;
			}
			.typography div.image.leftAlone,
			.typography div.captionImage.leftAlone {
				float: left;
				margin-right: 100%;
			}
			.typography div.image.center,
			.typography div.captionImage.center {
				float: none;
				margin-left: auto;
				margin-right: auto;
				display: block;
			}

			.typography .caption {
				font-weight: bold;
				text-align: center;
				color: #666;
			}

