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

td.nav_bar {
	background: #FFFFFF;
	width:190px;
	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: 190px;
	height: 100%;
}

td.nav_top {
	background: url("../graphics/border03alogo2.jpg") no-repeat;
	width: 190px;
	height: 250px;
}

td.nav_middle {
	background: url("../graphics/border03aside.jpg") repeat-y;
 	width: 190px;
 	vertical-align: top;
}

tr.nav_middle {
	height: 100%;
}

#jonpic {
	background: url("../images/jonphoto4b.jpg") no-repeat center center;
	width: 138px;
	height: 156px
}

td.nav_bottom {
	background: url("../graphics/border03abottom.jpg") no-repeat;
	width: 190px;
	height: 20px;
}

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

td.header_center {
	height: 190px;
	background: url("../graphics/border03atop.jpg") repeat-x top;
}

td.header_right {
	background: url("../graphics/border03aright.jpg") no-repeat;
	width: 24px;
	height: 190px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #632A0A;
	font-family: 'Comic Sans MS', 'Verdana', sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	color: #632A0A;
}

h1
{
	font-family: 'Copperplate Gothic Bold', 'Times New Roman', serif;
	text-align: center;
	font-size: 210%;
}

h2
{
	font-family: 'Comic Sans MS', 'Verdana', sans-serif;
	text-align: center;
	font-size: 180%;
}

h3
{
	font-family: 'Comic Sans MS', 'Verdana', sans-serif;
	text-align: center;
	font-size: 140%;
}

h4 {
	font-family: 'Comic Sans MS', 'Verdana', sans-serif;
	text-align: center;
	font-size: 120%;
}

h5 {
	font-family: 'Comic Sans MS', 'Verdana', sans-serif;
	text-align: center;
	font-size: 100%;
}

h6 {
	font-family: 'Comic Sans MS', 'Verdana', sans-serif;
	text-align: left;
	font-size: 100%;
}

a {
	color: #632A0A;
}

#exemplar_table a {
	text-decoration: none;
}

a:hover {
	color: #FF0000;

}