@charset "utf-8";
/* CSS Document */

body {
	font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(../images/bfcc_small2.gif) no-repeat fixed left top;
	margin: 0px auto;
	padding: 10px;
}

#header h1 {
	text-align: right;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: 0.4em;
}
#header h1 .heading {
	font-size: 70%;
	font-style: italic;
	color: #CCCCCC;
}



#header {
	height: 120px;
}
#content {
	margin-bottom: 10px;
}
#footer {
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-variant: small-caps;
}

#content #box {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	/*border: 1px solid #666666;*/
	float: none;
	width: 550px;
	margin-top: 50px;
	background-color: #000;
}

#content #homebox {
	margin: 0 auto 10px auto;
	padding:1px;
	border: 1px solid #FFFFFF;
	width: 350px;
	/*height:255px;*/
	float: none;
	background: #333;
}  

#content #boxcontent {
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 550px;
} 

h1 {
	text-align: center;
	font-weight: normal;
}

h2 {
	text-align: center;
	font-weight: normal;
}

p {
	font-size: 90%;
}
.righttext {
	text-align: right;
	margin-right: 20px;
}


/*defines the link styles*/
a 	{font-size:100%;
	 color:#99CCFF;
	 background-color:inherit;
	 text-decoration:none;
		}

			
a:link 	{
		color:#9CF;
		background-color:inherit;
			}
			
a:visited {
		color:#990000;
		background-color:inherit;
			}
			
a:hover {
		color:#FFFF00;
		background-color:inherit;
		text-decoration: underline;
			}
			
a:active 	{
			color:#9CF;
			background-color:inherit;
			}
/*End of link styles*/

#clear {clear:both;}


ul {
	list-style: square;
	font-size: 90%;
}
.aligncentre {
	text-align: center;
}
