@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	margin: 0;
	border: solid thin white;
	min-width: 1000px;
}

h2
{
	margin: 0;
	padding: 0;
}

#header { 
	text-align: center;
	background: #000080; 
} 
#header h1 {
	display: inline;	
	vertical-align: top;
	color: #FFFFFF;
}
#header img {
	border: solid thin #000080;
	display: inline-block;
}
#linksBar {
	color: #FFFFFF;
	background: #FF0000;
	border-top: solid thin white;
	border-bottom: solid thin white;
}


#linksBar ul {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	line-height: 2.1em;
	white-space: nowrap;
}
#linksBar li {
	list-style-type: none;
	display: inline;
}
#linksBar li a {
	text-decoration: none;
	padding: .5em;
	color: #FFF;
	font-weight: bold;
}
#linksBar li a:link {
	color: #FFF:
}
#linksBar li a:hover {
	color: #FFF;
	background-color: #FF8080;
}








#sideBar ul, #sideBar ul li ul, {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sideBar li {
	display: inline;
}
#sideBar li a {
	display: block;
	text-decoration: none;
	padding: 0;
	color: #FFF;
	font-weight: bold;
}
#sideBar li a:link {
	color: #FFF:
}
#sideBar li a:hover {
	color: #FFF;
	background-color: #0000FF;
}





#container { 
	background: #000080;
	text-align: left;
	display: block;
	overflow: hidden;
	margin: 0;
} 

#sideBar {
	color: #FFFFFF;
	font: bold;
	display: inline;
	float: left; 
	width: 12em;
	background: #000080;
	margin: 0;
	padding: 0;
}

#mainContent {
	background: white;
	margin-left: 12em;
	border: solid thin #000080;
	display: block;
	padding: 0;
	margin-bottom: 0;
	min-height: 12em;
} 
#content {
	margin: .5em;
} 
#footer { 
	clear: both;
	text-align: center;
	display: block;
	background: #FF0000; 
	border-top: solid thin white;
	border-bottom: solid thin white;
	font-size: .8em;
	margin: 0;
} 


.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;
}