/* Stylesheet.css */

/* Body text and page background */
body 
{
   background-image: url(pix/bkg/vah.jpg)
}   


/* Unvisited links (no underline) */
a:link
{
   color: #a52a2a; /* brown */
   text-decoration: none;
}
/* Visited links (no underline) */
 a:visited
{
   color: #006400; /* dark green */
   text-decoration: none;
}
/* Hover links (red underlined) */
 a:hover
{
   color: #ff0000; /* red */
   text-decoration: underline;
}
/* Active links (green underlined) */
 a:active
{
   color: #4b0082; /* indigo */
   text-decoration: underline;
}


/*Style for navigation bar */

a.navbar
{
float: center;
padding: 6px;
border-left: 5px outset white;
border-right: 5px outset white;
font-family: arial,helvetica;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
text-align: center;
}

a.navbar:link
{
color: black;
background-color: #CAE1FF;
}

a.navbar:visited
{
color: black;
background-color: #CAE1FF;
}

a.navbar:hover 
{
color: white;
background-color: #00BFFF;
}

a.navbar:active 
{
color: black;
background-color: #FFE4E1;
}

/* Styles for table rows */
tr.form
{
  background-color: #eeeeee;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 8pt;
}


/* Styles for table cells */
td.white
{
  background-color: #ffffff;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
}
td.green
{
  background-color: #ccff99;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 10pt;
}  
td.blue
{
  background-color: #ccffff;
  text-align: left;
  font-family: arial,helvetica;
  font-size: 10pt;
}  
td.marquee
{
  background-color: #ffffff;
  text-align: left;
  font-family: 'Monotype Corsiva', Cursive;
  font-size: 12pt; 
  color: #228b22;
}
td.menu
{
  background-color: #ccffff;
  text-align: center;	
  font-family: arial,helvetica;
  font-size: 8pt;
  font-weight: bold;
}
td.blueswirl
{
  background-image: url(pix/bkg/blueswirl.jpg)
}

td.blueswirlwide
{
  background-image: url(pix/bkg/blueswirlwide.jpg)
}

td.greenborder
{
  background-image: url(pix/bkg/green.gif)
}


td.header
{
   background-image: url(pix/bkg/rainbow2.jpg)  
}


td.vertical
{
   background-image: url(pix/images/rainbow3.jpg)  
}




p.copyright
{
  text-align: center;	
  font-family: arial,helvetica;
  font-size: 8pt;
  font-weight: bold;
}

p.box
{
  background-color: #ccff99;  
  float: left;
  border-right: 10px outset;
  border-left: 5px outset;
  border-top: 5px outset;
  border-bottom: 10px outset;
  width: 250px;
  height: 350px;
  padding: 7px;
  font-family: arial,helvetica;
  font-size: 10pt;
  color: #00008b;
  text-align: left;
}


{
/* Custom bullet for bulleted lists */
list-style-image: url("pix/bullets/redarrow.gif")
}
  

/* Level-1 Headings */
h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-large;
    color: #00008b;
    text-align: center;
}

/* Level-2 Headings */
h2{
    font-family: juice itc;
    font-size: x-large;
    color: #228b22;
    font-style: italic;
}

/* Level-3 Headings */
h3{
    font-family: 'Monotype Corsiva', Cursive;
    font-size: x-large;
    color: #228b22;
    text-align: left;
}
/* Float image to right of paragraph */
img.floatright
{
   float: right;
}
/* Float image to left of paragraph */
img.floatleft
{
   float: left;
}