/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 10px solid #990000;
	margin: 0px;
	background-color: #FFFFFF;
}
.header {
	border-bottom: 10px solid #990000;
}
.header h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20pt;
}
.navbartop {
	color: #FFFFFF;
	width: 12em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.content {
	clear: both;
}
.content .cleft {
	width: 10em;
	height: 10em;
	float: left;
	clear: left;
}
.content .cright {
	width: 13em;
	float: right;
	text-align: center;
}
.content .cright .heading {
	background-color: #000099;
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	display: block;
	text-align: center;
	margin-bottom: 2px;
	margin-top: 10px;
}
.content .cright a.donate {
	margin-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.content .cright a.donate:hover {
	background-color: #FFFFFF;
}
.content .cright a {
	margin-bottom: 2px;
	padding-right: 5px;
	text-align: right;
	color: #0000FF;
	text-decoration: none;
	overflow: visible;
	display: block;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
}
.content .cright a:hover {
	background-color: #990000;
	color: #FFFFFF;
}
.content .cbreadcrumb {
	border-bottom: dotted #CCCCCC 1px;
	text-align: left;
}
.content .cdata {
	margin-left: 12em;
	margin-right: 13em;
	padding-left: 5px;
	padding-right: 5px;
	border-left: dotted #CCCCCC 1px;
	border-right: dotted #CCCCCC 1px;
	float: none;
}
.content .cdata h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 20pt;
}
.content .cdata h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 15pt;
}
.content .cdata p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.navbarbottom {
	clear: both;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
}
.navbarbottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.navbarbottom a:hover {
	text-decoration: underline;
}
.copyright {
	text-align: center;
	border-top: 10px #990000 solid;
	clear: both;
	padding-top: 10px;
}
