@charset "utf-8";
/* CSS Document */

* { margin:0; padding:0; }

body {
	margin: 0;
	padding:20px 0;
	border: 0;
	font: 0.7125em Verdana, arial, helvetica, sans-serif; 
	line-height: 1.5em;
	color: #555f6a;
	background:#c9c9c0;
	text-align:center;
}
h1 {line-height:normal; font-size:2em;}

img	{ border 0; }
div { margin:0; padding:0; }
.clear { clear:all}
.small {font-size:.7em;}
.alert {color:#e07f21;}
.oBar { 
	width:100%;
	padding:3px 0;
	background-color:#ad1e36;
	color:#eee;
	font-size:1em;
	font-weight:700;
}

a {color: #555f6a;text-decoration:none;}
a:hover {background: #f8f7f2;}

#content {
	width:774px;
	position: relative;
	margin: 0 auto;
	text-align:left;
}

#header {
	height: 93px;
	background-color:#c9c9c0;
	text-align: right;
}

#header h1 {
	float: left;
	width: 300px;
	height: 93px;
	text-align: left;
}

#header h1 a {
	color: #fff; /* rule and filter below for for IE5 */
	text-indent/**/: -9999px;
	overflow: hidden;
	display:block;
	width: 300px;
	height: 93px;
	background:url(../images/logo_bg-heading-BU.gif) no-repeat;
}
#mainBody{
}

#footer{
}

