body {
	padding: 0px;
	margin: 0px;
	background-image:url('../images/bg.jpg');
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #a2a2a2;
	font-family: arial, sans-serif;	
	font-size: 12px;	
}

span.heightbump {
height: 14px;
}

td {
	font-size: 12px;	
}

td.sidenav {
	background-image:url('../images/sidenav.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 386px;
}

td.sidenavarea {
	background-color:#6f88c1;
	width: 200px;
}

td.contentsub {
	width: 560px;
	background-color: white;
	padding: 20px;
}

td.banner{
	background-image:url('../images/bnr-bg.jpg');
	background-repeat: no-repeat;
	width: 600px;
	height: 386px;
}

td.content{
	background-image:url('../images/content-bg.jpg');
	background-repeat: no-repeat;
	width: 800px;
	background-color: #f9f9f9;
}

td.contenttext, td.contenttext p {
	font-family: arial, sans-serif;
	font-size: 12px;
}

td.footer {
	background-color: #d9aa28;
	width: 780px;
	height: 25px;
	color: white;
	font-size: 11px;
	padding: 10px;
		font-weight: bold;
}

td.header {
	background-image:url('../images/top-bar.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 52px;
	color: white;
	font-size: 10px;
	padding: 10px;
}

td.footer a, td.footer a:link, td.footer a:visited, td.footer a:active, td.footer a:hover{
	color: white;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;
}

h1 {
	font-family: arial, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #d9aa28;	
}

td.headertext {
	width: 590px;
	background-color: #d9aa28;	
	color: white;
	padding: 5px;
}

td.headertext a, td.headertext a:link, td.headertext a:active, td.headertext a:visited, td.headertext a:hover {
	color: white;
	font-size: 11px;
	text-decoration:none;
	font-weight: bold;

}