/* You Never Can Tell */
/* Copyright Dalbrook Limited, UK */

td.nav_bar {
	background: #FFFFFF;
	width:234px;
	height: 100%;
	vertical-align: top;
}

td.content_bar {
	background: #FFFFFF;
	width:100%;
	vertical-align: top;
	text-align: left;

}

td.header_bar {
	background: #FFFFFF;
	width: 100%;
	vertical-align: top;
}

td.content {
	background: #FFFFFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
}

table.nav_table {
	width: 234px;
	height: 100%;
}

td.nav_top {
	background: url("../border_12/corner_3.jpg") no-repeat;
	width: 234px;
	height: 196px;
}

td.nav_middle {
	background: url("../border_12/left_mid.jpg") repeat-y;
 	width: 216px;
 	vertical-align: top;
}

tr.nav_middle {
	height: 100%;
}

#jonpic {
	background: url("../border_12/jonphoto12.jpg") no-repeat center center;
	width: 100%;
	height: 156px
}

td.nav_bottom {
	background: url("../border_12/bottom.jpg") no-repeat;
	width: 216px;
	height: 19px;
}

table.header_table {
	height: 208px;
	width: 100%;
}

td.header_center {
	height: 179px;
	background: url("../border_12/top_mid.jpg") repeat-x top;
}

td.header_right {
	background: url("../border_12/right.jpg") no-repeat;
	width: 18px;
	height: 179px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Verdana', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color: #000000;
	font-family: 'Ariel', sans-serif;
}

h1
{
	text-align: center;
	font-size: 210%;
}

h2
{
	text-align: center;
	font-size: 180%;
}

h3
{
	text-align: center;
	font-size: 140%;
}

h4 {
	text-align: center;
	font-size: 120%;
}

h5 {
	text-align: center;
	font-size: 100%;
}

h6 {
	text-align: left;
	font-size: 100%;
}

a {
	color: #000000;
}

#exemplar_table a {
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}