/* FPCTLLC CSS Document */

html {
  min-width:752px;
/*	width:870px;*/
}

body {
	margin:0;
	padding:0;
	background-color: #b1a7cd;
}

#container {
	top:15px;
	width:752px;
	background-image:url(../images/containerback.gif);
	background-repeat:repeat-y;
	position:relative;
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
}

#masthead {
	width: 752px;
	height: 131px;
	background-image:url(../images/masthead.gif);
	background-repeat:no-repeat;

}

/* --------------NAVIGATION ATTRIBUTES -----------  */
#navbar {
	width:157px;
	height:inherit;
	float:left;
	text-align:center;
	background-image: url(../images/navback.gif);
	background-repeat:repeat-y;
}

a.navlink:link, a.navlink:visited {
	color: #432580;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.navlink:hover {
	color: #9885cc;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* --------------MAIN CONTENT ATTRIBUTES -----------  */
#content {
	float:right;
	position:relative;	
	padding-top:35px;
	padding-right:45px;
	width:523px;
}

#content h3 span {
	display: none;
}

.maintitle {
	color: #432580;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.maintext {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.mainlink:link, a.mainlink:visited {
	color: #432580;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.mainlink:hover {
	color: #9885cc;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/* ---------------FOOTER ATTRIBUTES ---------------  */
#footer {
	width:752px;
	height:86px;
	background:url(../images/footerback.gif) no-repeat;
	clear:both;
}

.footertext {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footer:link, a.footer:visited {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a.footer:hover {
	color: #b1a7cd;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
