@charset "utf-8";


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;
	margin-top: 0px;
	list-style-position: inside;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 308px;
	margin: 0px;
	border: 2px none #CCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


#maincontent {
	margin-top: 0;
	margin-right: 328px;
	margin-bottom: 0;
	margin-left: 328px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#blue_panel_heading_fixwdth {
	color: #FFF;
	background-color: #2C3293;
	font-size: 175%;
	line-height: 225%;
	font-weight: normal;
	margin-top: 10px;
	padding-left: 10px;
	width: 308px;
	font-family: Arial, Helvetica, sans-serif;
}
#grey_top_panel {
	background-image: none;
	width: 934px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 125%;
	background-color: #EEE;
	padding-top: 20px;
	margin-top: -20px;
}

