@import "menu.css";

body
{
	font: 11px Arial, Helvetica, sans-serif;
	background: white url('../gfx/bg.gif') repeat-x;
	color: #343434;
}
img
{
	border: 0px none #fff;
}
a
{
	color: #2F4E6F;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.clear{
	clear: both; 
	height: 0px; 
	overflow: hidden;
}
html[xmlns] .mozclear
{
	/* this selector should be valid CSS, but Opera 7.5 (and above) will pick
	 * this up as well. Shouldn't be a problem, Opera should handle this fine,
	 * but it's a Mozilla-targeted hack, and it should probably only affect
	 * mozilla. You can do that by replacing the INVALID CSS selector
	 * :root .mozclear for what's give here.
	 */
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
.hide
{
	display: none;		/* hide elements that CSS-targeted browsers shouldn't show */
}


.mainBody{
	width: 100%;
}
.leftColumn
{
}

.rightColumn
{
	padding: 28px 5px 28px 0;
	line-height: 175%;/*200%;*/
	}
	#location img{
		margin: 0 10px;
	}
	.rightColumn h1{
		float: left;
		clear: right;
		margin: 0;
		padding: 0;
		font: bold 18px Tahoma ,Arial, Helvetica, sans-serif;
		color: #4C6583;
		height: 20px;
	}
	
	.mainBanner {
		padding-left: 10px;
	} /*extrawork*/
	.mainBanner img{
		margin: 0 0 10px 0;
	}
	.h1{
		height: 20px; 
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.print{
		margin-top: 5px;
		padding-left: 17px;
		height: 18px;
		background: url("../gfx/ico_print.gif") no-repeat;
	}
	h2{
		font: bold 14px Tahoma ,Arial, Helvetica, sans-serif;
		color: #4C6583;

	}

div.sep{ height: 1px; background: url('../gfx/fp-sep-h.gif') no-repeat 0 0; margin: 5px 0; }
div.sep hr{ display: none; }

#footer{
		background: url('../gfx/footer-bg.gif') repeat-x;
		color: #D1D8DF;
	}
	#footer a{
		color: #D1D8DF;
	}

.left, .float-l{ float: left; }
.right, .float-r{ float: right; }
.font-sm{ font-size: 10px; line-height: 12px; }


/* old BB styles */


.subHdr{ 
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #294D6B;
}
.link{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
