/* CSS Document */

/*

Colors:
slime green #9ED200
dark green #008000
light blue #99CCFF
sky blue #0069A1
brown #996633
red (cdn nat'l shows) #990000
blue (us nat'l shows) #000066  
green (sporthorse nat'l shows) #006600  

shortcut form for margins and padding: top, right, bottom, left;
*/

/* set some browser default margins and paddings to 0, so all browser will respond the same */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0px none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	color: #333333; 
	background: url(images/blusuede.jpg) repeat;
	/*background-color: #0069A1;*/
	text-align: center; /* Added to center content in IE */
}

h1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: xx-large; 
	color: #0069A1;
	margin-bottom: 18px;
	font-style: italic;
	font-weight: bold; 
}

h2 {
	font-size: 100%;
	margin-bottom: 10px;
}
h3 {
	font-size: 89%;
	margin-bottom: 10px;
}
h4 {
	font-size: 88%;
	color: #333333;
	background-color: #CCCCCC;
	font-weight: normal;
	padding: 3px 3px 3px 10px;
	text-align: left;
}

.title { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #0069A1;
	font-size: 110%; 
	font-weight: bold;
	margin-bottom: 10px;
}
.title2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #008000;
	font-size: 130%; 
	font-weight: bold;
	margin-bottom: 10px;
}

a:link {
	color: #0069A1;
	text-decoration: none;
}
a:visited {
	color: #0069A1;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
a:active {
	color: #9ED200;
	text-decoration: underline;
}

#logo {
	background-color: #FFFFFF;
	float: right;
	clear: both;
}

#wrapper {
	/*background-color: #0069A1;*/
	width: 803px;
	margin:10px auto;
	border: 0px none;
	text-align: left
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 801px;
	background-color: #FFFFFF;
	border: 2px groove #9ED200;
}

#topmenu { 
	width: 680px; 
	height: 30px; 
	font: bold 12px arial;
	/*border: thin #FF0000 dotted;*/
}

#topmenu ul{
	padding-left: 0;
	margin-left: 2px;
	margin-top: 5px;
	height: 25px;
	background-color:#FFFFFF;
}

#topmenu ul li{
	list-style: none;
	display: inline;
}

#topmenu ul li a	{
	text-decoration: none; 
	/*padding: 2px 0.5em;*/
	padding: 2px 2px 2px 5px;
	width: 95px;
	float: left;
	color: black;
	background-color: white;
	border: 2px outset #99CCFF;
}

#topmenu ul li a:hover{
	background-color: #99CCFF; 
	border-style: outset; 
	text-decoration: none;
}

/*html>body .topmenu ul li a:active{ */ /* Apply mousedown effect only to NON IE browsers */
/*	border-style: inset;
}*/
#topmenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 801px;
	border: 2px groove #aba37b;
	background-color: #ffffff;
}

#content p {
	font-size: 80%;
	line-height: 125%;
	margin-bottom: 15px;
}

#content ol {
	font-size: 80%;
	line-height: 125%;
	margin-bottom: 15px;
}

#navBar{
  float: right;
	width: 110px; 
	margin-left: 3px;
	/*margin: 0px;*/
	padding: 5px 5px 0px 5px;
	background-color: #FFFFFF;
	text-align: right;
	/*border:	1px groove #99CCFF;*/
}

#navBar a:link {
	color: #000000;
	text-decoration: none;
}
#navBar a:visited {
	color: #000000;
	text-decoration: none;
}
#navBar a:hover {
	color: #009900;
	text-decoration: none;
}

#newsbox {
	background-color: white; 
	border: 3px double #008000; 
	width: 215px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#survey {
	background-color: white; 
	border: 3px double #008000; 
	width: 490px; 
	height: 420px;
	/*padding-bottom: 5px;
	margin-bottom: 10px;*/
}
#sponsors {
	background-color: white; 
	border: 3px double #008000; 
	width: 215px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#newsbox-wrapper {
	margin: 30px 0px 15px 30px; 
	float: left;
	width: 215px;
}

#leftbox {
	background-color: #FFFFFF;
	width: 215px;
	padding: 5px 0px 5px 10px;
	border: 0px;
}

#newsbox h3 {
	text-align: center;
	color: #008000; 
	margin: 5px 10px 10px 10px;
}
#sponsors h3 {
	text-align: center;
	color: #008000;
	margin: 5px 10px 10px 10px;
}
#newsbox p {
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#about { 
	padding: 10px 15px 10px 15px; 
}

.inside { 
	padding: 5px 5px 5px 5px; 
	background-color: #FFFFFF;	
}

.story {
	width: 425px;
	margin-left: 290px;
}
.story1 {
	width: 500px;
	margin-left: 270px;
}

.story2 {
	width: 550px;
	margin-left: 110px;
}
.story2 table {
	border: 1px solid #CCCCCC;
}
.story2 td {
	font-size: 80%;
	line-height: 125%;
	padding: 3px 3px 0px 3px;
}

.story2t {
	width: 550px;
	margin-left: 110px;
}
.story2t table {
	border: 0;
}
.story2 td {
	line-height: 125%;
	padding: 3px 3px 0px 3px;
}
.story2tf {
	width: 550px;
	margin-left: 110px;
}
.story2tf table {
	border: 0;
}
.story2tf td {
	font-size: 80%;
	line-height: 125%;
	padding: 3px 3px 0px 3px;
}

.story3 {
	width: 620px;
	margin-left: 90px;
}

.story3h {
	width: 665px;
	margin-left: 68px;
}
.story3 table {
	border: 1px solid #CCCCCC;
}
.story3 td {
	font-size: 80%;
	line-height: 125%;
	padding: 3px 3px 0px 3px;
}

.meetingRpt {
	font-size: 80%;
	width: 450px;
	margin-left: 10px;
	border: #0080FF solid thin;
	padding: 5px 5px 5px 5px;
	/*line-height: 150%; */
}

.clearit {
	height: auto;
	margin-top: 0px;
	margin-left: 110px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 550px;
	clear:both;
	text-align: right;
	font-weight: bold;
	color: #CC0000; 
}
.clearit a:link {
	color: #CC0000;
	text-decoration: none;
}
.clearit a:visited {
	color: #CC0000;
	text-decoration: none;
}
.clearit a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.calendar { 
	background-color: #99CCFF; /*#FFFF66;*/
	border: #0099FF 1px solid; 
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #000000;
  font-weight: bold;
  font-family: Arial, Verdana,  Helvetica, sans-serif;  
}
/* CLASS A SHOWS */

tr.classa {
	background-color: #99CCFF; /*#FFFF66;*/
	border-bottom: 1px solid #666666;
	border-collapse: collapse;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #000000;
  font-weight: bold;
  font-family: Arial, Verdana,  Helvetica, sans-serif;
}

/* REGIONAL SHOWS */
	
tr.regionals  {
	border-bottom: 1px solid #666666;
	background-color: #0069A1;
	border-collapse: collapse;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #eeeeee;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

tr.wcb  {
	border-bottom: 1px solid #666666;
	background-color: #FFFF00;
	border-collapse: collapse;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #eeeeee;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* CDN AND US NAT'L SHOWS */

tr.nationals-cdn  {
	border-bottom: 1px solid #666666;
	background-color: #990000;
	border-collapse: collapse;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #eeeeee;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

tr.nationals-sh  {
	border-bottom: 1px solid #666666;
	background-color: #006600;
	border-collapse: collapse;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #eeeeee;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

tr.nationals-usa  {
	border-bottom: 1px solid #666666;
	background-color: #000066;
	border-collapse: collapse;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 110%;
  color: #eeeeee;
  font-weight: normal;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: center;
	font-weight: normal;
	font-size: 75%;
	margin-top: 5px;
}

.endline { 
	border-bottom: 1px solid #0066CC; 
	padding: 3px 0px 3px 0px;
}

.labels { 
	font-size: 80%;
	width:90px; 
	padding-right:2px; 
	margin: 0 0 0 0;
	float:left;
}

.winners {
	font-size: 80%;
	width:475px; 
	margin: 0 0 0 0;	
}
	
.caption {
	font-size: 80%;
	color: #0069A1;
}

.notice {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size:14px;
	color: #FF0000;
}
