/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif, System;
	color: #ffffff;
	font-size: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url( 'images/BKG.jpg' );
	background-position: Top Center;
	background-repeat: no-repeat;
	background-color: #000000;	
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

p{
	line-height: 1.3em;
}

.contentHolder{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: visable;
	display: block;
}

.blacktext{
	color: #000000;
}

.logoHolder{
	width: 877px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	background-image: url( 'images/Logo.jpg' );
	background-repeat: no-repeat;
	background-position: Top Center;
	overflow: hidden;
	display: block;
}

.navbarHolder{
	width: 877px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	display: block;

}

.mainContentHolder{
	width: 877px;
	min-height: 452px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	display: block;
	position: relative;
}

.footerHolder{
	width: 877px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	display: block;
	position: relative;
}