/*
	File Purpose: Re-Defines HTML Elements & Master Layout
	Last Updated: 02/11/2010
	Last Updated By: Patrick Dwyer
*/

/* HTML Elements */

	html {
	}

	body {
	}
	
	h1 {
		font-size: 22px;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		font-size: 14px;
	}
	
	h4 {
		font-size: 12px;
	}

	a:link,
	a:visited,
	a:active  {
		color: #ffffff;

	}

	a:hover  {
		color: #990000;
	}

	hr {
		clear: both;
		width: 100%;
		height: 2px;
		color: #e5e6d8;
		background-color: #e5e6d8;
		display: block; border: 0 none; padding: 0; margin: 0; _margin: -7px 0; margin-bottom: 7px; _margin-bottom: 0;
	}

/* Custom Styles */

	/* Link coloring for "Visit the Website" */
	a.visit:link,
	a.visit:visited,
	a.visit:active  {
		color: #990000;

	}

	a.visit:hover  {
		color: #ffffff;
	}