@import "menu.css";

/*----------------------- global -----------------------*/

body {
	background: white;
	color: #130001;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

img {
	border-width: 0px;
}

a {
	color: #EB0000;
	text-decoration: none;
}

a:hover {
	color: #69c;
	text-decoration: underline;
}

/*----------------------- main -----------------------*/
#bg{
	background: url("../gfx/bg_left.gif") repeat-y 0 0;
}


#leftColumn #left-ads{
	padding-bottom: 23px;
	padding-left: 26px;
}

#header .right #lang{
	border: 2px solid #E3E3E3;
	background: #F8F8F8;
	/*float: right;*/
	text-align: center;
	line-height: 150%;
	padding: 5px;
	}
	#header .right h5{
		color: #130001;
		font: bold 11px Verdana, sans-serif;
		padding-bottom: 10px;
	}
	#header .right a{
		color: #200E0F;
		padding: 2px;
	}
	#header .right a:hover, #header .right a.active{
		color: #E41818;
	}
	#header .right a.active{
		border: 1px solid #ACACAC;
		padding: 2px;
	}

#contentColumn
{
	line-height: 150%;
	}
	#location{
		padding: 6px 0 0 29px;
	}
	#location img{
		margin: 0 4px;
	}

	.midBox{
		padding: 20px 29px 20px 20px;
	}
	.midBox h1, .midBox h2{
		clear: right;
		font: 24px Arial, Helvetica, sans-serif;
		color: #EB0000;
	}
	.midBox h2{
		font-size: 15px;
	}
	
	.h1{
		height: 25px; 
		margin-bottom: 15px;
	}
	.print{
		padding-left: 20px;
		height: 15px;
		background: url("../gfx/ico_print.gif") no-repeat;
	}













#footer{
	background: url('../gfx/sep_h.gif') repeat-x 0 0;
	color: #fff;
	font-size: 9px;
	}
	#footer .nav-buttons{
		color: #EB0000;
	}


/*----------------------- misc -----------------------*/
.font-sm{
	font-size: 9px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.b{
	font-weight: bold;
}

.l-150{
	line-height: 150%;
}
.hide , .siteName{
	display: none;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

html[xmlns] .mozclear {
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}

/*----------------------- old BB styles -----------------------*/
.SubHdr{
	color: black;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.link{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
