body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #B0E0E6;*/
	background-image: url("bglow.jpg"); 
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {line-height: 1.5;}

.oneColFixCtr #container {
    width: 780px;
    background: RGBA(255, 255, 255, 0.85);
    margin: 20px auto;
    border: 1px solid #000000;
    text-align: justify;
    padding-top: 10px;
    min-height: 90%;
}


.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	text-align: left;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #00F;
}
a:active {
	text-decoration: none;
	color: #666;
}
