@CHARSET "ISO-8859-1";

/* General styles */

*
{
	margin: 0;
	padding: 0;
}

body 
{
    border: 0;			/* This removes the border around the viewport in old versions of IE */
    font-family: verdana;
    font-size: 11px;
    background: url("images/filler.png") repeat-x;
}
    
#background_left
{
	width: 50%;
	height: 254px;
	position: absolute;
	background-color: #373a42;
}

#background
{
	position: relative;
	top: 0;
	width: 100%;
	height: 255px;
	background: url("images/background.png") no-repeat 50%;
}
    
p
{
	margin-bottom: 10px;
}

h1
{
	margin-top: -8px;
	font-size: 14px;
}
        
.wrapper
{
    width: 800px;
    margin: 0 auto;
}
        
/* header */
.headermask 
{
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width: 800px;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
	
/* 2 column left menu settings */
.leftheader 
{
    /*background: url("images/bm_logo.png") no-repeat left bottom;*/
}

.leftheader .headerright 
{
	float: left;
	width: 200%;
	position: relative;
	left: 191px;
}

.leftheader .header1wrap 
{
	float: right;
	width: 50%;
	position: relative;
	right: 191px;
}

.leftheader .header1 
{
	margin: 0 0 0 191px;
	position: relative;
	right: 100%;
	overflow: hidden;
	height: 256px;
}
    
.leftheader .header2 
{
    float: left;
    width: 191px;
    position: relative;
    right: 191px;
	background: url("images/header_left.png") no-repeat;
	height: 256px;
}
    
/* column container */	
.colmask 
{
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 800px;			/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}
	
/* 2 column left menu settings */
.leftmenu 
{
    background: #9d3493 url("images/bm_logo.png") no-repeat left bottom;
}

.leftmenu .colright 
{
	float: left;
	width: 200%;
	position: relative;
	left: 189px;
	background: white;
}

.leftmenu .col1wrap 
{
    float: right;
    width: 50%;
    position: relative;
    right: 189px;
}

.leftmenu .col1 
{
    margin: 0 0 0 191px;
    position: relative;
    right: 100%;
    overflow: hidden;
	background: #75777c;
	color: white;
	padding-top: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	min-height: 325px;
}


.leftmenu .col1 a 
{
	text-decoration: none;
	color: white;
}

.leftmenu .col1 a:hover 
{
	/*text-decoration: underline;*/
}


.leftmenu .col2 
{
	float: left;
	width: 189px;
	position: relative;
	right: 189px;
	padding-top: 25px;
	background: #373a42;
}
    
/* Menu */
.leftmenu .col2 ul
{
	list-style: none;
	background-color: black;
}

.leftmenu .col2 li 
{
	text-indent: 15px;
	padding-top: 2px;
}

.menu_last
{
	text-indent: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftmenu .col2 a 
{
	line-height: 26px;
	font-size: 10px;
	display: block;
	background: url("images/button.png") repeat-x;
	text-decoration: none;
	color: white;
	width: 189px;
	height: 26px;	
}

.leftmenu .col2 a:hover 
{
	background: url("images/button_highlight.png") repeat-x;
}

.leftmenu .col2 .active a 
{
}

.leftmenu .col2 .menu_active a
{
	line-height: 26px;
	font-size: 10px;
	display: block;
	background: url("images/button_highlight.png") repeat-x;
	text-decoration: none;
	color: white;
	width: 189px;
	height: 26px;	
}

#pagecontent
{
	position: absolute;
	color: white;
	background-color: #373a42;
	width: 220px;
	top: 57px;
	left: 359px;
	padding: 10px;
}

.button a 
{
	line-height: 26px;
	font-size: 10px;
	display: block;
	background: url("images/button.png") repeat-x;
	text-decoration: none;
	color: white;
	width: 100px;
	height: 26px;
	text-align: center;
}

.button a:hover 
{
	background: url("images/button_highlight.png") repeat-x;
}

.button .active a 
{
}

.message
{
	font-weight: bold;
}

.white
{
	background: white;
	padding: 10px;
	color: black;
}

.news
{
	background: #585b63;
	padding: 10px;
	color: white;
	cursor: pointer;
}

.news2
{
	background: #585b63;
	padding: 10px;
	color: white;
}

.news_over
{
	background: #373a42;
	padding: 10px;
	color: white;
	cursor: pointer;
}