@charset "UTF-8";
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: 11px;
	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;
}
.ocfc #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#leftCol {
	float: left;
	height: auto;
	width: 280px;
}
#leftCol img {
	float: right;
	padding-right: 20px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightCol {
	float: right;
	height: auto;
	width: 280px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #818285;
	padding-top: 0px;
}
#rightCol .p1 {
	font-size: 16px;
	color: #aebe20;
	text-decoration: none;
	line-height: 19px;
}
#rightCol .p2 {
	font-size: 12px;
	line-height: 17px;
	color: #818285;
	text-decoration: none;
}
#rightCol .p2 a {
	text-decoration: none;
	color: #aebe20;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: aebe20;
}
#rightCol .p2 a:hover {
	text-decoration: none;
	border-bottom-style: solid;
}
#rightCol .copyright {
	font-size: 9px;
	color: #c0c0c0;
	text-decoration: none;
	padding-bottom: 10px;
}
.fText {
	font-size: 10px;
	color: #818285;
	line-height: 16px;
}
.fArea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#535353;
	background: #f8f8f8;
	border-bottom: 1px solid #8C8C8E;
	border-right: 1px solid #8C8C8E;
	border-left: 1px solid #8C8C8E;
	border-top:1px solid #8C8C8E;
	width:240px;
	height:80px;
}
.fFieldContact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#535353;
	background: #f8f8f8;
	border-bottom: 1px solid #d6d7d1;
	border-right: 1px solid #d6d7d1;
	border-left: 1px solid #646562;
	border-top:1px solid #646562;
	width:240px;
}
.fSet {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.fButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	background-color:#aebe20;
	padding:4px;
	border:1px solid #aebe20;
	cursor: pointer;
}
.fButton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aebe20;
	font-weight: normal;
	text-decoration: none;
	background-color:#ffffff;
	padding:4px;
	border:1px solid #aebe20;
	cursor: pointer;
}
