/* NASTR'S Cascading Style Sheet                              */ 
/*                                                            */
/* Purpose...: Set's the default font, link styles, etc.      */
/*                                                            */
/* Written by: Carol Myers    Feb. 1, 2006                    */



/* start the body of the page, below the graphic              */

BODY {
background:#3E1F00;                                
background-position: 0px 0px;                 
}

/*  set table cells and paragraphs to the default text        */
td { font: 10pt/12pt Arial;}

p { font: 10pt/12pt Arial; } 



/* disallow browser's default for URL colors                  */
A:link	{color:white;background:none;text-decoration:underline;}
A:active {color:white;background:none;text-decoration:underline;}
A:visited {color:white;background:none;text-decoration:underline;}



/* default linelink to show URL                               */
.linelink {color: #336699;background:none;text-decoration:underline;}



/* used to display NASTR acronym in standard format           */
.acronym { font: bold 10pt/12pt Arial; color: #003663;}



/* acronym with white background                              */
.acronymw{ font:bold 10pt/12pt Arial;color:#FFFFFF;background-color:#5c97C7; }


/* commented - may be in some pages */
/* .nav { font: bold 10pt/12pt Arial;color:white;background-color: #999999; } */



/* set the colors for the rides                               */
.derbylink { color:black;background-color: #FFFF00;text-decoration:underline; }
.nastrlink { color:black;background-color: #FF9900;text-decoration:underline; }
.vclink { color:black;background-color: #FF0000;text-decoration:underline; }



/* sets sidebar at right side of page                         */
.sidebar {
padding: 4px;
position: absolute;
top: 10px;
left: 560px;
}



/* calendar class, places under sidebar                       */
.cal {
padding: 4px;
position: absolute;
top: 135px;
left: 610px;
}

