/*
Color Scheme:
  gold:999300
  medium green:909003
  dark green:336603
  dark blue:003366
  visited red:cc3333
*/
/* PAGE LAYOUT */
body {
	margin:0;
	padding:0 4%;
	color:#333;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size:84.5%;
	line-height:1.4;
}
.f{
position:fixed;
left:0;
top:0;
width:15em;
height:100%;
background:#333;
}
.f p{
	font-size:19em;
	color:#fff;
	font-family: "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
.bm_wrapper{
	position:absolute;
	top:0;
	left:18em;
	min-width:25em;
	margin:1em 3% 1em 0;
	background:#fff;
	padding:1em;
}
h1,  h1 a[name], h2, h2 a[name]{
	font-family:Constantia, Book Antiqua, palatino, georgia, times new roman, sans-sarif, garamond;
	padding:0;
	margin:0;
}
h1, h1 a[name]{
  color:#003366;
}
h1{
  font-size:1.3em;
}
h2, h2 a[name]{
  color:#003366;
}
h2{
  margin:1em 0 0.5em 0;
  font-size:1.1em;
}
h2.color2,  h2.color2 a[name]{
  color:#003366;
}
h3{
	color:#003366;
}
.bm_button, input, select, p, a, h3, h4, h5, dl, ol, ul, li, div, input, textarea, table, th, td, blockquote, pre, label, fieldset, address {
	font-family:'trebuchet ms',verdana, arial, helvetica, tahoma, times, sans-serif; /* Franks Choice for 1.2em and smaller */
	padding:0;
	margin:0;
}
img{
	border:0;
}
p{
	min-width:7em;
	margin-bottom:0.7em;
	text-align:justify;
}
a{
	color:#6699cc;
}

a:visited{
	text-decoration:italic;
}
a:hover, a:active, a:focus{
	color:#99ccff;
	text-decoration:underline;
}
a[name] {
  color:#333;
}
ul, ol{
  display:block;
  margin-left:1em;
}
li{
  padding-bottom:0.5em;
}
fieldset, .bm_fieldset{
	border:1px solid #6699cc;
	padding:0.5em;
}
.bm_fieldset{
  padding-top:1.5em;
}
fieldset ul, .bm_fieldset ul, fieldset ol, .bm_fieldset ol{
  padding:0 0.5em;
  text-align:justify;
}
legend, .bm_legend{
	width:auto;
	border:1px solid #990000;
	padding:0.2em 1em;
	margin-bottom:0.5em;
  	color:#003366;
	font-family:'trebuchet ms', verdana, arial, helvetica, tahoma, times, sans-serif;
	font-weight:900;
	background:#fff;
}
.bm_legend{
	float:left;
  margin-top:-2.5em !important;
  width:auto !important;
}


/* Menu */
.nav{
	clear:both;
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
}
.nav li{
	position:relative;
	display:block;
	float:left;
	margin:0 1em 0 0;
	padding:0.5em;
	z-index:3000;
}

.navTop{
	font-size:1.1em;
}
.navTop li.last{
	border-right:0;
}
.navBottom{
	border-top:1em solid #333;
}

.bm_copyright{
	float:left;
	clear:both;
	width:100%;
	text-align:center;
}
.bm_w3c{
	clear:both;
}
#footer{
	width:100%;
	padding-top:1.2em;
	text-align:center;
}
#header{
	margin-top:1em;
	width:100%;
	padding:0;
}
#header h2{
	margin:0.5em 1em 0.5em 0;
	font-size:1.6em;
}
#header form{
	display:block;
	position:absolute;
	top:0;
	right:0;
}
#header .bm_signin{
	text-align:right;
}
#header .bm_signin div{
	display:block;
	clear:none;
	float:left;
	width:auto;
}
#header .bm_signin label{
	font-size:0.8em;
}
#header .bm_signin input{
	vertical-align:text-top;
	margin-left:0.5em;
	font-size:0.8em;
}
#header .bm_cookieuser:hover{
	margin-bottom:0.1em;
}
#header #cookieuser{
	clear:none;
	margin:0 0.5em 0 0;
	padding:0;
}
#header .bm_signinSubmit{
	width:8.2em;
	margin:0;
	padding:0;
}
#header .bm_forgot{
  clear:both;
  font-size:80%;
}
#content{
	float:left;
	clear:both;
	margin-top:1em;
}
.oneCol{
  clear:both;
  text-align:justify;
}
.bm_leftOne{
	clear:both;
	float:left;
	width:35%;
}
.bm_rightOne{
	float:left;
	width:58%;
	margin-left:6%;
}


/* STYLE */
.bm_button{
	border:1px solid #000;
	background:#990000 url(button.gif) repeat-x;
	padding:0.2em 0.5em;
	font-size:1em;
  font-weight:900;
	color:#fff;
	cursor: pointer;
	cursor: hand;
}
a.bm_button{
	display:block;
	width:auto !important;
	float:left;
}
.bm_button:hover, .bm_button:active{
	background:url(button.gif) 0 -100px repeat-x;
	color:#fff;
	text-decoration:underline;
}
input.bm_button:active{
color:#000;
border:1px solid blue;
}


/*

#footer{
clear:both;
float:left;
width:100%;
margin:10px 0;
background:url(redline.jpg) top repeat-x;
text-align:center;
}
#footer ul{
text-align:center;
margin:0.5em 0 1em 0;
}
#footer li{
display:inline;
list-style:none;
margin:0 0.8em;
}
#footer p{
margin-top:0.5em;
}
ul.nav, ul.nav li ul{
float:left;
list-style:none;
padding:0;
}
ul.nav{
width:22.3%;
border:1px solid #ccc;
padding:1%;
}

ul.nav li{
margin-bottom:0.5em;
}
ul.nav li ul{
width:100%;
margin:1em 0 1em 0;
}
ul.nav li ul li{
display:block;
border-top:1px solid #ccc;
}
.simple{
text-align:center;
float:left;
width:75%;
}
.simple form{
display:block;
margin:50px 0;
}

