.center { text-align: center; }
.indent { margin-left: 5em; margin-right: 5em; }
h1 { font-weight: bold; font-size: 16pt; }
h2 { font-weight: bold; font-size: 14pt; margin: 5px 0px; }
h3 { font-weight: bold; font-size: 12pt; }
p { margin: 5px 10px 10px 10px;}
.floatfix { clear: both; }
img { border: none; display: block; }
li { list-style: disc; margin-left: 2em; }

body {
	margin: 0px;
	padding: 0px;
	background-color: #ccccbb;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	min-width: 800px;
}

div.indeximage { float: right; margin: 10px;}

div.title {
	height: 28px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #ffcc00;
}

div.title a.title {
	margin: 2px 5px 0px 150px;
	padding: 0px;
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
}
div.title span.subtitle {
	font-size: 12px;
	color: #666666;
}

div.menu {
	height: 28px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 150px;
	background-color: #000000;
	background-image: url(images/menubg.png);
}

div.menu a {
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin: 0px;
	height: 22px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	/*color: #ccaa00;*/
	color: #ffffff;
}
div.menu a.right {
	float: right;
}
div.menu a:hover {
	color: #000000;;
	background-color: #ffcc00;
	background-image: url(images/menubg-hover.png);
}

div.menu2 {
	margin: 0px 0px 0px 130px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	background-color: #ccccbb;
}
div.menu2 a {
	display: block;
	float: left;
	padding: 0px 8px;
	margin: 0px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
div.menu2 a:hover {
	background-color: #eeeedd;
}


div.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.content {
	background-color: #ffffff;
	border: solid 1px #000000;
	position: absolute;
	top: 100px;
	right: 300px;
	left: 100px;
	padding: 5px 5px 5px 5px;
}
div.content div {
	margin: 10px 5px 10px 5px;
}
div.content a:hover {
	background-color: #ffffcc;
}

p.announcement {
	display: block;
 	padding: 5px;
 	border: solid 1px #aaaa88
}

div.right {
	position: absolute;
	top: 100px;
	right: 20px;
	width: 250px;
	background-color: #ffffaa;
	border: solid 1px #888888;
	padding: 5px;
}
div.right div.greeting {
	font-size: 10pt;
	margin: 3px 3px 15px 3px;
}
div.right div.contact {
	font-size: 10pt;
}


div.footer {
	margin: 10px;
	text-align: center;
}

div.form {
	margin: 20px 20px 20px 20px;
}

div.formrow {
	clear: both;
	height: 30px;
}

div.formlabel {
	clear: both;
	width: 200px;
	float: left;
	text-align: right;
}
div.formlabelbold {
	clear: both;
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
}
div.formitem {
	float: left;
}
span.formerror {
	font-size: 10pt;
	color: #ff0000;
}

div.blog {
	/*border: solid 1px black;*/
	background-color: #ffffee;
}
div.blog h3 { margin: 5px 10px 0px 10px; }
div.blogtime {
	font-size: 11px;
	clear: none;
	float: left;
}
div.blogauthor {
	font-size: 11px;
	float: left;
	margin: 0px 5px 0px 15px;
}
div.blogcontent {
	clear: both;
	padding: 5px 50px;
}

div.sponsorblock {
	border: dotted 2px #cccccc;
	background-color: #ffffee;
}
div.sponsor {
	width: 375px;
	text-align: center;
	clear: none;
	float: left;
}
div.sponsor2 {
	width: 375px;
	padding-left: 20px;
	text-align: left;
	clear: none;
	float: left;
}
