body {
	background: #DCDCDC;
	margin: 30px;
	font-family: verdana;
	font-size: 11px;
}
.l_b {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:11px;
	color:#0066CC;
}
.l_s {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:10px;
	color:#0066CC;
}
div#content {
	position: absolute;
	background: white url(../images/header.jpg) repeat-x;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	border: 1px solid black;
}

div#top {
	float: left;
	margin-top: 111px;
	background: #71BBBB;
	border: 1px solid black;
	border-left: 0;
	border-right: 0;
	width: 100%;
	height: 5px;
}

div#menu {
	float: left;
	margin-top: 20px;
	margin-left: 2px;
	border-right: 1px solid black;
	width: 175px;
	height: 415px;
}

div#text {
	float: right;
	text-align:justify;
	padding-right:10px;
	margin-top: 20px;
	margin-left: 10px;
	width: 560px;
	scroll: auto;
}

h1 {
	font-size: 14px;
	color: #00008b;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 12px;
	color: #00008b;
	margin: 0 0 10px 0;
}