body {	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: 11px;
	margin: 0;
	color: #414141;
}
td, th { font-size: 11px }
h1 { color: #036; font-size: 18px; }
.footer {	
	font-size: 11px;	
	color: #fff;
	padding: 4px;
	background: #036;
	}
.footer td { padding: 8px; }
.footer a:link, .footer a:visited { 
	color: #fff; 
	text-decoration:none; 
}
.topbar {
	background-image: url(../images/topbar.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.MainPane { 
	padding: 10px; 
	background-image: url(../images/equipment2.jpg);
	background-repeat: no-repeat;
	background-position: left 50px;
}
#ContentContainer { margin-left: 140px; }
.LowerPane {
	padding: 20px;
	background-image: url(../images/grey-topgradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Navigation Styles */
#navcontainer { width: 150px; font-size: 11px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 150px;
background-color: #036;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #223E92;
color: #fff;
}


