*
{
	margin: 0;
	padding: 0;
}

html,
body
{
	width:100%;
	height:100%;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#110dcc;
	text-align: center;
	color: black;
}

a,
a:visited
{
	color:#30c;
	text-decoration:underline;
}

a:hover,
a:active
{
	color:#f30;
	text-decoration:none;
}

h1,h2,h3,h4,h5
{
	clear:both;
}

h1
{
	text-align:center;
}

p
{
	margin-top:2px;
	margin-bottom:2px;
	text-indent:1em;
}

p.first
{
	margin-top:4px;
	text-indent:0em;
}

#bml_header
{
	height: 88px;
	width: 100%;
	background-image:url(../images/Compass80.gif);
	background-position:4px 4px;
	background-repeat:no-repeat;
	border-bottom:8px solid white;
}

#bml_main_title
{
	color:white;
	float:left;
	font-size:64px;
	font-family:Verdana,San-Serif;
	font-weight:bold;
}

#bml_home_button_div
{
	width: 88px;
	height: 88px;
	float:left;
}

a#bml_home_button,
a#bml_home_button:visited
{
	display:block;
	width: 88px;
	height: 88px;
	outline:none;
	border:none;
}

a#bml_home_button span
{
	display:none;
}

a#bml_home_button:hover,
a#bml_home_button:active
{
	background-color:#110dcc;
	background-image:url(../images/Compass80_mouseover.gif);
	background-position:4px 4px;
	background-repeat:no-repeat;
	outline:none;
	border:none;
}

#bml_main_content
{
	background-color:white;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
	border:1px solid red;
	text-align:left;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
}

.left_float,
.right_float,
.centered_image
{
	text-align:center;
	font-style:italic;
	font-size:smaller;
	margin-top:8px;
	margin-bottom:8px;
}

.left_float
{
	float:left;
	margin-right:4px;
}

.right_float
{
	float:right;
	margin-left:4px;
}

.centered_image,
{
	clear:both;
	width:100%;
}

.left_float img,
.right_float img
.centered_image,
{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
