/* HiFi Style */
/* By Travis Megee */
 body {
	margin: 0px 0px 0px 0px;
	background-color: #eeeeee;
	}
a:link {
	color: #CF8139;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	font-weight: bold;
	text-decoration: none;
	}
#header {
	padding-right: 7px;
	background-color: #54663c;
	height: 90px;
	}
.break {
	background-color: white;
	font-size: 0px;
	height: 1px;
	}
/* IE Hack */
*html .break {
	height: 0px;
	font-size: 1px;
	}
/* End IE Hack */
#navbar {
	background-color: #2d5367;
	height: 22px;
	padding-top: 3px;
	white-space: nowrap;
	}
#navbar a {
	text-decoration: none;
	}
#subbar {
	background-color: #8da9d8;
	padding-top: 2px;
	padding-left: 57px;
	height: 32px;
	white-space: nowrap;
	}
#subbar a {
	text-decoration: none;
	}
#content {
	background-color: #eeeeee;
	color: #363D43;
	padding-left: 8px;
	padding-right: 8px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	}
#content h1 {
	font-family: Times New Roman, Times, serif;
	color: #2d5367;
	font-size:  36px;
	}
#content p {
	margin: 0;
	}
#side {
	background-color: #b0b7c8;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	}
/* IE Hack */
*html #side {
	top: 183px;
	}
/* End IE Hack */
img {
	border: 0px;
	}
/* Index Page */
#indexTop {
	background-color: #8da9d8;
	height: 150px;
	bottom: 0px;
	}
#indexMiddle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background-color: white;
	padding-left: 10px;
	height: 250px;
	}
#indexMenu {
	position: absolute;
	top: 388px;
	}
#indexFooter {
	color: white;	
	font-family: Arial, Helvetica, sans-serif;
	}
#indexFooter p {
	margin: 0px;
	}
/* Replacement Style */
span { visibility: visible; }
i { visibility: visible; }
tt { visibility: visible; }
em{ visibility: visible; }
/* End Hifi Style */