@charset "UTF-8";
/* CSS Document */


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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;
}
.oneColElsCtr #container {
	width: 46em;
	background: #FFFFFF;
	background-image:url(../images/bmclogo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 90px 10px;
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	color: #666666;
	font-size: 1.2em;
	font-weight: 100;
	padding-bottom: 6px;
	border-bottom: dotted #666 1px;
}

h2 {
	color: #438493;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 100;
	margin-bottom: 6px;
}

p {
	color: #333333;
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 0px;
}

ul {
	margin: 2px 300px 6px 10px;
	font-size: .8em;
	color: #333333;
}

li {
	margin-bottom: 4px;
}

ol {
	margin: 0px 10px 6px 4px;
	font-size: .78em;
	color: #333333;
}


#rcolumn {
	width: 240px;
	float: right;
	margin: 10px 0px 20px 20px;
	padding-left: 16px;
	padding-bottom: 40px;
	border-left: dotted #666 1px; 
}

#rcolumn h3 {
	color: #666666;
	font-size: .8em;
	letter-spacing: .05em;
	font-weight: 100;
	margin-bottom: 6px;
}

#rcolumn ul {
	margin: 2px 0px;
	padding: 0px 0px 0px 14px;
	font-size: .7em;
	color: #333333;
	list-style-type: disc;
}

#rcolumn li {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

#rcolumn h2 {
	font-size: 1em;
	letter-spacing: .05em;
	width: 160px;
	text-transform: none;
	letter-spacing: normal;
}

.little  {
	font-size: .6em;
	line-height: 1.6em;
	font-style: italic;
}

.footer {
	clear: both;
	color: #FFFFFF;
	font-size: .6em;
	line-height: 1.6em;
	font-style: italic;
}