@charset "utf-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #00276C;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container { 
	width: 100%;
	background: #FFFFFF;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
#header {
	margin: 0em;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 12px;
}

#logo { float: left; }

#top_right { display: none; }

#mainContent {
	z-index: 20;
} 
#mainContentWide {
	z-index: 20;
} 

#footer { display: none; } 


#menubar { display: none; }

#sidebar {
	z-index: 10;
	float: right;
	margin-left: 2em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

.imageRight {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.imageLeft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
