a {
	background-color : transparent;
	color : #00008B;
	text-decoration : none;
}
a:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : underline;
}
a.menu {
	background-color : transparent;
	color : #6A5ACD;
	text-decoration : none;
}
a.menu:hover {
	background-color : #BC8F8F;
	color : #B22222;
	text-decoration : underline;
}
body {
	background-color : #FAF0E6;
	color : #000000;
	margin-top : 20px;
	padding : 0px;
	text-align : center;
}
h1 {
	color : #000080;
	font : 24px Georgia, Palatino, Serif;
	font-weight : bold;
	margin : 1px;
	padding : 1px;
}
iframe {
	border : 1px solid #000000;
	height : 400px;
	margin-top : 90px;
	width : 300px;
}
p {
	font : 14px Georgia, Palatino, Serif;
	margin : 2px;
	padding : 2px;
}
table {
   background-color : #FFFFFF;
	border : 1px solid #000000;
	float : right;
	height : 400px;
	margin-right : 10px;
	margin-top : 90px;
	text-align : left;
	width : 300px;
}
td {
	vertical-align : text-top;
}
.ahem {
	display : none;
}
.candycoatedshell {
	border : 4px solid #000000;
	text-align : center;
	width : 800px;
	height : 500px;
	background-image: url(../img/bpfcbgtext.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.content {
	width : 260px;
}
.filling {
	background-color : #FFFFFF;
	margin-top : 5px;
	text-align : left;
}
.frame {
   clear : both;
	float : right;
	height : 425px;
	margin-right : 0px;
	width : 325px;
}
.navalign {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 800px;
}
.nav {
	float : right;
	color : #D3D3D3;
}
.spacer {
	clear : both;
}
.wrapper {
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	width : 800px;
}