@charset "utf-8";
/* Global CSS Document */
/* removes defaults from all elements */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
/*Links
------------------------------------------------------------------------------------------------*/
a:visited,
a:active,
a:link {
	color:#FFFFCC;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
/*Body
------------------------------------------------------------------------------------------------*/

html, body {
	font-size: 11pt;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	background-color:#b7ab93;
}
#container {
	width:930px;
	margin: 10px auto 3px auto;
	background-color:#013366;
	overflow:hidden;
	border-bottom: solid 4px #85764f;
}
#header {
	width: 930px;
	height: 165px;
	background-image:url(../Images/fop-header.gif);
	float:left;
}
#nav-bar {
	position:absolute;
	width:700px;
	left: 240px;
	top: 28px;
	text-align:center;
	color:#FFF;
	font-size:9pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#nav-bar a{
	text-decoration:none;
}
#left-div {
	margin-top:25px;
	width:188px;
	background-color:#013366;
	background-repeat:repeat-y;
	float:left;
	color:#FFFFFF;
}
#member-login {
	margin:0px auto 0px auto;
	width:150px;
}
#body-container {
	background-image:url(../Images/fop-body-bkg.gif);
	background-repeat:repeat-y;
	float:left;
	width:742px;
	background-position: right;
	border-top:solid 2px #2a418b;
}
#body-title {
	width:700px;
	border-bottom:double 4px #85764f;
	font-size:24pt;
	padding:15px 0px 5px 2px;
	margin-bottom:10px;
	color:#f6da00;
}
#body-text {
	width:700px;
	background-color:#FFFFFF;
	float:left;
	padding: 6px 0px 0px 8px;
}
#news-container {
	background:url(../Images/news-bkg.gif);
	width:330px;
	height:256px;
}
#news-title {
	width:330px;
	height:25px;
	text-align:center;
	padding-top:10px;
	color:#fff;
	font-size:16pt;
	font-weight:bold;
}
#news-body {
	width:300px;
	height:220px;
	color:#FFFFFF;	
	margin:2px auto 0px auto;
	padding-left:10px;
	padding-top:10px;
}
#events-container {
	background:url(../Images/events-bkg.gif);
	width:330px;
	height:256px;
	margin-top:25px;
}
#events-title {
	width:330px;
	height:25px;
	text-align:center;
	padding-top:10px;
	color:#fff;
	font-size:16pt;
	font-weight:bold;
}
#events-body {
	width:300px;
	height:220px;
	color:#FFFFFF;
	margin:5px auto 0px auto;
}
#events-div {
	height:25px;
	font-size:9pt;
	padding-bottom:10px;
}
#footer {
	width:930px;
	margin:0px auto 8px auto;
	color:#fff;
	font-weight:bold;
}