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

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background:#333333;
	background-image:url(images/bkgrd_gradient_02.jpg);
	background-repeat:repeat-x;
	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: 882px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.navigation {
	list-style:none;
	margin:0;
	padding:0 0 0 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	}
.navigation li {
	display:inline;
	padding-right:60px;
	}
.navigation li a {
	color:#333333;
	text-decoration:none;
	}
.navigation li a:hover {
	color:#666666;
	text-decoration:none;
	}
#leftColumn {
	float:left;
	width:300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	}
#leftColumn h1 {
	padding:35px 0 10px 0;
	margin:0;
	font-weight:normal;
	font-size:24px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	}
#leftColumn p {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:0;
	line-height:24px;
	color:#FFFFFF;
	}
.leftNav {
	list-style:none;
	padding:20px 0 10px 20px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}
.leftNav li {
	padding-bottom:10px;
	}
#rightColumn {
	float:left;
	padding:25px 0 0 25px;
	width:500px;
	border-left:#CCCCCC thin dotted;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	}
#rightColumn h1 {
	font-weight:normal;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ccc;
	padding:10px 0 5px 0;
	margin:0;
	color:#CCCCCC;
	}
#rightColumn p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	padding:0 0 30px 0;
	margin:0;
	}
#footer {
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ccc;
	text-align:center;
	border-top:#CCCCCC thin dotted;
	padding:20px 0 40px 0;
	}
