body {
	font-family: Tahoma; font-size: 10pt;
	min-width:730px;
	position:absolute;
	left: 50%;
	text-align:left;
	padding:0px 0px 20px 0px;
	margin: 0px 0px 20px -365px;
}

#head {
	width: 730px; height: 216px;
}

#bar {
	background-color: #295975;
	color: white;
	width: 730px;
	height: 25px;
	text-align:center;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	margin: 2px 0px 2px 0px;
	padding-top:6px;
}

#main {
	display: table;
	width: 728px;
	min-height: 400px;
	background-color: #5a9cbe;
	border: 1px solid #cccccc;
	clear: both;
}

#left {
	float: left;
	width: 158px;
	background-color: #5a9cbe;
	padding: 20px 0px 0px 10px;
}

#contents {
	float: right;
	width: 518px;
	min-height: 400px;
	background-color: white;
	padding: 20px;
}

.menuitem {
	height: 25px;
	font-family: Tahoma;
	font-weight:bold;
	font-size: 12px;
	color: #dddddd;
}

.menuitem A {
	color: #dddddd;
	text-decoration: none;
}

.menuitem A:hover {
	color: white;
}

#contents  H2 {
	font-family: Tahoma;
	font-size:24px;
	font-weight:bold;
	color: #295975;
}

.big {
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #295975;
}

.big2 {
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color: black;
}

.name {
	font-family:Times New Roman;
	font-size:14px;
}


.area {
	font-weight:bold;
}

#contents UL {
margin-left: 20px;
padding-left: 0px;
}

.indent {
	margin-left: 20px;
}

.topics dt{
	margin-left: 20px;
}

.topics dl{
	margin-left: 40px;
}