
body {
   font-family:'Helvetica','Arial',sans-serif;
   font-size:100%;
   margin:0 auto;
}

h2 {
   text-align:center;
   margin-top: 30px;
}

img {
   border:0px;
}

ul {
   text-align: left;   
}

li {
   margin-bottom: 1em;   
}

pre { 
   font-family:"Courier New",Courier,monospace; 
   font-size:13.4px; 
   color:#0000C0; 
   background-color:#FFFFE0; 
   border:10px solid #EEEEEE; 
   padding:10px; 
   white-space:pre; 
}

table {
   border-collapse:collapse;
   margin:0 auto;
   padding:0;
}

td {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px solid #C1DAD7;
   padding:6px 6px 6px 12px;
   text-align:left;
}

a {
   color:#0000CC;
   text-decoration:none;
}

a:visited {
   color:#0000CC;
}

a:hover {
   text-decoration:underline;
}

.clear {
   clear:both;
   font-size:1px;
   line-height:1px;
   margin:1px;
}

#header {
   margin-bottom:50px;
}

#content {
   clear:both;
}

#footer {
   border-top:1px solid #AAAAAA;
   clear:both;
   color:#555555;
   font-size:12px;
   margin:80px auto 20px;
   padding-top:10px;
   text-align:center;
   width:70%;
}

#ltext {
   text-align:left;   
}

#wrapper {
   text-align: center; 
   margin: 0px auto 0px auto; 
   width: 100%;   
}

#bml {
   margin: 0px;
   padding: 0px;   
   width: 200px;
   height: 167px;
   margin-top: 150px;  
   margin-bottom: 10px;
}

#bmldesc {
   margin: 0px;
   padding: 0px;   
   float: right;
   width: 265px; 
   height:285px;  
   border:1px solid;
}


#news {
   margin: 30px 0px;   
}

#ft{
   margin-top: 1em;
}

#changes h2, #faq h2 {
   text-align:left;
}

#logo {
   border-bottom:2px solid #000000;
   font-family:Georgia,'Times New Roman',Times,serif;
   font-size:40pt;
   text-align:center;
}
#logo a {
   color:#000000;
   text-decoration:none;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:25%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
	background:#fff;	/* left column background colour */
}
.threecol .col1 {
	width:46%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	text-align: center;
	margin-top:60px;
}
.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	text-align: center;
	margin-top:60px;
}
