body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #000;
	background-image:url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link {
	color: #0033FF;
	text-decoration: none; 
}
a:visited {
	color: #990000;
	text-decoration: none; 
}
a:hover {
	color: #e34234;
	text-decoration: underline; 
}
a:active {
	color: #e34234;
	text-decoration: none; 
}

.style11 {
	font-size: 16px;
	font-weight:bold;
}

.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
}

.mainbody {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
	padding: 0; 
	min-height: 740px;
}

#nav {
	width: 900px;
	float: left;
	}

#nav_header {
	width: 900px;
	height: 261px;
	margin: 0px;
	padding: 0px;
	background: url(images/bcplogo.png) no-repeat;
	}
	
#nav_header h1 {
	display: none;
	}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #000;
color: white;
width: 100%;
font-family: "Lucida Grande", Tahoma, sans-serif;
letter-spacing: 0.2em;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }

.solidblockmenu
{
margin: 0;
padding: 0px;
float: left;
font-family: "Lucida Grande", Tahoma, sans-serif;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.2em;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li
{
display: inline;
}

.solidblockmenu li a
{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited
{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.maincol {
	width: 900px;
	float: left;
	margin: 0px;
	margin-top: 0px;
	background-image:url(images/bg-maincolumn.png);
	background-repeat:repeat;
		}
	
.leftcol {
	float: left;
	width: 190px;
}

.rightcol1 {
	float: left;
	width: 840px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	background-color: transparent;
}

.rightcol {
	float: right;
	width: 140px;
}

#text {
	float: left;
	width: 660px;
	margin: 0px 10px 0px 10px;
	padding-left: 30px;
	padding-top: 10px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 6px; 
}


#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
color: #333;
}

.captionright {
clear: right;
float: right;
margin: 0;
font-size: 12px;
padding-left: 30px;
} 
.captionright2 {
clear: right;
float: right;
margin: 0;
font-size: 10px;
line-height: 1.5em;
padding-left: 550px;
} 
