/* GLOBAL STYLES */

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

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

a.small {
	font-size: 10px;
	color: #906;
	text-decoration: none;
}

h1 {
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #920000;
}

h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #920000;
	border-bottom: solid 1px #920000;
}

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

h4 {
	margin: 0px;
	font-size: 14px;
}

.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 {
	border-bottom: solid 1px #EEE;
	padding-bottom: 15px;
}

/* LAYOUT STYLES */

body {
	margin: 0px;
	background-color: #999;
	color: #000000;
	text-align: center;
	background: url('/images/layout/bodybg.gif') repeat-y center;
}

.pagearea {
	width: 961px;
	text-align: left;
}

.pagetankmain {
	vertical-align: top;
}

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

.headerarea {
	width: 100%;
	height: 122px;
	background: url('/images/layout/headerbg.gif') no-repeat top left;
	margin-bottom: 30px;
}

.logocell {
	height: 97px;
	padding-left: 30px;
}

.logocell img {
	border: 0 none;
	width: 323px;
	height: 78px;
}

.searchcell {
	vertical-align: top;
	height: 97px;
	text-align: right;
}

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

.searchtank {
	margin-top: 5px;
	margin-right: 5px;
}

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

.maincontent {
	font-size: 12px;
	width: 570px;
	padding: 0px 30px 30px 30px;
	border-right: solid 1px #000;
	vertical-align: top;	
}

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

.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;
}

.submitmail {
	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;
	border-top: solid 1px #ccc;
}


