body {
	background-color:#CCC;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	line-height:18px;
}

#top{
	position:absolute;
	width:900px;
	height:207px;
	margin-left:-431px;
	left:50%;
	margin-top:15px;
	z-index:1;
}

#main{
	position:absolute;
	width:890px;
	height:850px;
	margin-left:-445px;
	left:50%;
	margin-top:168px;
	border:solid;
	border-color:#002f6f;
	border-width:5px;
	padding-top:-5px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
}

#content{
	position:absolute;
	width:640px;
	height:780px;
	margin-left:-445px;
	left:50%;
	margin-top:60px;
	background-image:url(images/bannerAbout.jpg);
	background-repeat:no-repeat;
}

#contentFC{
	position:absolute;
	width:652px;
	height:780px;
	margin-left:-445px;
	left:50%;
	margin-top:60px;
	background-image:url(images/bannerFC.jpg);
	background-repeat:no-repeat;
}

#side{
	position:absolute;
	width:215px;
	height:780px;
	margin-left:210px;
	left:50%;
	margin-top:60px;
	background-color:#FFF;
	border:solid;
	border-color:#999;
	border-width:2px;
	padding-left:10px;
	padding-right:10px;
	padding-top: 0%;
	text-align:center;
}

#spacer{
	position:absolute;
	height:100px;
	width:100px;
	margin-left:-190px;
	margin-top:1600px;
	background-color:#035624;
}

.sectiontitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	font-size:20px;
}

.menuitems{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:22px;
	color:#002e6e;
}

.bodytext{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	color:#002e6e;
	text-align:justify;
}

a:link {
	color: #002e6e;
	text-decoration:none;
}
a:visited {
	color: #002e6e;
	text-decoration:none;
}
a:hover {
	color: #002e6e;
	text-decoration:underline;
}
a:active {
	color: #002e6e;
	text-decoration:none;
}