﻿html, body {
	margin-top:8px;
}

img {
	float:left;
}

/*Layout CSS*/

/*Parent Element for Every Page*/
#page-container{
	width:800px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	margin:auto;
}

/*Main Page Header Containers*/
#indexHeader{
	width:870px;
	height:170px;
	background: #ffffff url(http://www.bami.us/Images/Gradients/1aBlueGrad6inR.jpg) repeat-x left top;
}

#logoContainer{
	width:328px;
	height:144px;
	background:transparent;
	float:left;
	margin: 0 0 0 10px;
}

#searchContainer{
	width:518px;
	height:144px;	
	padding-top:4px;
	padding-right:4px;
	background:transparent;
	text-align:right;
	float:right;
}

#headerLinks{
	width:870px;
	height:15px;
	text-align:center;
	float:left;
}

/*Main Page Content Containers*/
#leftColumnContainer{
    clear:both;
	width:190px;
    border-color:#eaeef5;
	border-width:2px;
	border-style:solid;
	float:left;	
	text-align:left;
}

#leftColumnHeaderGreen{
    clear:both;
	background-color:#99cc66;
	height:15px;
	font-weight:bold;
}


#leftColumnHeaderDarkBlue{
    clear:both;
	background-color:#9eb2d3;
	height:15px;
	font-weight:bold;
}

#leftColumnHeaderLightBlue{
	background-color:#ffffff;
	clear:both;
	height:15px;
	font-weight:bold;
}

#leftColumnContent{
	clear:both;
	font-weight:bold;
	background-color:white;
}

#centerContentContainer{
	width:450px;
    border-color:#eaeef5;
	border-width:2px;
	border-style:solid;
	text-align:left;
	background-color:white;
	float:left;
}

#slideshowContainer{

}

#slideshowControlLeft{
	text-align:left;
	height:13px;
	width:225px;
	float:left;
}

#slideshowControlRight{
	text-align:right;
	height:13px;
	width:225px;
	float:right;
}

#centerColumnDate{
	background-color:white;
	width:450px;
	font-weight:normal;
}

#centerColumnHeader{
	background-color:#9eb2d3;
	font-weight:bold;
	text-align:left;
	width:450px;
}

#centerLeftColumnContainer{
	width:225px;
	float:left;
}

#centerRightColumnContainer{
	width:225px;
	float:right;
}

#centerRightColumnHeader{
	width:225px;
	font-weight:bold;
	float:right;
	background-color:#d0d7e9;
}

#centerColumnContent{
	font-weight:bold;
	text-align:left;
}

#rightColumnContainer{
	font-weight:bold;
	width:150px;
	float:right;
	clear:none;
}

#rightColumnContent{
    text-align:center;
}

#footer{
	text-align:center;
	width:800px;
	float:left;
}

#xmlDiv {
	width:225px;
	padding:0px;
	text-align:left;
}
    






