/* Page Style */
body {
	background-color: #061C2C;
	background-image: url(/design/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

/* HTML Styles */
body, p {
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FF8000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF8000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
ul {
	list-style-position: outside;
	padding-left: 24px;
}
form {
	margin: 0px;
	padding: 0px;
}

/* Text Styles */
.bold {
	font-weight: bold;
}

/* Block-Level Styles */
.content {
	padding: 0px;
}
.content-main {
	padding: 20px 0px 20px 0px;
}
.content-text {
	padding: 20px 25px 20px 25px;
}
.navbar {
	padding-bottom: 20px;
}
.news-header {
	border-bottom: 2px solid #A1C3DC;
	padding-bottom: 6px;
}
.news-item {
	/* None */
}
.news-body {
	/* position: relative; */
	padding-top: 8px;
	padding-bottom: 8px;
	width: 450px;
	/* height: 459px;
	overflow: hidden; */
}
.news-body-scroll {
	/* position: absolute; */
	padding-top: 8px;
	padding-bottom: 8px;
}
.news-footer {
	border-top: 2px solid #A1C3DC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.last-forum-posts {
	height: 540px;
	overflow: hidden;
}
.post-item {
	border-bottom: 1px solid #A1C3DC;
	padding: 4px 5px 4px 5px;
	vertical-align: middle;
	height: 44px;
	overflow: hidden;
}
.section {
	padding-bottom: 20px;
}
.section-top {
	border-top: thin solid white;
	padding-bottom: 20px;
}
.section-bottom {
	border-bottom: thin solid white;
	padding-bottom: 20px;
}
.vert-div-left {
	border-right: thin solid white;
	padding-right: 10px;
}
.vert-div-right {
	padding-left: 10px;
}

/* Navbar Styles */
.navbar a:link, .navbar a:visited, .navbar a:active {
	color: #FF8000;
	text-decoration: none;
}
.navbar a:hover {
	color: #FF8000;
	text-decoration: underline;
}

/* Status Bar Styles */
.statusbar {
	vertical-align: middle;
	font-size: 10px;
}
.statusbar a:link, .statusbar a:visited, .statusbar a:active {
	color: #FF8000;
	text-decoration: none;
}
.statusbar a:hover {
	color: #FF8000;
	text-decoration: underline;
}

/* Navigation Bar Styles */
.navigation {
	text-align: center;
	font-size: 12px;
}
.navigation a:link, .navigation a:visited, .navigation a:active {
	color: #FF8000;
	text-decoration: none;
}
.navigation a:hover {
	color: #FF8000;
	text-decoration: underline;
}

/* Copyright Section Styles */
.copyright {
	font-size: 11px;
	text-align: center;
}
.copyright-small {
	font-size: 10px;
}
.copyright a:link, .copyright a:visited, .copyright a:active{
	color: #FF8000;
	text-decoration: none;
}
.copyright a:hover {
	color: #FF8000;
	text-decoration: underline;
}

/* Widget Styles */
.widget-header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.widget-header-arrows {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8000
}
.center-widget-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #061C2C;
}
.widget-body {
	font-size: 11px;
}
.widget-body a:link, .widget-body a:visited, .widget-body a:active {
	color: #FF8000;
	text-decoration: none;
}
.widget-body a:hover {
	color: #FF8000;
	text-decoration: underline;
}
.widget-padding-left {
	padding: 12px 0px 12px 8px;
}
.widget-padding-center {
	padding: 12px 8px 12px 8px;
}
.widget-padding-right {
	padding: 12px 8px 12px 0px;
}

/* News Widget Styles */
.news-header-text {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.news-header-text a:link, .news-header-text a:visited, .news-header-text a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.news-header-text a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.news-body-text {
	font-size: 10px;
}
.news-body-text a:link, .news-body-text a:visited, .news-body-text a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.news-body-text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.news-footer-text {
	font-size: 10px;
}
.news-footer-text a:link, .news-footer-text a:visited, .news-footer-text a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.news-footer-text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.prev-next-arrow {
	cursor: pointer;
	color: #FF8000;
}
.scroll-hover-arrow {
	cursor: pointer;
	color: #FF8000;
}

/* Post Widget Styles */
.post-header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.post-header a:link, .post-header a:visited, .post-header a:active {
	color: #A1C3DC;
	text-decoration: underline;
}
.post-header a:hover {
	color: #A1C3DC;
	text-decoration: none;
}
.post-body {
	font-size: 10px;
}
.post-body a:link, .post-body a:visited, .post-body a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.post-body a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.post-footer {
	font-size: 10px;
	font-style: italic;
}
.post-footer a:link, .post-footer a:visited, .post-footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.post-footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}