BODY {/*this is shorthand and declares the background color and calls the image */
      background  : #FFFFFF url('../Menu/images/RiversideGreenHeadBG.gif') repeat-X; /* that will be repeated only along the x-axis [East/West] */
      font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	     color    : #000066;
      margin: 0px; /*margins are set to zero*/
      padding-top: 0px
      }
      
.Header {
    margin-top: 0px;
    margin-left: 0px;
    height: 65px;
    background : #FFFFFF;
     }     

.LContent {
    background: #FFFFFF;/*declare a color together with a contrasting background color*/ 
    text-align: Left;
    top: 160px;
	left: 15px;
    width: 325px;
    line-height : 110%;/*line-height set to 110% in order to have the navigation elements better separated*/
    }

.RContent {
	position: absolute;
	background: #FFFFFF;
	top: 293px;
	color: #000000;
	margin-left: 350px;
	margin-right: 25px;
	padding: 5px;
	width: auto;
	left: 310px;

    }
    
.LContentWide {
    background: #FFFFFF;/*declare a color together with a contrasting background color*/ 
    top: 140px;
	margin-left: 15px;
    width: 425px;
    line-height : 110%;/*line-height set to 110% in order to have the navigation elements better separated*/
    }

.RContentNarrow {/*this is the main content area*/
    position: absolute;
    background: #FFFFFF;/*declare a color together with a contrasting background color*/ 
    top: 140px;
    color: #000000;/*to insure readability*/
    margin-left: 475px;/*to position the content area to the right of the navigation*/
    margin-right: 25px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    width: auto;
    }
   
tr.Head td{
text-align: center; 
background: #FFFFFF; 
border: Solid #000000;
border: 1px;
padding: 0px;
font-size: 16px;
font-style: bold; 
font-color: #000000;
}
tr.USTitle td{
width: 60px; 
text-align: center; 
background: #008000; 
border: 1px Solid #008000;
border-color; #008000
padding: 0px;
color: #FFFFFF;
font-weight: 800; 
font-size: 13px;
}

tr.MetTitle td{
width: 60px; 
text-align: center; 
background: #008000; 
border: 1px Solid #008000;
border-color; #008000
padding: 0px;
color: #FFFFFF;
font-weight: 800; 
font-size: 13px;
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;

}

tr.odd td{
width: 60px; 
text-align: center; 
background: #FFFFFF; 
border: 1px Solid #000000;
border-color; #000000
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 13px;
font-color: "FFFFFF";
}
tr.even td{
width: 60px; 
text-align: center; 
background: #EEEEEE; 
border: 1px Solid #000000;
border-color; #000000
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 13px;
font-color: "FFFFFF";
}

tr.odd100 td{
width: 120px; 
text-align: left; 
background: #FFFFFF; 
border: 1px Solid #000000;
border-color; #000000
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 13px;
font-color: "FFFFFF";
}

tr.even100 td{
width: 120px; 
text-align: left; 
background: #EEEEEE; 
border: 1px Solid #000000;
border-color; #000000
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 13px;
font-color: "FFFFFF";
}


tr.wPic td{
width: 120px; 
text-align: center; 
align: center; 
background: #FFFFFF; 
border: 1px Solid #FFFFFF;
font-family :  Verdana, Arial, Tahoma, Helvetica, sans-serif;
font-size: 11px; 
}

.TextMenu {
 text-align: center;
 font-size: 10px;
 font-weight: 500;
 }

P, OL, UL, DL {font-size: 13px;}/*font-family is already defined, here I only set the font-size*/
P OL, P UL, P DL, OL UL {font-size: 13px;}/*and here the I prevent the incredible shrinking text*/

h1, h2, h3, h4, h5, h6 {font-family : Verdana, "Times New Roman", Georgia, "MS Serif", "New York", serif;}

H2 {
 line-height: 1em;
 color : #317023;
 font-size: 30px;
 text-align: Left;
 padding: 5px;
 margin: 0;
 } 
 
H3 {
 line-height: 1em;
 background : #317023;
 font-size: 18px;
 color: #FFFFFF;
 font-weight: 800; 
 text-align: center;
 padding: 5px;
 margin: 0;
 } 
H4 {
 line-height: 1em;
 color : #003366;
 font-size: 13px;
 text-align: center;
 padding: 2px;
 margin: 0;
 }

H5 {
 line-height: 1em;
 color : #003366;
 font-size: 14px;
 text-align: center;
 padding: 2px;
 margin: 0;
 }        
H6 {
 background : #FFFFFF;
 font-size: 11px;
 text-align: center;
 padding: 2px;
 margin: 0;
 }
	
    
A:link {color: blue; text-decoration : none; background: transparent;}/*normal links in the text*/
A:visited {color: #317023; text-decoration : none; background: transparent;}
A:hover { color: #999999; text-decoration : underline; background: transparent;}

/*now follow the section links in the navigation bar on the left side*/        
/*now follow the section links in the navigation bar on the left side*/        

strong, b {font-weight: 800;}/*NN 4.xx needs that...*/ 
big {font-size: larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size: smaller;}/*not really necessary, but one never knows...use it inline with a <span> class*/

.oldbrowser {display: none;}
