/* CSS Document */

* {margin: 0px;padding: 0px;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #a3a3a3;
	font-size: small;
	margin-bottom: 20px;
	}
	
p {
	margin-bottom: 8pt;
	line-height: 120%;
	}
	
ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc;
	}

h1 {
	font-size: 120%;
	line-height: 120%;
	color: #E41E1C;
	text-decoration: none;
	text-align: left;
	margin-bottom: 6px;
	font-weight: bolder;
	}
	
h2 {
	font-size: 110%;
	line-height: 110%;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-bottom: 12px;
	}

h3 {
	font-size: 100%;
	line-height: 110%;
	color: #E41E1C;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	}
	
h4 {
	font-size: 90%;
	line-height: 100%;
	color: #E41E1C;
	padding-top: 3px;
	margin-bottom: 5px;
	}
	
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #E41E1C;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;
	}

a:active {
	color: #E41E1C;
	text-decoration: none;
	}
	
#wrapper {
	width: 800px;
	margin: 20px auto 0 auto;
	background-color: #FFF;
	border: 2px solid #e41e1c;
    }

#header {
	width: 800px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/bmac_top_banner.gif);
	height: 135px;
    }


#content {
	position: relative;
	width: 800px;
	background: #fff url(images/bg2tone.jpg) repeat-y 100% 0;
    }
	
#sidebar {
	width: 264px;
	float: left;
	background-color: #d0d0d0;
	background-image: url(images/bmac_sidebar.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	padding-top: 50px;
	min-height: 450px;
    }
 
#nav {
	position: absolute;
	top: 0px;
	list-style: none;
	width: inherit;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	}
	
#nav h2 {
	margin-bottom: 8pt;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	}
	
#nav a:link, a:visited {
	color: #E41E1C;
	/*padding-left: 8px;*/
	font-weight: bold;
	}
	
#nav a:hover, a:active {
	color: #000000;
	/*padding-left: 8px;*/
	font-weight: bold;
	}

#contact {
	position: absolute;
	bottom: 0;
	list-style: none;
	width: inherit;
	padding: 20px;
}
	
#contact p {
	margin-bottom: 8pt;
	line-height: 120%;
	font-size: 90%;
	}
	
#main {
	width: 496px;
	float: right;
	padding: 50px 20px 10px 10px;
	background-color: #FFF;
}

#main ul, li {
	margin-bottom: 6pt;
	list-style-position: inside;
	list-style-type: disc; 
	}

#main a:link, a:visited {
	color: #E41E1C;
	font-weight: normal;
	}
	
#main a:hover {
	color: #000000;
	font-weight: normal;
	}

#main a:active {
	color: #E41E1C;
	font-weight: normal;
	}

#footer {
	width: 520px;
	padding-top: 5px;
	font-size: x-small;
	text-align: left;
	color: #E41E1C;
	height: 20px;
	padding-bottom: 10px;
	clear: both;
	padding-left: 280px;
	line-height: 120%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
    }

#footer a:link, a:visited {
	color: #E41E1C;
	font-weight: normal;
	}
	
#footer a:hover, a:active {
	color: #000000;
	font-weight: normal;
	}

.floatleft {
	float: left;
	padding-right: 25px;
	}

.floatright {
	float: right;
	padding-left: 20px;
	}

/*  IE fixes */

#content, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
