@charset "UTF-8";
/* CSS Document */

/** Image overlay **/
body {
	background-color: #000000;
	background-image: url(images/BG.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	position: relative;
	color: #FFFFFF;
}

h1 {
	font-family:"arial";
	color:#FFFFFF;
	font-size:12px
	}

P {
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	font-size:12px;
	padding-left: 8px;
}


/** Custom **/

.rightRep {background: url(images/repeatright2.jpg) right repeat-y #4D0602}

#content p {
	text-indent: 15px;
	font-family:"Times New Roman", Times, serif;
}

#pageTitle {
	text-align: left;
	padding-left: 20px;
}

#pageTitle h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

#topNav {
	text-align: right;
}

#bottomNav {
	text-align: center;
}

#header {
	position:relative;
	height:157px;
	width:958px;
	margin: auto;
	margin-top:50px;
	margin-bottom: 40px;
}

#logo {
	position:absolute;
	top: 0px;
	left:25px;
	z-index:100;
}

#logo h1 {
	background: url(images/Logo.png);
	height: 79px;
	width: 315px;
	display: block;
	text-indent: -9999em;
}


#Imagebar {
	position:absolute;
	top:45px;
	left:0px;
	z-index:50; 
}


/** links **/
 a, #topNav, #bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}



