@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #DEDEE7;
}

#container {
	width: 1028px;
	background-image: url(images/BannerGradient.png);
}
#banner_container {
	width: 1028px;
	height: 180px;
	background-image: url(images/BannerBackground2.png);
	border-color: #CCC;
}

#bottom_container {
	width: 1028px;
	height: 640px;
}
#menu_container {
	float: left;
	width: 180px;
	height: 627px;
	/* padding: 0px; */
	/* margin: 0px; */
	margin-top: 3px;
}
#main_container {
	float: left;
	width: 848px;
	height: 640px; 
	/* height: 100%; */
	font-size: 100%;
	font-weight: normal;
}
#main_title {
	float: left;
	height: 33px;
	width: 827px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 2px;
	border-bottom-color: #006;
	border-bottom-style: solid;
	color: #006;
	font-size: x-large;
	font-weight: bold;
}
#main_buffer {
	float: left;
	height: 10px;
	width: 848px;
	background-color: #DDDDE6;
}
#main_text {
	float: left;
	height: 584px;
	width: 818px;
	padding-left: 20px;
	padding-right: 10px;
	overflow: auto;
	background-color: #DDDDE6;
}

