@charset "utf-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(images/backgroundPattern3.jpg);
}
p {
	font-size: 0.85em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;

}
h2 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}


.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #9FF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #66ccff;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #66ccff;
	margin: 0px;
	background-image: url(images/NewBMDbanner.jpg);
	height: auto;
	text-align: center;
	padding-top: 180px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 90px;
	background-repeat: no-repeat;
} 



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #66ccff;
	height: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: center;
}
#sidebar1 img {
	border: 1px none #09F;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #9FF;
	cursor: pointer;
}
.twoColFixLtHdr #mainContent {
	background-color: #66ccff;
	height: auto;
	float: right;
	padding: 0;
	width: 460px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	position: relative;
} 
.clearFloats {
	clear: both;
}
.floatLeft {
	float: left;
}

#mainContent img {
	padding: 7px;
	border: 1px none #09F;
	background-color: #9FF;
	text-align: center;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.twoColFixLtHdr #footer {
	height: auto;
	background-color: #06F;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	color: #66ccff;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#box1 {
	height: 180px;
	width: 420px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
#box1 p {
	background-color: #0FF;
	width: 360px;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	margin: 0px;
}
#box3 p {
	text-align: center;
	display: block;
	width: 360px;
	padding-left: 50px;
	background-color: #0FF;
}
#box4 p {
	background-color: #0FF;
	text-align: center;
	display: block;
	width: 360px;
	padding-left: 50px;
}
#box2 p {
	background-color: #0FF;
	display: block;
	padding-left: 50px;
	text-align: center;
	width: 360px;
}

#box2 {
	height: 180px;
	width: 420px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
#box3 {
	width: 420px;
	height: 180px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
#box4 {
	height: 180px;
	width: 420px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 15px;
}
