@charset "utf-8";
/* CSS Document */

body {
	background-color : #ffffff;
	color : #000000;
	text-align : center;
	margin-top : 25px;
	vertical-align : middle;
	
}
#content {
	width : 800px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 20px;
	background-color : #ffffff;
	padding : 25px;
	text-align : left;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, Sans-serif;
	margin: 10;
	font-size: 14px;
}

#mainnav {
display: none;
}

.pagehead {
	font-size: 24px;
	font-weight: bold;
}

.subhead {
	font-size: 16px;
	font-weight: bold;
	color: #5A0000;
}

.backtotop {
	font-size:9px;
	text-align: right;
	color: #5A0000;
}

.subnav {
	color:#5A0000;
	font-size:14px;
	text-decoration: none;
}

.subnav_current {
color:#5A0000;
font-size:12px;
font-weight:bold;
}

a:link {
	color: #5A0000;
	text-decoration: none;
}

a:visited {
	color: #5A0000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}

.Footer {
	text-align: right;
	color: #5A0000;
	font-size: 10px;
}
