@CHARSET "UTF-8";

/*TOP*/

div.top {border-bottom: 2px solid #3F4B57; height: 121px;}
div.tc {
	width: 500px;
	margin: 0 auto;
	height: 121px;
	text-align: center;
	background:url(../images/bk_t.gif) repeat-x;
	overflow: hidden;
}

.column { 
	width: 50%; 
	position: absolute; 
	top: 0; 
}

div.tl {left: 0;}
div.tr {right: 0;}

div#leftcol {
	text-align: right;
	background:url(../images/bk_t.gif) repeat-x;
	margin-right: 250px; 
	height: 121px;
} 
div#rightcol {
	text-align: left;
background:url(../images/bk_t.gif) repeat-x;
	margin-left: 250px;
	height: 121px;
} 

#leftcol img, #rightcol img {margin-top:21px}

div.tl img, div.tc img, div.tr  img {border:none;}
div.tr img {margin-left: 70px;}
div.tl img {margin-right: 70px;}

/* MIDDLE */
div.middle {
	width: 100%;
	background-color: white;
	border-bottom: 2px solid #CEAB00;
}

div.mr2 {
	width: 980px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}
/*EOF TOP*/

/* BOTTOM */
img {border: 0px;}
div.bottom {width:100%;}
div.bc {
	width: 500px;
	height: 220px;
	position: relative;
	top: 0px;
	margin: 0 auto;
	text-align: left;
	background-color: #EEE;
	overflow: hidden;
	z-index:2;
}

.columnB { 
	width: 50%; 
	position: absolute; 
	top: 365px; 
}

div.bl {left: 0px;}

div.br {right: 0px;}

div#blcol {
	background: url(../images/bk_bl.png) repeat-x;
	background-color: #212A33;
	height: 220px;
	margin-right: 250px;
	float:right;
	width: 240px;
	z-index:1;
}

div#blcol-fill{
	margin-right: 250px;
	height: 220px;
	background-color: #212A33;
	background: url(../images/bk_bl.png) repeat-x;
	z-index:1;
}

div#brcol {
	background-color: #ba9930;
	margin-left: 250px;
	float: left;
	height:220px;
	width: 240px;
	background: url(../images/bk_br.png) repeat-x;
	z-index:1;
}
div#brcol img, div#blcol img {margin-top: 50px;}

div#brcol-fill{
	background-color: green;
	margin-left: 250px;
	height: 220px;
	background-color: #ba9930;
	background: url(../images/bk_br.png) repeat-x;
	z-index:1;
}

div.bl a, div.br a{
	color:#f9f3e4;
	font-weight:bold;
	text-decoration: none;
}

div.bc a {color:#212A33; text-decoration: none;}
div.bc ul {margin: 0px; font-size: 12px; margin-left: 30px; margin-top: 30px; display: block; font-weight: bold;}
div.bc li {margin: 0px; padding: 0px; margin-top: 14px;}
div.bc a:visited {color:#212A33;}
/* EOF BOTTOM */

div.footer {
	width: 100%;
	height: 24px;
	background: url(../images/bk_footer_b.gif) repeat-x;
	margin: 0 auto;
}