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

body {
	font: 100% Arial, Helvetica, sans-serif;
	background-color:#000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr .introTag img {
	padding-top:40px;
	}
.oneColFixCtr .introTag h1 {
	margin:0;
	padding:30px 0 20px 63px;
	font-size:16px;
	color:#0066CC;
	font-weight:normal;
	letter-spacing:1px;
	}
.oneColFixCtr .introParagraph p {
	margin:0;
	padding:0 0 0 63px;
	font-size:12px;
	color:#79B2E0;
	width:400px;
	line-height:24px;
	letter-spacing:1px;
	text-align:left;
	}
.oneColFixCtr .introParagraph a {
	color:#0099CC;
	text-decoration:none;
	}
.oneColFixCtr .introParagraph a:hover {
	color:#0099CC;
	text-decoration:underline;
	}
	
.oneColFixCtr .navLinks {
	float:left;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr .navLinks {
	padding-top:130px;
	padding-bottom:350px;
	width:400px;
	border-left:#999999 1px dotted;
	}
.oneColFixCtr .navLinks ul {
	list-style:none;
	font-size:12px;
	color:#666666;
	padding:0 0 0 85px;
	}
.oneColFixCtr .navLinks a {
	color:#999999;
	text-decoration:none;
	}
.oneColFixCtr .navLinks a:hover {
	color:#0066CC;
	text-decoration:none;
	}
