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

body
 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/*header layout*/

#header {
	height: 170px;
	background-image:url(../images/BFtop.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;

}

#header .container{
	width: 850px;
	height: 175px;
	margin: 0 auto;
	padding: 0px;
	background-image:url(../images/BFheader2.gif);
	background-position:top;
	background-repeat:no-repeat;
	
}

#header .navcontainer{
	width: 780px;
	height: 45px;
	background-image:url(../images/BFnavbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0px;
}
/*top nav*/

 #navlist
{
text-align:center;
padding: 0px;
text-indent: 0px;
list-style-type: none;
}

#navlist li
{
margin: 0px;
text-indent: 0;
display: inline;
line-height: 15px;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color:#A79277;
font-size: 10px;
padding: 5px 8px 5px 5px;

}


#navlist li a:hover,#navlist a#current
{
color:#99CCFF;
border-top: none;
font-size: 12px;
}

#navlist a#current { color: #cc0000; }

/*end header*/

/*main layout*/

#main{
	background-image:url(../images/BFmainbg.gif);
	background-position:top left;
	background-repeat:repeat-x;}

.container{
    width: 751px;
	margin: 0 auto;
	padding: 0px;
	}
	
/* set background ../images/brderimages/ for corners */
#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: .75em;
	padding: 0;
	text-align: left;
	width:95%;				/* <-- use this to tie width to viewport size */
			/* <-- use this for a set width */
	background-color: #fff;
	}
 	
#content
	{
	padding:3em;
	}

#content h1
	{
	color:#000000;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
	
	#content h2
	{
	color:#000000;
	font-size: .90em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
		
#content p, #content li
	{
	color:#3b3b3b;
	font-size: 1.0em;
	line-height: 1.1em;
	font-family: arial, helvetica, sans-serif;
	padding: 5px;}
	
#content li{
	color:#3b3b3b;
	font-size: .90em;
	line-height: 1.1em;
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
	
	
	}
#footer {
	width: 100%;
	margin-top: 5px;
	padding: 0px;
	border-top: #FFF 1px solid;
	background-image:url(../images/BFfooter2.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	}	
#navlistft
{
width: 100%;
text-align: center;
margin-left: -25px;
padding-top: 10px;
text-indent: 0;
list-style-type: none;
}

#navlistft li
{
padding: 0px;
margin: 0px;
text-indent: 0;
display: inline;
}

#navlistft li a
{
text-decoration: none;
color: #FFF;
font-size: 10px;
padding: 0px;
letter-spacing: 1px;
}

#navlistft li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 10px;
}

#navlistft a#current { color: #cc0000; }

	


#links {
	float:left;
	width: 25%;
	padding: 0em;
	margin: .1em;
	font-size:1em;
	border-bottom: #99CCFF 1px solid;
	}
	
#links li{
	list-style:none;}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/brderimages/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/brderimages/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/brderimages/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brderimages/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/brderimages/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/brderimages/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/brderimages/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-image:url(../images/brderimages/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			

.fltleft{
    float: left;
	margin-left: 5px;
	margin-top: 5px;
	border:#99CCFF 1px solid;
	}
	
.fltrt{
    float: right;
	margin-left: 5px;
	margin-top: 5px;
	border:#99CCFF 1px solid;
	}
	
.rtborder{
border-right:#99CCFF 1px inset;}

.cprt{
	text-align:center;
	font-size: 12px;
	color:#333;
	}
	
.btmborder{
	padding-top: .75em;
	border-top:#99CCFF 1px inset;
	border-bottom:#99CCFF 1px inset;}
	
	
	