/* CSS Document */

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }

body {
	background-image: none;
	background-position: center;
	background-color: #990000;	

}
.wrapper{
	height: 120px;
	width: 760px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	
}
.header{
	height: 200px;
	width: 760px;
	background-image: url(images/BCI_Logo-ReconstructA.gif);
	border-top-color: fcf538;
	border-right-color: fcf538;
	border-left-color: fcf538;
}
.menubar{
	height: 30px;
	width: 760px;
	overflow: hidden;
	margin-bottom: 0px;
}
.container{
	height: 830px;
	width: 760px;
	overflow: hidden;
	margin-top: 0px;
	background-color: #FFFFFF;
}
.footer{
	height: 100px;
	width: 760px;
	background-image: url(images/BCIfooter.png);
	font-size: 16px;
	font-weight: bold;
	color: #fcf538;
	text-align: center;
	vertical-align: middle;
}
a.nav, a.nav:link, a.nav:visited, .chosen {
	display:block;
	width:150px;
	height:25px;
	border:1px solid #000000;
	margin-top:1px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:25px;
	overflow:hidden;
	float: left;
	margin-bottom: 0px;
	background-color: #fcf538;
}

.chosen {color:#FCF538;
	background-color: #950000;}

a.nav:hover {
	color:#FCF538;
	background-color: #950000;
} 
a.nav:active {
	color:#FCF538;
	background-color: #950000;
} 
.sidebar{
	background-color: #000000;
	float: left;
	height:830px;
	width: 30px;
	margin-top: 0px;
}
.sidebar2{
	background-color: #000000;
	float: left;
	height: 830px;
	width: 30px;
	position: relative;
	margin-bottom: 1px;
	margin-top: 0px;
}
.textbox{
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	height: 830px;
	width: 700px;
	float: left;
	margin-top: 0px;
	overflow: hidden;
}
img{
	margin: 5px;
	float: left;
	
}
hr{
	height: 4px;
	width: 90%;
	color: #6F7E97;
}
