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 {
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#A9B6D6;
	
}

.oneColFixCtr #container {
	width: 800px;  /* 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 #1D3A5A;
	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 {
	color:#0070C0;
}

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

p {
	margin:0;
	margin-bottom:10px;
}

h1,h2,h3,h4 {
	margin:0;
	margin-bottom:10px;
}

h2, h2, h3 {
	color:#7B1B37;
	font-size:18px;

}

h3 {
	color: black;
}

h2 {
	border-bottom: 1px dashed #7B1B37;
}

.movedown {
	margin-top:3000px;
}

.box {
	width: 100%;
	border:1px solid #DA742C;
	background-color:#F0F5FB;
	margin-bottom:10px;
}

h1 {
	color: #BF1E50;
	font-size:22px;
	padding:0;
}

.box .inner {
	padding:10px;
}

.box p {
	text-align:justify;
}

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