/* CSS Document */

/* Text */
p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
color:White; 
}

.darkgreyback {background-color: #474D59; }
.blackback {background-color: #000000; }
.menuback {background-color: #A8ADB4; vertical-align: top; }
.whiteback {background-color: #ffffff;}

.footer
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
padding-top: 3px;
color:Gray;
}

.homefooter
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
padding-top: 3px;
color:white;
}

/* Links */
a:link {color: #ffffff; font-weight: bold; text-decoration: underline;}/* unvisited link */
a:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
a:hover {color:#E07D00; text-decoration: none; text-decoration: underline;}   /* mouse over link */
a:active {color: #ffffff; text-decoration: none;}   /* selected link */

/* Object */
body 
{ 
font-family: Arial, Helvetica, sans-serif;
vertical-align: top; 
background-image: url(../images/background.gif); 
}

.underline {text-decoration:underline;}
.italic {font-style: italic;}           
.bold {font-weight: bold;}
.center{text-align: center;}

.welcome
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
color: #ffffff;
background-image: url(../images/welcometowebsiteBACK.jpg); 
vertical-align: top; 
}

.schedule
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
color: #ffffff;
background-image: url(../images/2007scheduleBACK.jpg); 
vertical-align: top; 
}

.eventsschedule
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
color: #ffffff;
vertical-align: top; 
}

.latestnews
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
color: #ffffff;
background-image: url(../images/latestnewsBACK.jpg); 
vertical-align: top; 
}

.textindent
{
  margin-left: 0.25in;
  vertical-align: top; 
  color:White
}

.welcomeindent
{  
  margin: 0.25in;
  vertical-align: top; 
}

.scheduleindent2
{
margin-left: 0.25in;
vertical-align: top; 
font-weight: bold;
}

.scheduleindent1
{
margin: 0.25in;
vertical-align: top; 
background-color: Silver;
color: Black;
font-weight: bold;
}

.newsindent
{
margin: 0.10in;
vertical-align: top; 
}

.footer
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.75em;
color: #817E7E;
text-align: center;
height: 20px;
}

.BigDateTitles
{
   color: #DC9B00;
   font-weight: bold;
   margin: 0.10in;
   vertical-align: top; 
   font-size: 0.95em;
}

.SmallDateTitles
{
   color: #DC9B00;
   font-weight: bold;
   margin: 0.10in;
   vertical-align: top; 
   font-size: 0.95em;
}

.MoreDetails
{
   color: #DC9B00;
   font-weight: bold;
   margin: 0.17in;
   vertical-align: top; 
   font-size: 0.85em;
}

.hr
{
    border-style:dashed;
    width: 2in;
    color: #A9A8A6;
}

.hrLong
{
    border-style:dashed;
    width: 5in;
    color: #A9A8A6;
}

.contactus
{
     color: #DC9B00;
    margin: 10px;
    font-weight: bold;
}

.contactustitle
{
    color: #ffffff;
    margin: 10px;
    font-weight: bold;
    font-size:medium;
}

.goldtext
{
    color: #DC9B00;
    font-weight: bold;
}

.titles
{
    color: #A9A8A6;
    font-weight: bold;
    font-size:medium;
}

.EmailForm
{
    color: #ffffff;    
}


.bluefont
{
    color:#2E4976;
}