body {
	color: #081869;
	font-size: 95%;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #7d5e40;
	text-decoration: none;
}
#top {
	width: 100%;
	font-size: 300%;
	text-transform: lowercase;
	color: #a30000;
}
#main {
	float: left;
	width: 70%;
	margin: 1em 1em 1em 1em;
}
#main .title {
	border-bottom: 1px dashed #3f4a88;
	padding: 10px 2px 0px 3px;
	text-transform: lowercase;
	letter-spacing: 2pt;
	font-size: 75%;
	font-weight: bold;
	color: #a30000;
}
#main .section {
	padding-top: .5em;
	text-align: justify;
	font-weight: normal;
}
#main .left {
	float: left;
	width: 40%;
	margin: 1em 1em 1em 1em;
}
#main .right {
	float: left;
	width: 40%;
	margin: 1em 1em 1em 1em;
}
#main .footer {
	text-transform: lowercase;
	letter-spacing: 1pt;
	font-size: 75%;
	text-align: right;
	color: #cccccc;
}
#side {
	width: 200px;
	float: left;
	margin: 1em 1em 1em 1em;
	padding: 0px 2px 0px 3px;
	font-size: 75%;
}
#side .title {
	background-color: #dee1ea;
	border-bottom: 1px dashed #3f4a88;
	padding: 0px 2px 0px 3px;
	text-transform: lowercase;
	letter-spacing: 3pt;
}
#side .section {
	padding: .5em .5em .5em .5em;
	background-color: #efefef;
	text-align: justify;
}
#footer {
	clear: both;
	font-size: 75%;
	text-align: center;
	border-top: 1px dashed #3f4a88;
	color: #a30000;
}
