* {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #1695A3;
}

p {
	text-indent: 0;
	line-height: 1.3em;
	font-size: 12pt;
	font-weight: normal;
}

.nav {
	width: 780px;
	float: right;
	position: absolute;
}
.nav bbb {
	font-size: 16pt;
	padding: 2px;
	margin: 2px;
	border: 10;
	text-align: bottom;
}

.nav ul {
	position: absolute;
	right: 1px;
	top: -25px;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	padding: 10px;
	color: #1695A3;
	font-weight: bold;
	font-size: 16pt;
	text-decoration: none;
}

.nav ul li a:hover {
	background-color: #eee;
}

.header h1 {
	width: 550px;
	font-size: 40pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	float: left;
}

.header {
	width: 780px;
	border-bottom: solid #333 1px;
	margin-top: 10px;
	position: relative;
	top: -25px;
	right: 5px;
}

.header h1 a {
	text-decoration: none;
	color: #5C5C5C;
}

.userarea {
	position: absolute;
	top: -55px;
	right: 10px;
}

.userarea, .userarea a {
	vertical-align: center;
	font-size: 11pt;
}

.spacer {
	height: 40px;
}

h3 {
	font-size: 23pt;
}

h4 {
	font-size: 18pt;
}

.subnav li {
	float: left;
}

.topic_header {
	background-image:url('/static/images/topic_background.png');
	padding: 4px;
	color: white;
}

.topic_header h3 {
	font-size: 24pt;
}

.subnav {
	border-bottom: solid #ccc 1px;
}

.userarea input {
	font-size: 8pt;
	margin-right: 10px;
	width: 150px;
}

.userarea form {
	display: inline;
}

.flash {
	margin: 4px;
	background-color: #ffc;
	text-align: center;
	padding: 10px;
}
.flashempty {
	margin: 4px;
	text-align: center;
	padding: 10px;
}

