@charset "utf-8";
/* CSS Document */
	body { background-color: #6E6E96; }
	#main_body { width: 700px;
			background-color: #6E6E96; 
			left: 50px; 
			top: 0px; 
			position: absolute; }
	#banner { position: relative;
			top: 0px;
			left: 0px; }
	#nav_bar { width: 100px;
			top: 25px; 
			left: 0px; 
			position: relative; }
	#content { width: 550px;
			top: 0px;
			left: 20px; 
			position: relative; }
	#content_layout { width: 100%; 
			margin: 0px;
			padding: 0px;
			}
	#content_layout td {border: solid 2px #333365; 
			margin: 0px;
			padding: 3px;
			background-color: white;
			filter:alpha(opacity=40);
			-moz-opacity:0.4;
			opacity: 0.4;
	}
	h1, h2, h3, h4, p, th, td {font-family: Verdana, Arial, Helvetica, sans-serif; }
	p, td {font-size: 8pt; 
		color: black; }
	h1 {font-size: 12pt; 
		color: black; }
	a {color: #660033; 
		text-decoration: none; 
		font-weight: bold; }
	a:hover {text-decoration: underline; }

