body {
	font-family:"Calibri","sans-serif";
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#C2DFFE;
	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;
}

#header  a {
	display:block;
	width:100%;
	text-align:center;
	color:white;
	padding:10px;
	font-size:24px;
	font-weight:bold;
	background-color:#06C;
	text-decoration:none;
}

.red { color: #cc0000 }

.oneColFixCtr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #97CBFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

strong, .highlight, a, a:visited {
	color:#0070C0;
}

.imageRight {
	border: 1px solid #cccccc;
	padding: 1px;
	float:right;
	margin-left:5px;
}

.image {
	border: 1px solid #cccccc;
	padding: 1px;
	margin:5px;
}



.imageLeft {
	border: 1px solid #cccccc;
	padding: 1px;
	float:left;
	margin-right:5px;
}

h1 {
	margin:0;
	padding:0; 
	font-size:26px;
	color:#06C;
	font-weight:bold;
}

h2 {
	font-size:22px;
	color:#06C;
	font-style:italic;
	font-weight:normal;
}
h2, h2, h3 {
	color:#06C;
}

.movedown {
	margin-top:3000px;
}

.header p {
	font-size:19px;
	color:#06C;
	font-style:italic;
	font-weight:normal;
}

.black {
	color: #00000;
	font-weight:bold;
}