body {
	color: #353535;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background: #ddd;
	margin: 0px
}

.banner {
	padding: 12px 12px 36px 12px;
	font-size: 11px;
}

.title {
	color: maroon;
	font-size: 28px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

.subtitle {
	color: maroon;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	padding: 0px 0px 6px 0px;
}

.navigation {
	font-size: 11px;
	text-align: center;
	color: #424242;
	padding: 0px 0px 36px 0px;
}

.contents {
	clear: both;
}

.cleft {
	float: left;
	clear: none;
	width: 15%;
	height: 100%;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
}

.cright {
	float: left;
	width: 75%;
	height: 100%;
	background-color: #FFFFCC;
	padding: 6px 12px 6px 12px;
}

.spacer {
	clear: both;
}

a {
	text-decoration: none;
	color: navy;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: blue;
}

dt {
	font-weight: bold;
}

dd {
	font-size: 11px;
}

.bleft {
	float: left;
}

.bright {
	float: right;
}

