* {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 14px;
}

a {
	font-weight: bold;
	color: #F05023;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #F05023;
	text-decoration: underline;
}

#wrapper {
	width: 999px;
	display: table;
	font-family: Arial, Helvetica;
	font-size: 12px;
	margin: 10px auto;
}

#header {
	margin-bottom: 10px;
	width: 100%;
	height: 130px;
	background-color: #034D69;
	position: relative;
}

.rss {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.rss a {
	color: #ffffff;
}

.rss a:hover {
	color: #ffffff;
	text-decoration: none;
}

#banner {
	margin-bottom: 10px;
	width: 100%;
	height: 250px;
}

#content {
	width: 100%;
	margin-bottom: 10px;
}

#site-content {
	width: 900px;
	margin: 60px 0 60px 40px;
	font-size: 12px;
}

#footer {
	padding: 10px 30px;
	color: #ffffff;
	background-color: #034D69;
	margin-bottom: 30px;
	font-size: 11px;
}

#content table {
	width: 100%;
	display: table;
	border-bottom: 1px solid #D9D9D8;
	border-right: 1px solid #D9D9D8;
}

#content table th {
	border-left: 10px solid #159ACC;
	padding: 10px 15px;
	width: 33%;
	background-color: #0385B5;
	text-align: left;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}

#content table th a {
	font-size: 12px;
	color: #ffffff;
}
	
#content table td.forum {
	border-left: 1px solid #D9D9D8;
	width: 33%;
}

#content table td {
	border-left: 1px solid #D9D9D8;
	padding: 0;
	width: 33%;
	vertical-align: top;
}

ul {
	list-style: none;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #9E9E9E;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

ul#files {
	margin-top: 40px;
}

ul#files li.title {
	font-size: 12px;
	border-top: 4px solid #D9D9D8;
	padding: 12px 8px 4px 8px;
}

ul#files li.title b {
	width: 200px;
	display: block;
	float: left;
}

ul#files li.title i {
	font-weight: normal;
	display: block;
	float: right;
}

ul#files li {
	padding: 12px 8px;
	border-top: 1px solid #D9D9D8;
	display: table;
	width: 100%;
}

ul#files li b {
	display: block;
	float: left;
	width: 110px;
	font-style: italic;
}

ul#files li a {
	display: block;
	float: left;
}

ul#files li i {
	display: block;
	float: right;
}

#content table td.forum ul h3 {
	margin-bottom: 0;
}

#content ul i {
	font-weight: normal;
	display: block;
}

#content td.forum li {
	background-color: #EAEAEA;
}

#content td.forum li.even {
	background-color: #F7F8F8;
}

#content td li {
	padding: 15px 25px;
}

#content ul li {
	border-top: 1px solid #D9D9D8;
}

#content ul li.first {
	border-top: none;
}

#content td li a {
	display: block;
	margin-top: 8px;
}

#entry-links {
	display: table;
	width: 100%;
}

#entry-links a {
	float: left;
}

#entry-links span.comments {
	margin-top: 8px;
	float: right;
	font-style: italic;
}

label {  
	float: left;  
	width: 60px;  
	margin-right: 20px;
	font-weight: bold;
}

input.text {  
	width: 180px;
	clear: right;
	margin-bottom: 6px;
}

textarea {  
	width: 180px;
	clear: right;
	margin-bottom: 6px;
}

form p {  
	margin-left: 80px;
}

ul#events {
	margin-bottom: 20px;
}

h3#separator {
	padding: 8px 25px;
	color: #ffffff;
	background-color: #AAAAAA;
}

ul#events span.event {
	padding: 8px 25px;
	display: block;
	border-top: 1px solid #D9D9D8;
}

ul#events span.first {
	border-top: none;
}

ul#events span.event b {
	font-size: 11px;
}

ul#events span.event i {
	font-size: 11px;
	margin-top: 5px;
}

ul#events span.event a {
	font-size: 11px;
	margin-top: 4px;
	display: block;
}