﻿html {
	overflow-y: scroll;
	height:100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font: 84% Verdana,Arial,sans-serif;
	line-height: 1.2;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-color:#666666;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
 	height: 100%;
 }
 
#container {
	width: 1000px;
	margin: 0 Auto;
	background-color:#ffffff;

}

#header {
	height:186px;
	margin: 0 auto;
	background-image:url('BCIHeader1.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	clear: both;
}

#navContainer {
	height: 32px;
	width: 1000px;
    	margin:0 auto;
    	border:0;
   	padding:0px;
	overflow:none;
	background:url('menubg.png');
	background-repeat: no-repeat;
}


#topcol
{
	width: 1000px;
    	margin:0 auto;
}

}
div#3Column  {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
}
div#leftcol {
	padding-right: 10px;
        padding-left:10px;
	width: 180px;
	float: left;
}
div#centrecol {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 200px;
	margin-right: 200px;

}
div#rightcol {
	padding-right: 10px;
        padding-right:10px;
	width: 180px;
	float: right;
}
#bottomcol {


}
#foot {

	padding: 0px;
	clear: both;
	margin: 0 auto;
	width:1000px;
	height:32px;
	background:url('menuBG.png') no-repeat;}

 

#footContent {
	padding-left: 30px;
	font-size:75%;
     padding-top:10px;
}

#foot a{color:#ffffff; background-color:inherit; font-weight:bold; text-decoration: none; padding-right:10px; }
#foot a:visited{color:#ffffff; background-color:inherit; font-weight:bold;text-decoration: none; }
#foot a:hover{color:#111111; background-color:inherit; text-decoration: underline;}

#footerCopyright {
	text-align:right;
	position:relative;
	top:-18px;
        padding-bottom:2px;
	font-size:35%;
        width:960px;
        margin:0 auto;
	color:#111111;
}

.SkinObject {color:#ffffff;}
	
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/**************************************************************
   Alignment classes
 **************************************************************/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}

}
/***** Various tags *****/
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a:hover {
	text-decoration: underline;
	color: #286ea0;
	background-color: inherit;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #286ea0;
	background-color: inherit;
}
a img {
	border: 0;
}
p {
	margin: 2px 0 6px 40px;
}
/***** DNN Styles to override *****/
/* text style used for most text rendered by modules */
	.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head {
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #101010;
}


.NormalDisabled {
	color: Silver;
}
.NormalBold {
	font-weight: bold;
}
.NormalRed {
	font-weight: bold;
	color: #ff0000;
}
h1, h2, h3, h4, h5, h6, .Head {
	font-weight: bold;
	color:#1B3E64;
}

h1 { font-size:140%;
        padding: 4px 0 0px  40px;
        margin:0 0 10px 0;
        width: 540px;

        height:32px;
	color:#f4f4f4;
	background:url('h1-b1.png');
        background-repeat:no-repeat;
}

h2 { font-size:100%;
        padding: 10px 0 0px 20px;
        margin:0;
        margin-bottom:10px;
        margin-left:10px;
        border-bottom: 2px solid #D2F0FB;
        display:block;
}

ul { margin-left:38px;}
ol { margin-left:38px;}
 

.SubHead td {padding-bottom:10px;}
input  {padding-right:6px;}

 
