/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #D5ECB4;
}

#outer {
	width: 100%;
	border: thin solid #333333;
}
#div10 {
	text-align: center;
	width: 100%;
	border: thin dotted #FFFFFF;
	text-decoration: blink;
	font-size: x-large;
}



#logo  {
	width:25%;
	height:auto;
	background-color: #339900;
	float: left;
	background-image: url(Images/bbmlogo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

#header {
	background-color: #D5ECB4;
	text-align: center;
	color: #983300;
	background-image: url(Images/bbmlogo2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 10px;
	height: auto;
	width: 100%;
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}
#leftcol {
	float: left;
	width: 25%;
	height: 1900px;
	background-color: #CC3300;
}
#content {
	width: 100%;
	height: 100%;


}
#joe {
	float: right;
	width: 100%;
}

#jb {
	width: 100%;
}

#footer {
	clear: left;
	height: auto;
	background-color: #cc9900;
	padding: 20px;
	width: auto;
}

#navbar {
	clear: left;
	width: auto;
	height: auto;
	background-color: #CC9900;
}

ol  {
	list-style-type: none;
	width: 100%;
	margin: 20px;
}


li  {
	width:20%;
	height: 400px;
	border: medium groove #D5ECB4;
	text-align: center;
	background-color: #CCCCCC;
	padding: 10px;
	list-style-type: none;
	float: left;
	overflow: auto;
}

li2  {
	border: medium groove #D5ECB4;
	background-color: #CCCCCC;
	padding: 10px;
	list-style-type: none;
	float: left;
	clear: none;
	width: 80%;
	overflow: auto;
}

#div1 {
	float: left;
	margin: 20px;
	height: auto; min-height:600px;
	width: 30%;
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#div2 {
	width: 50%;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	float: right;
	height: auto; min-height:600px;
}
#div3 {
	width: 100%;
}
