@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	font:Arial, Helvetica, sans-serif 13px;
	color:#FFF;
	background:#CCC;
}
#a5-body-center {
	text-align:center;
	margin-top:30px;
	margin-bottom:10px;
}
#a5-body {
	position:relative;
	width:70%;
	height:717px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:4px ridge #fff;
	border-bottom:0px;
	background:#512800;
}
#a5-body-content {
	position:relative;
	border:0px solid #fff;
	left:-1px;
	background:#512800;
}
#a5-column-left {
	position:absolute;
	left:0px;
	width:30%;
	height:800px;
	text-align:left;
	padding-left:5px;
	padding-bottom:10px;
	border-top:1px solid #fff;
	font-weight: normal;
	background:#512800;
}
#a5-column-right {
	position:absolute;
	left:30%;
	width:70%;
	height:800px;
	border-top:1px solid #fff;
	border-bottom:0px solid #fff;
	border-left:1px solid #fff;
	padding-bottom:10px;
	text-align:center;
	background:#512800;
}
.markheader {
	font-size: xx-large;
	font-weight: bold;
}
.markheader2 {
	font-size: x-large;
	font-weight: bold;
}
p.left {
	text-align:justify;
	margin-left:40px;
	margin-right:40px;
}
.underline {
	text-decoration:underline;
}
.center {
	text-align:center;
}

