body {
	overflow-y:scroll;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:verdana;
	font-size:12px;
	background-color:#EDEDED;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-y;
	background-position:center;
}

.page {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:100%;
}

.pagebanner {
	padding-top:20px;
	padding-left:20px;
	width:780px;
	height:200px;
}

.logo {
	width:275px;
	height:200px;
	background-image:url('../images/tbwalogo.gif');
	background-repeat:no-repeat;
}

.slogan {
	width:505px;
	height:200px;
	font-family:times;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	vertical-align:text-top;
}

.pagecontent {
	width:800px;
	height:100%;
	color:#FFFFFF;
}

.menu {
	padding-top:20px;
	padding-bottom:20px;
	width:180px;
	height:100%;
	min-height:160px;
	text-align:right;
}

.menu a {
	display:block;
	margin-right:20px;
	line-height:24px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#2E5E4E;
}

.menu a:hover, .menu a.on {
        color:#901008;
}

.content {
	border-left:2px solid #2E5E4E;
	padding-top:20px;
	padding-bottom:20px;
	width:618px;
	height:100%;
	min-height:160px;
	line-height:16px;
}

.row {
	clear:both;
}

.col {
	float:left;
}

.textblock {
	margin-left:20px;
	margin-right:20px;
	color:#2E2E2E;
}

.bcard {
	margin-left:50px;
}

.pagefooter {
	clear:both;
	width:800px;
	height:20px;
}

h3 {
	text-align:center;
}

