/* 
 *  Author: Tagalong Design
 * Copyright 2009 Texas Rally on the River
 * 
 */ 

body { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
background:url(images/bkgd.jpg);
	color:#CCCCCC;
	font-size:12px;
	line-height: normal; 
}

th { font-size:medium;
	font-weight:bold; 
	color:#CCCCCC;
	line-height: normal; 
	text-align: center; 
}	
	
td { font-size: small; 
	line-height: normal; 
	text-decoration: none; 
	text-align: center; }

td.sidemain{ font-size: medium;
	vertical-align:top; 
	line-height: normal; 
	text-decoration: none; 
	text-align: center; 
	color:#315fac;
	width:25%;
	}

/* side links parameters */
div#links {
    float          	 	:left;
	width				:auto;
    font-size       	:12px;
	margin-left:1%;
}

/* main page body parameters*/
div#main {
	width				:74%;
	margin:2px;
	float:left;
}

/* header page body parameters*/
div#header {
	width				:100%;
}

table.main {
width:99%;
text-align:center;
border:#0066CC;
border:thin;
border:double;
}

table.header {
width:100%;
background:url(images/flame2.jpg);
background-repeat:no-repeat;
background-position:center;
}
	
table.events { 
color:#000000;
background-image:url(images/waterbkgd.jpg);
border:thin;
border:groove;
border:#000099;
width:95%;
vertical-align:top;
text-align:center;
}

th.events {
color:#000033;
font-size:16px;
			border:#0066CC;
			border:thin;
			border:dotted;
			}

td.events {font-size:12px;
			border:#0066CC;
			border:thin;
			border:dotted;
			}

td.events2 { border-bottom:0066cc;
border-bottom:thin;
border-bottom:dotted;
}

td.main {
font-size:12px;
border:#666666;
border:thin;
border:inset;
text-align:center;
vertical-align:top;
}

th.header {font-size:16px;
color:#CCCCCC;
background-repeat:no-repeat;
text-align:center;
width:33%;
}

.hpadding { font-weight: bolder; font-size: 12px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; padding: 0px 10px }

.textpadding { font-size: 10px; line-height: font-family:Verdana, Geneva, Arial, helvetica, sans-serif; margin: 1px; padding: 0px 10px }

h1 { 	color:#CC9900; font-size: 18px; line-height: 18px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif}
h2 { 	color:#CC9900; font-size: 16px; line-height: 16px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif }
h3 { 	color:#CC9900; font-size: 14px; line-height: 14px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif }
h4 { 	color:#CC9900;  font-size: 12px line-height: 12px; font-family: Verdana, Geneva, Arial, helvetica, sans-serif}

<!-- CHANGES TO THE WAY LINKS LOOK HERE -->

a { 
	color:#0066FF;
	text-decoration	: underline; 
}
	
a:link {
	color:#0066FF;
	text-decoration: underline;
}

a:visited {
	text-decoration	:underline;
	color:#FF9933;
}

a:hover {
	color:#CC0000;
	text-decoration	:underline;
}

a:active {
	color:#FF9933;
	text-decoration: underline;
}
