@charset "utf-8";
/* CSS Document */

/* 
Navigation Gray: #3F4040;
Feeds Gray: #D3D3D3;
Overall Red: #C62026;

*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	text-align: center;
	background-color: #F3F3F3;

}

#advert1 {
	float: left;
	margin-left: -8px;
	width: 150px;
}

#advert2 {
	float: right;
	margin-right: -8px;
	width: 150px;
}

#advert3 {
	float: left;
	margin-left: -8px;
	margin-top: 25px;
	width: 150px;
	clear: left;
}

#advert4 {
	float: right;
	margin-right: -8px;
	margin-top: 25px;
	width: 150px;
	clear: right;
}

#advert5 {
	float: left;
	margin-left: -8px;
	margin-top: 25px;
	width: 150px;
	clear: left;
}

#advert6 {
	margin-top: 6px;
	width: 1300px;
}

.wrapper {
	text-align: center;
	margin: auto;
	width: 100%;
	min-width: 1000px;
	max-width: 1000px;
	height: ;
	min-height: ;
	max-height: ;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	font-style: italic;
}

h4 {
	font-size: 28px;
	color: #C62026;
	font-style: italic;
}

h5 {
	font-size: 20px;
	color: #000;
}


nav {
	text-align: center;
	background-color: #3F4040;
	color: #FFF;
	font-size: 20px;
	margin-top: -20px;
}

nav ul {
	list-style-type: none;
	padding: 6px;
}

nav ul li {
	display: inline;
	padding-left: 40px;
	padding-right: 40px;
}

nav ul li#left {
	border-left: 1px #707070 solid;
}

nav ul li#none {
}

nav ul li a {
	color: #FFF;
	text-decoration: none;
}

nav ul li a:hover {
	color: #C62026;
}

nav ul li a.on {
	color: #C62026;
}

.updatealert {
	margin-top: -30px;
	background-color: #1A77C4;
}

.updatealert p {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	font-size: 30px;
}

#frontpic {
	margin-top: -30px;
}

#intro {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 22px;
	margin-top: -3px;
	background-color: #D3D3D3;
}

#intro p {
	text-align: left;
	text-indent: 30px;
	line-height: 25px;
}

#feeds {
	background-color: #D3D3D3;
	padding-top: 30px;
	margin-top: -16px;
}

#feeds table {
	text-align: center;

}

#feeds table th {
	text-align: left;
	padding-left: 20px;
	
}

#feeds table th li {
	list-style-type: square;
	list-style-position: inside;
	font-style: italic;
	font-size: 24px;
	color: #C62026;
}

#feeds table tr {
}

#feeds table td {
	text-align: left;
	font-style: normal;
	font-size: 14px;
	max-width: 333px;
	width: 30%;
	vertical-align: text-top;
	padding-left: 60px;
}
#feeds table td#left1 {
	border-left: solid #B6B6B6 1px;

}

#feeds table td article {
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#feeds table td article a {
	color: #C62026;	
	text-decoration: none;
}

#feeds table td article a:hover {
	color: #000;
	text-decoration: underline;
}

#trackmembers {
	margin: auto;
	text-align: center;
}

#trackmembers p {
	font-size: 12px;
}

#trackmembers table {
	text-align: center;
	margin: auto;
}

#trackmembers table th {
	font-size: 18px;
	font-weight: 100;
}

#trackmembers table td {
	font-size: 16px;
	width: 25%;
}

.articles {
	width: 90%;
	text-align: left;
	margin: auto;
}

.articles ul {
}

.articles ul li {
}

.articles ul li p {
}

.articles ul li p a {
	color: #C62026;
	text-decoration: none;
}

.articles ul li p a:hover {
	color: #000;
	text-decoration: underline;
}

.spacer {
	text-align: center;
	border-top: solid #C62026 1px;
	margin-top: 40px;
	padding-bottom: 10px;
	width: 100%;

}

.articles ul li {
	list-style-type: none;
}

.articles ul li p {
	border-top: solid #D3D3D3 1px;
	padding-top: 16px;
	margin-top: -32px;
	font-size: 14px;
}

#contactus {
	margin: auto;
	width: 100%;
}

#contactus form {
	text-align: center;
	color: #000;
	padding-bottom: 20px;
	padding-top: 10px;
}

footer {
	background-color: #3F4040;
	color: #FFF;
}

footer table {
	text-align: center;
}

footer table tr {
}

footer table tr td {
	text-align: left;
	vertical-align: text-top;
	font-style: normal;
	padding-left: 65px;
	font-size: 14px;
	max-width: 333px;
	width: 30%;
}

footer table tr td li {
	list-style-type: none;
	line-height: 25px;
}

footer table tr td li a {
	color: #FFF;
	text-decoration: none;
}

footer table tr td li a:hover {
	color: #C62026;
	text-decoration: underline;
}

footer p {
	text-align: right;
	margin-right: 20px;
	font-size: 14px;
}

#DivImageScrollerFX {
	margin-top: -35px;
}