/* ------ REDEFINED HTML ELEMENTS ------ */
html, body { margin: 5px 0px 0px 20px;}

body, p {	color: black; 
	font-size: 9pt;
	background-color: #005b7c;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sun-Sans-Regular;
	}
p {	background-color: white;
	line-height: 1.5em;
	margin: 0em 2em 1.5em 0px;
	}
td { }
h1, h2, h3, h4, h5, h6 {	font-family: Arial, Helvetica, Geneva, Swiss, Sun-Sans-Regular;
	line-height: 1em;
	font-weight: bold;
	margin: 0em 0em .5em 0px;
	}
h1 { font-size: 22pt }
h2 { font-size: 18pt; 
	color: red; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 10pt; }
ul { font-size: 9pt; 
	line-height: 1.5em;
	margin: 0em 0em 1.5em 1.5em;
	list-style-type: disc;
	background-color: white;
	}
li { font-size: 9pt; 
	line-height: 1.5em;
	margin: 0em 5em 0em 0em;
	background-color: white;
	}
a:link, a:visited {color: #369;
	font-weight: bold;
	text-decoration: none;
	}
a:hover	{color: #F00;
	text-decoration: underline;
	}
a:active	{color: #F30;
	}

/* ------ TEMPLATE ELEMENTS ------ */
.mainLayoutTable { 
	background-color: white;
	}
.sidebarCallout { 
	font-size: 12pt;
	line-height: 2em;
	font-style: italic;
	color: silver;
	margin: 1em 0em .25em 1em;
	}
a:link.footer, a:visited.footer { 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
	}
a:hover.footer { 
	color: white; 
	font-weight: bold; 
	text-decoration: underline; 
	}
a:active.footer   { 
	text-decoration: none; 
	}
a:link.footerNorman  { 
	color: silver; f
	ont-weight: bold; 
	text-decoration: none; 
	}
a:hover.footerNorman  { 
	color: silver; 
	font-weight: bold; 
	text-decoration: underline;
	 }
.footerText { 
	color: white; 
	font-weight: bold; 
	font-size: 8pt; 
	}
.footerTextGray  { 
	color: silver; font-weight: bold; font-size: 8pt; 
	}
.navPath { 
	color: silver; 
	font-size: 10px; 
	margin: 1em 1em 1em 1em; 
	padding: 0em 0em 0em 0em;
	}
.leftSideBarShadowBkgrd { 
	background: url(../nav/sidebarshadow.jpg) repeat-y; 
	}
.sidebarCallout { 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	color: #666666; 
	font-style: italic; 
	font-size: 14px; 
	line-height: 2em; 
	margin-left: 15px; 
	margin-right: 3px; 
	padding-top: 5px; 
	}

/* ------ MORE SPECIFIC PAGE OR SECTION STYLES ------ */
.bold	{font-weight: bold; }
.itals	{font-style: italics; }
.boldAndItals	{font-weight: bold;
	font-style: italics;
	}
td.raceList { 
	margin: .25em .25em .25em .25em;
	padding: .25em .5em .25em 1em;
	background-color: white;
	border: solid 1px #A9A9A9;
	}
.blockQuote { 
	margin: .25em 2em 1em 2em;
	padding: .5em 1em .75em 1em;
	background-color: #F5F5F5;
	}
.contactFormText { 
	font-size: 9pt;
	margin: 0em 0em .8em 0em;
	}
.redText { 
	margin: 0em 0em 0em 0em;
	color: red;
	}
td.photoThumbnailNames { 
	margin: 0em 0em 0em 0em;
	background-color: white;
	font-size: 8pt;
	}
p.bannerLink1 {	font-size: 12pt;
	line-height: 1em;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
	margin: 1em 2em 1em 0px;
	padding: .3em .3em .3em .3px;
	}
td.bbsMargins {
	padding: 1em 1em 1em 1em;
	}