
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px 0;
	background: #FFFFFF;
	font-family:Tahoma,Verdana,Segoe,sans-serif;font-size:80%;

}

h1, h2, h3,h6 {
	font-weight: normal;
	color: #00a5df;
}

h1 { font-size: 182%; }
h2 { font-size: 122%; }
h3 { font-size: 100%; }
h6 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #3399ff;
}

a:hover {
	text-decoration: none;
	color: #00a5df;
}

#header {
	width: 930px;
	height: 305px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 930px;
	height: 75px;
	background-image:url(images/bdmalogo.jpg);
	background-repeat:no-repeat;
	border-bottom:#ffffff 1px solid; 
}



#homeimage {
	clear: both;
	width: 930px;
	height: 200px;
}


#page {
	width: 930px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 890px;

}


img{
border:0px;}

#footer {
	clear: both;
	width: 930px;
	height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	color:#ffffff;
	background:#00a5df;
	font-size:14px;
	
}

#footer div {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#footer a{
	text-decoration:underline;
	color:#ffffff;

}

#footer a:hover{
	
	text-decoration:dashed;
	
}


#legal {
	float: left;
}

#links {
	float: right;
}

.style5{
color:#FF0000;
font-weight:bold;}