/* GLOBAL STYLES */

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#signupbox {
	position: absolute;
	width: 210px;
}

#eventbox {
	position: absolute;
	width: 206px;
}

a {
	color: #b60000;
	text-decoration: none;
}

a.small {
	font-size: 11px;
	color: #167c99;
	text-decoration: none;
}

h1, .h1 {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #b60000;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #0f5c72;
	border-bottom: solid 1px #0f5c72;
}

h3, .h3 {
	margin: 0px;
	font-size: 10px;
	font-weight: normal;
}

h4 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.byline {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.byline img {
	width: 15px;
	height: 10px;
	border: 0 none;
	margin-left: 5px;
	margin-top: 1px;
}

.listitem {
	padding-bottom: 10px;
}

.fptank, .fptank img {
	margin-bottom: 10px;
}
.fptank td {
	vertical-align: top;
}
.fptank p,.fptank h1 {
	margin-top: 0px;
}

.newsflash {
	border: solid 3px #dee5f8;
	padding: 20px;
	margin-bottom: 10px;
}

#newspager {
}

#newspager div {
	overflow: hidden;
}

/* LAYOUT STYLES */

body {
	margin: 0px;
	color: #000000;
	text-align: center;
	background: #fff;
/*	background: #000 url('/images/layout/bodybg2.jpg') repeat-x top center; */
}

.pagearea {
	width: 960px;
	height: 800px;
	text-align: left;
	background: url('/images/layout/mainbg.gif') repeat-y top center;
}

.pageareabtm {
	height: 4px;
	vertical-align: top;
}

.pageareamain {
	width: 960px;
	vertical-align: top;
	background: url('/images/layout/headerbg.gif') no-repeat top center;
}

.pagetankfooter {
	height: 7px;
	background: url('/images/layout/pagetankbtm.gif') no-repeat;
}

.headerarea {
	width: 100%;
	height: 140px;
	margin-bottom: 30px;
}

.logocell {
	height: 115px;
}

.topmenucell {
	height: 25px;
	padding-left: 10px;
}

.searchtank {
	margin-top: 5px;
}

.formtank {
	margin-top: 20px;
}

.formtank td {
	vertical-align: top;
	margin-top: 20px;
	padding-bottom: 5px;
}

.textinput {
	height: 14px;
	border: solid 1px #000;
	font-size: 11px;
	background: url('/images/layout/searchfieldbg.jpg') repeat-x top left;
}

.textarea {
	border: solid 1px #000;
	font-size: 11px;
	background: url('/images/layout/searchfieldbg.jpg') repeat-x top left;
}

.errmsg {
	float: left;
	color: #f00;
	font-size: 8pt;
}

.main {
	padding-left:10px;
}

.maincontent {
	font-size: 12px;
	width: 663px;
	padding: 0px 30px 30px 0px;
	vertical-align: top;	
}

.rightcol {
	font-size: 12px;
	padding: 0px 20px 0px 30px;
	vertical-align: top;
}

.rightcolfooter {
	font-size: 12px;
	padding: 0px 20px 40px 30px;
	vertical-align: bottom;
}

.bannerarea {
	display: block;
	margin-bottom: 15px;	
}

.newstank {
	width: 100%;
	border-bottom: solid 1px #cacaca;
	margin-bottom: 15px;
}

.newstank td {
	padding-bottom: 10px;
}

.listbox {
	margin-top: 5px;
	margin-bottom: 5px;
}

form {
	display: inline;
}

.submit {
	border: solid 1px #000;
	font-size: 11px;
	padding-bottom: 1px;
}

.commentbox {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.listcomment {
	border: solid 1px #ccc;
	padding: 10px;
	margin-bottom: 5px;
}


.commentname {
	width: 250px;
	font-size: 11px;
}

.commenttext {
	width: 100%;
	height: 100px;
	font-size: 11px;
}

.footerarea {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 20px;
	font-size: 11px;
}

.footertank {
	width: 100%;
	padding: 3px 0px 3px 0px;
}


