/* CSS Document */
/* redefined tags */
body
{
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #000;
	text-align: center;
	vertical-align: top;
}

td
{
	padding: 0;
	margin: 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	vertical-align: top;
}

p, ul, ol, .searchresults { font-size: .95em; }
ul ul, ul ul ul, ul ul ul ul { font-size: 100%; }
ol ol, ol ol ol, ol ol ol ol { font-size: 100%; }

h1
{
	font-size: 1.8em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #369;
}

h2
{
	font-size: 1.5em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
	padding-top: .5em;
	margin-top: .75em;
	border-top: 1px solid #9CC;
}

h3, table.chart caption, table.categories caption
{
	text-align: left;
	font-size: 1.3em;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #369;
	padding-top: .5em;
}

img
{
	border: 0;
	padding: 0;
}

a
{
	font-weight: bold;
	color: #369;
	text-decoration: underline;
}

a:hover, .bsl a:hover
{
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

/* page layout */
td.banner
{
	width: 100%;
	height: 115px;
	text-align: center;
}

td.bannercell { background: url(images/fade.jpg) repeat-x left top; }

td.left
{
	width: 20%;
	padding: 20px 10px 10px 10px;
}

td.right
{
	width: 20%;
	padding: 20px 10px 10px 10px;
	font: .95em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

td.content
{
	width: 100%;
	color: #000;
}

td.contentcell
{
	padding: 20px;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
}

/* misc page styles */
.breadcrumb
{
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	color: #39f;
}

.bsl, .bsl a { color: #36c; }

.smallprint
{
	padding-top: 5px;
	border-top: 1px solid #ccc;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 130%;
}

.rightsmallprint
{
	padding-top: 5px;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 130%;
}

.nowrap {
	white-space:nowrap
}

table.chart
{
	width: 100%;
	padding-bottom: 1em;
}

table.categories
{
	width: 100%;
	padding: 1em 0;
}

table.chart td, table.categories td, table.categories th
{
	border-top: 1px solid #ccc;
	padding: 5px;
	text-align: left;
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

table.categories th { font-weight: bold; }

table.categories .hidden a { display: none; }

table.chart a
{
	text-decoration: none;
	font-weight: normal;
}

table.chart img {
display:block
}

.picleft
{
	float: left;
	border-right: 1.5em solid #fff;
	margin: .5em 0;
}

.picright
{
	float: right;
	border-left: 1.5em solid #fff;
	margin: .5em 0;
}

/* contact form */
table.contactform
{
	margin-top: 20px;
	border: 1px solid #ccc;
}

/* give all cells a bottom border */
table.contactform td
{
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #eee;
}

.toprow td, .toprow th { background: #eee; }

.required
{
	font-weight: bold;
	color: #39f;
}

/* remove bottom border from last row */
.lastrow td, .lastrow th
{
	border-bottom: 0;
	background: #eee;
}

/* event table */
table.eventform
{
	margin-top: 10px;
	border: 1px solid #ccc;
}

/* give all cells a bottom border */
table.eventform td
{
	text-align: left;
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

.greyrow td, .greyrow th { background-color: #eee; }

/* remove bottom border from last row */
.last td { border-bottom: 0; }

