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

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5;
	background-color: #ffffff;
}
.ocfc #container {
	width: 640px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
.p2 {
	font-size: 18px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height: 2;
	color: #39F;
	text-decoration: none;
	margin-right: auto;
}
.p3 {
	font-size: 16px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	color: #666;
	text-decoration: none;
	margin-right: auto;
}
.footer {
	font-size: 12px;
	line-height: 1.5;
	color: #666;
	text-decoration: none;
	text-align:left;
}