/* GLOBAL STYLES */

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

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: #000;
	border-bottom: solid 1px #000;
}

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

.themeimg {
	width: 896px;
	height: 217px;
	border: solid 1px #a44242;
	margin-bottom: 30px;
}

/* LAYOUT STYLES */

body {
	margin: 0px;
	color: #000000;
	text-align: center;
	background: #fff url('/layout/bodybg.png') repeat-x top left;
}

.pagetank {
	width: 960px;
	height: 700px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: left;
	background: #fff;
}

.pagewrapper {
	width: 960px;
	vertical-align: top;
}	

.headerwrapper {
	width: 100%;
	height: 140px;
}

.logowrapper {
	height: 140px;
	padding-left: 30px;
	text-align: left;
}

.headerrightwrapper {
	text-align: right;
}

.headerrightwrapper img {
	margin-right: 20px;
}

.topnavwrapper {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	height: 30px;
	padding-left: 30px;
}

.mainwrapper {
	font-size: 12px;
	padding: 30px;
	vertical-align: top;	
}

.footertank {
	width: 960px;
}

.footerwrapper {
	padding-top:15px;
	font-size:8pt;
}


