body {
	font-family:"Calibri","sans-serif";
	background: #cccccc;
	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: 840px;  /* 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 #333333;
	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, b {
	color:#0070C0;
}

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

h1, h2, h3 {
	margin-top:10px;
	margin-bottom:10px;
	padding:0; 
	color:#06F;
	font-size:18px;
}

h1 {
	border-bottom: 1px solid #f0f0f0;
	font-size:22px;
	color: #880000;
}


.movedown {
	margin-top:3000px;
}

.indexMenu .function {
	display:none;
}

.indexMenu {
	border: 1px solid #ccccff;
	padding:10px;
	background-color:#f7f7ff;
	width:250px;
	float:left;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:5px;
}

.mainMenu {
	border: 1px solid #ccccff;
	padding:10px;
	background-color:#f7f7ff;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:5px;
	height:100px;
	width:778px;
}

.indexMenu a {
	color:#06F;
	display:block;
	margin-top:3px;
	font-variant:small-caps;
}

.mainMenu a {
	color:#06F;
	display:block;
	margin-top:3px;
	float:left;
	font-size:14px;
	width:141px;
	background-color:white;
	padding:5px;
	border:1px solid #cccccc;
	margin-right:2px;
	text-align:center;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mainMenu a.large {
	width:296px;
}

.mainMenu a.high {
	height:44px;
	padding-top:10px;
}


div.imageRight {
	text-align:center;
	margin-bottom:5px;
	background-color:f7f7ff;
}