﻿@import url('layout.css');
body {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	background-color: #4F618C;
	text-align: center;
	background-repeat: repeat;
}
#navigation {
	height: 24px;
	background-repeat: repeat;
	background-color: #95A3C3;
}
html > body #navigation {
	overflow: hidden;
}
#left_col {
	background-image: url('../images/l_col2.jpg');
	background-repeat: repeat;
}
#middle_col {
	background-color: #FFFFFF;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A60A8;
	float: left;
}
#right_col {
	color: #444422;
	background-image: url('../images/r-col_blue.jpg');
	background-repeat: repeat;
	text-align: center;
}
#bboard {
	border: 1px solid #333333;
	background-color: #CCCCFF;
	text-align: center;
	padding-right: 5px;
	padding-left: 7px;
}
#footer {
	background-color: #95A3C3;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: x-small;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #575757;
	text-decoration: none;
}
a:hover {
	color: #575757;
	text-decoration: underline;
}
a:active {
	color: #575757;
	text-decoration: underline;
}
/* Styles for Navigation */
#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation li {
	float: left;
	width: 195px;
	position: relative;
}
#navigation a {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
	background: #92A8C0;
	line-height: 22px;
	font-family: Verdana;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#navigation a:visited {
	display: block;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	line-height: 22px;
	font-family: verdana;
}
#navigation a:hover {
	color: #fff;
	background: #414D67;
	font-weight: bold;
}
#navigation :hover > a {
	color: #fff;
	background: #414D67;
}
.race_buttons {
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
}
.race_buttons li {
	list-style: none;
	display: inline;
}
.race_buttons li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #95A3C3;
	border: 2px solid #FFF2BF;
}
.race_buttons_font {
	color: #FFFFFF;
}
.race_buttons li a:hover {
	color: black;
	background-color: #FFE271;
	border-style: outset;
}
html > body .bevelmenu li a:active {
	/* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
* html a:hover {
	visibility: visible;
}
/* Styles for Left Column */
#left_col hr {
	width: 90%;
	height: 0px;
}
#left_col h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
#left_col h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	text-align: center;
}
#left_col h3 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
#left_col h4 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}
#left_col h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#left_col a {
	text-decoration: none;
	font-family: Verdana;
	color: #575757;
}
#left_col a:hover {
	text-decoration: none;
	font-family: Verdana;
	color: #000000;
}
#left_col p {
	color: #444422;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
.menu {
	width: 170px;
	position: relative;
	z-index: 1000;
}
.menu li {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	list-style: none;
}
.menu li a:hover {
	color: #000000;
	background-color: #FFF2BF;
	border-style: outset;
}
.menu ul {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	list-style-type: none;
}
.menu ul li {
	position: relative;
	text-align: left;
	z-index: auto;
}
.menu a {
	width: 170px;
	border-width: 1px 1px 0 0;
}
.menu a:visited {
	font-family: Verdana;
	color: #575757;
	font-size: 12px;
	font-weight: bold;
	width: 170px;
	border-width: 1px 1px 0 0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a:visited {
	width: 150px;
}
* html .menu a {
	width: 150px;
}
/* style the second level links */
* html .menu ul ul a {
	width: 125px;
}
.menu ul ul a {
	margin: 0px;
	height: auto;
	padding: 3px 5px 3px 5px;
	width: 125px;
}
.menu ul ul a:visited {
	margin: 0px;
	color: #000;
	padding: 2px 5px 2px 5px;
	width: 125px;
}
.menu li:hover {
	z-index: 10000; /* ...and here. this makes sure active item is always above anything else in the menu */;
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li:hover > ul {
	visibility: visible; /* display submenu them on hover */;
	left: 97%;	/* and move them to the right of the item */
}
/* Styles for Middle Column */
#middle_col p {
	color: #444422;
	font-size: small;
	font-family: Verdana;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
#middle_col a {
	text-decoration: none;
}
#middle_col a:hover {
	text-decoration: none;
	color: #000000;
}
#middle_col img {
	border-style: none;
	padding: 0px;
	border-width: 0px;
	text-align: center;
}
#middle_col hr {
	width: 90%;
	text-align: center;
}
#middle_col h1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: xx-large;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
}
#middle_col h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-large;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
#middle_col h3 {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
#middle_col h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #43578A;
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#middle_col ul {
	margin: 5px 0px 0px 0px;
	list-style-type: none;
}
#middle_col li {
	font-family: Verdana;
	color: #575757;
	font-size: small;
}
#middle_col li:hover a {
	background: #FFFFCC;
}
/* Styles for Right Column */
#right_col p {
	color: #444422;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#right_col a {
	text-decoration: none;
	color: #444422;
}
#right_col img {
	padding: 0px;
}
#right_col h2 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: large;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}
#right_col h3 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
#right_col h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
}
#right_col h5 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#right_col ul {
	margin: 5px 0 0 0;
	list-style-type: disc;
	line-height: 20px;
	text-align: center;
	padding-left: 10px;
}
#right_col li {
	font-family: Verdana;
	color: #575757;
	font-size: small;
}
#right_col li:hover a {
	background: #FFFFCC;
}
/* Styles for Footer */
#footer p {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	background-color: #95A3C3;
	font-size: small;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
#left_nav {
	background-color: #FFFFCC;
	width: 165px;
	margin: 0px;
	padding: 0px;
}
#left_nav h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #575757;
	font-weight: bold;
}
.middle_title {
	font-family: Cambria;
	color: #000000;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.blank {
	font-size: 1pt;
	height: 8px;
}
.textlink {
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.textlink a:link {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
.textlink a:visited {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
.textlink a:hover {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
.textlink a:active {
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
}
.blank_small {
	font-size: 1pt;
	height: 15px;
}
.blank_med {
	font-size: 1pt;
	height: 30px;
}
.blank_lg {
	font-size: 1pt;
	height: 60px;
}
.center {
	text-align: center;
}
.hrblue {
	color: #9FB5D0;
	text-align: center;
	height: 0px;
}
.style4 {
	font-size: x-large;
}
.style5 {
	font-size: small;
	color: #800000;
	font-style: italic;
	font-weight: bold;
}
.style6 {
	color: #333333;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
.red_highlight {
	padding: 0px;
	font-size: 6pt;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
	font-family: verdana;
	text-align: left;
}
.search {
	border: 1px solid #006699;
	margin: 0px;
	padding: 10px 5px 5px 5px;
	background-color: #FFFFFF;
	width: 150px;
	text-align: left;
}
.cssform {
	text-align: center;
}
.highlight {
	font-weight: bold;
	text-decoration: underline;
}
.style7 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif, verdana;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	color: #000000;
}
.pad {
	padding: 5px 40px 5px 40px;
}
.info {
	color: #444422;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.rgt {
	text-align: right;
}
.mrnfont {
	font-size: large;
	color: #800000;
	font-style: italic;
	font-weight: bold;
}
.mrnfontnrm {
	font-size: large;
	color: #800000;
	font-style: normal;
	font-weight: bold;
}
.lgtd {
	color: #000000;
	text-align: justify;
}
.mrnfontsm {
	font-size: small;
	color: #800000;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.mlink {
	font-size: small;
	color: #800000;
	font-style: italic;
	font-weight: bold;
}
.rlink {
	font-size: small;
	color: #800000;
	font-weight: bold;
}
.titlectr {
	text-align: center;
}
.ctrtd {
	color: #000000;
	text-align: center;
}
.infobox1 {
	text-align: justify;
}
.infoform {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
.font-medblue {
	font-size: medium;
	color: #0000FF;
}
.font-medred-ctr {
	text-align: center;
	color: #FF0000;
	font-size: medium;
	padding-top: 5px;
	padding-bottom: 10px;
}
.font-smred-ctr {
	text-align: center;
	color: #FF0000;
	font-size: small;
}
.mbody {
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bdrnone {
	border-style: none;
}
.wave {
	color: #43578A;
}
.redxxsmall {
	color: #FF0000;
	font-size: xx-small;
}
.img-border-1 {
	border: 1px solid #8CB6C4;
}
.img-border-blk {
	border: 1px solid #000000;
}
.blue-white-banner {
	text-align: center;
	font-size: medium;
	color: #FFFFFF;
	background-color: #95A3C3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 100%;
	height: 50px;
}
.wave_col ul {
	margin: 5px 0 0 0;
	list-style-type: none;
}
.redxsmall {
	color: #FF0000;
	font-size: x-small;
}
.red-close {
	font-size: 10.0pt;
	font-family: "Arial","sans-serif";
	color: red;
	font-weight: bold;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.signupform {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.grayfont {
	color: #444422;
	font-size: small;
	font-family: Verdana;
}
}
