@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 980px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 
#header {
	padding: 0 10px 0 20px;
	height: 275px;
	background: #CC9;
	border-bottom: solid;
	border-bottom-color: #300;
	border-bottom-width: 4px;
} 
.mainlogo {
	height: 200px;
	width: 500px;
	margin: 0 auto;
}
.subinfo {
	margin-left: -20px;
	padding: 15px 180px;
	height: 50px;
	width: 625px;
	background-color: #300;
}
#header h3 {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: center;
}
#sidebar1 {
	float: left;
	width: 300px;
	height: 1040px;
	background: url(images/ladyjustice.png);
	background-repeat: no-repeat;
	margin-top: -185px;
	margin-left: -125px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 20px;
}
#sidebar2 {
	float: right;
	width: 160px;
	padding: 2px 10px 15px 20px;
	height: 400px;
	border-left: dotted 2px #666666;
	color: #300;
}
#mainContent { 
	margin: 0 195px 20px 180px; 
	padding: 0 10px; 
} 

.seal {
	height: 150px;
	background-image: url(images/ribbon1.png);
	background-position: 50%;
	background-repeat: no-repeat;
}
.disclaimer {
	font-size: 10px;
	margin-bottom: 10px;
}
#footer { 
	height: auto;
	padding: 0 10px 0 20px; 
	background:#300;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
	color: #FFF;
	font-size: small;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
