* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
Body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	background-attachment: fixed;
	background-color: #101507;
	text-align: center; /*Centers page in IE*/
	height: 100%;
}
#divMain {
	margin: auto; /*Centers page in Firefox*/
	width: 1000px;
	height: 100%;
}
#divNavBkg {
	background-image: url(../images/nav-bkg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	margin-left: 20px;
	float: left;
	position: fixed;
}
#divNav {
	background-image: url(../images/nav-mainbkg.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 700px;
	padding-top: 30px;
}
.ulNav {
	list-style: none;
	margin-bottom: 20px;
	margin-left: 15px;
}
.liNavTitle {
	font-size: 12px;
	font-weight: bold;
	color: #DADE9A;
}
.liNavLink {
	font-weight: bold;
}
a.menunav:link, a.menunav:visited {
	font-size: 12px;
	color: #DEDCC6;
	text-decoration: none;
}
a.menunav2:link, a.menunav2:visited{
	font-size: 12px;
	color: #dade9a;
	text-decoration: none;
}
a.menunav:hover, a.menunav2:hover {
	text-decoration: underline;
}
#divHeader {
	padding-top: 30px;
	padding-left: 180px;
}
#divHPVideo {
	margin-left: 170px;
	margin-bottom: 20px;
}
.divTextContent h1 {
	color: #DEDCC6;
	font-size: 16px;
	font-weight: bold;
	margin-left: 185px;
	margin-bottom: 15px;
}
.divTextContent h2 {
	color: #DEDCC6;
	font-size: 14px;
	font-weight: bold;
	margin-left: 185px;
	margin-bottom: 15px;
	text-decoration: underline;
}
.divTextContent h3 {
	color: #DEDCC6;
	font-size: 14px;
	font-weight: bold;
	margin-left: 185px;
	margin-bottom: 15px;
}
.divTextContent IMG {
	margin-left: 185px;
}
.divTextContent P{
	font-size: 12px;
	color: #DEDCC6;
	margin-left: 185px;
	width: 570px;
	margin-bottom: 10px;
	text-align: justify;
}
.divTextContent a:link, .divTextContent a:visited {
	color: #EDF1AC;
	font-weight: bold;
	text-decoration: none;
}
.divTextContent a:hover {
	text-decoration: underline;
}
.divTextContent ul {
	padding-left: 15px;
	margin-left: 185px;
	margin-bottom: 20px;
}
.divTextContent li {
	color: #DEDCC6;
	font-size: 12px;
	margin-bottom: 7px;	
	width: 555px;
	text-align: justify;
}