@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	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;
	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: #7d7d7d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ocfc #maintext {
	margin: 0 20px;

}

.ocfc #menua {
	margin-top: 8px;
	margin-left: 20px;
}
.ocfc #footer {
	position:absolute;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 27px;
	width: 780px;

}

.ocfc #menua a {
	font-weight: bold;
	font-size: 12px;
	color: #454545;
	margin-right: 15px;
	text-decoration: none;
}
.ocfc #menub a {
	font-size: 10px;
	text-decoration: none;
	color: #7d7d7d;
	margin-right: 10px;
}
.ocfc #menub {
	margin-top: 5px;
	margin-left: 20px;
}


.ocfc #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.ocfc #header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 780px;

}
.ocfc #mainmenu {
	background-image: url(../images/menu_back.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 780px;

}

.ocfc #content_container {
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
}

.ocfc #splashimages {
	margin-bottom:10px;
height:240px;

}

.ocfc #splashimages .splash {
	background-image: url(../images/splash.jpg);
	height: 223px;
	width: 238px;
	float: left;
	margin: 10px;

}
.ocfc #splashimages .splash .splash_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #373737;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	height: 60px;

}
.ocfc #splashimages .splash .splash_text {
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;

}
.ocfc #leftcol {
	float: left;
	width: 360px;
	margin: 10px;
	margin-left:20px;
}

.ocfc #splashimages .splash .splash_image {
	text-align: center;

}


#clear {
	clear: both;
}
.ocfc #rightcol {
	width: 360px;
	margin: 10px;
	margin-right:20px;
}

h1 {
	font-size:16px;
	color:#f09a31;
	margin:5px 0;
}
li {
	list-style-image:url(../images/bp.gif);
	list-style-position:inside;
	line-height:150%;
	vertical-align:middle;
}

#content_container a {
	text-decoration:none;
	color:#7c7c7c;

}
#content_container a:hover {
	text-decoration:underline;
	color:#454545;
}

#content_container p {
	margin-bottom:5px;
	text-align:justify;
	color:#454545;
}

#footer #footer_left {
position:absolute;
top:8px;
left:20px;
}

#footer #right_footer {
position:absolute;
right:20px;
top:8px;
}

#footer, #footer a{
color:#fff;
}

#splashimages p {
	text-align:left;
	color:#fff;
}

