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

p {
	font-size:13px;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	letter-spacing:0px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
	font-style:normal;
	font-variant:normal;
	line-height:125%;
}
.white {
	color: #FFF;
	font-weight:lighter;
}
.whitejustify {
	color: #FFF;
	text-align:justify;
}
.black {
	color: #000;
	font-weight:lighter;
}
.blackwhitebackground {
	color: #000;
	font-weight:bold;
}
.blackwhitebackground a{
	color:#000000;
	text-decoration:none;
}
.whitelink a, .whitelink a:hover, .whitelink a.hover, .whitelinkpress a, .whitelinkpress.visited, whitelinkpress:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.blackwhitebackground a:hover, .blackwhitebackground a.hover, .whitelinkpress a:hover, .whitelinkpress a:active{
	color:#1EAA4A;
	text-decoration:none;
}
.greenlink a, .greenlink a:hover, .greenlink a.hover{
	color:#1EAA4A;
	text-decoration:none;
}
	
.green {
	color: #1EAA4A;
	font-weight:lighter;
}
.greenwhitebackground {
	color: #1EAA4A;
	font-weight:bold;
}
.nospace p{
margin-top:0px;
margin-bottom:0px;
}
.blackbg{
	background-color:#000;
}
.bottomnav{
	background-color:#000;
	position:relative;
}
body {
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

