body {
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	margin: 0;
	text-align: center;
}

#menubox {
	background-color: black;
	width: 100%;
	height: 108px;
	position: fixed;
	bottom: 0px; 
	left: 0px;
	text-align: left;
}

#menu {
	position: fixed;
	bottom:13px;
	left:175px;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 15px;
}

#menu a {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	color: #CCC;
	margin:0 14px 0 0;
	border:none;
}

#menu a:hover {
	border-bottom: 1px dotted red;
}

#menubox img {
	float:left;
}

#menubar {
	border: 0px;
}

#master {
	background-color: white;
	width: 100%;
	padding: 0px;
	clear: both;
}

#content_bcr {
	width: 600px;
	background-color: white;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0px 200px 0px;
	color: #000000;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 32pt;
	margin:1.5em 0 1em 0;
}

h2 {
	font-size: 22pt;
	margin:0em 0 0.5em 0;
}


h3 {
	font-size: 16pt;
	margin:1.5em 0 0.5em 0;
}

p {
	color: #555555;
	margin-bottom:1.5em;
}

a, a:visited, a:active {
	color: #555555;
	text-decoration: none;
	border-bottom: 2px dotted red;
}

a:hover {
	color: red;
	text-decoration: none;
	border-bottom: 2px solid red;
}

input {
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	background:black;
	border:1px dotted #333;
	color:#333;
	padding:0px;
}
