.bgg {
/* Body Backgrund */
	background-color: #E2E2E2;
	margin: 0px 0px 0px 0px;
}

.CENTERLAYER {
/* The 100% wide by 100% high invisible layer that serves to center the entire page */
	height: 100%;
	width: 100%;
	background-color: #E2E2E2;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}

.CONTENTLAYER {
/* 800 pixel wide box that all content on the page adheres to*/
	position: relative;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 25px 0px 0px 0px;
	height: 100%;
	width: 800px;
	background-color: white;
}

.TopMenu {
/* Home and Contact Us link at the top right corner */
	position: relative;
	height: 150px;
	text-align:right;
	margin: 0px 20px 0px 0px;
	padding-top: 10px;
}

.Left {
/* Sub-Nav Menus on the Left*/
	position:absolute;
	top: 225px;
	left: 15px;
	width: 120px;
	padding: 0px 10px 0px 10px;
	height: 200px;
	border-right: 1px solid black;
	z-index: 3;
}

.Menu {
/* main menu bar */
	position:absolute;
	top: 165px;
	left: 150px;
	height: 30px;
	padding-left: 65px;
	z-index: 2;
}

.Content {
/* Body Text for Pages */
	padding-top: 60px;
	padding-left: 100px;
	z-index: 10;
	text-align:left;
	width: 550px;
	height: 100%;
}

.text-center,.cell {
/* Paragraph Class for Centered text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:center;
	line-height: 15px;
	z-index: 10;
}

p,ul,li,td{
/* Paragraph, list and table text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align:left;
	z-index: 10;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FE0000;
	font-weight: bold;
	text-align:center;
	}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE0000;
	font-weight: bold;
	text-align:left;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align:left;
	}

.Footer {
/* Bottom of the page footer */
	position: relative;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E2E2E2;
	margin: 15px 0px 0px 0px;
	height: 125px;
	width: 800px;
	}
.FooterText {
/*Footer Text*/
	position: relative;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;	
	color: #666666;
}

a{
/* Links */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FE0000;
	text-decoration: none;
	font-weight: bold;
	z-index: 10;
}

a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE0000;
	text-decoration: underline;
	font-weight: bold;
}

