
body { 
 margin:0px;
 color:#000000;
 text-align:justify;
 background-image:url('pics/blue_gradient_thin.jpg');
 background-repeat:repeat-y;
  }


table { padding:0; }
tr { padding:0; }
td { padding:4px; }

 a { color:#cc3333; }
 a:link { color:#cc3333; }
 a:visited { color:#cc3333; }
 a:hover { color:#000080; background-color:yellow; }
 a:active { color:#cc3333; }

.boldText { font-weight:bold; }

/*  new stuff  */
/* the orange was #ff7b2c; */

#mainContent { position:relative; z-index:1; width:90%; margin-left:5%; margin-top:30px; background-color:white; border:solid 4px #c00000; }
#rainboBar { position:relative; z-index:1; width:100%; margin:2px 0px; padding:0px; background-color:red; 
             font-family:arial,helvetica,sans-serif; font-size:13px; color:white; font-weight:bold; }
#rainboBar  a { color:white; margin-top:0px; }
#rainboBar  a:link { color:white; }
#rainboBar  a:visited { color:white; }
#rainboBar  a:hover { color:black; background-color:yellow; }
#rainboBar  a:active { color:white; }

#mainTopBox { position:relative; z-index:1; height:260px; }
#titleBox { position:absolute; left:120px; top:70px; z-index:12; width:520px; padding:7px; }
#logoBox { position:absolute; right:35px; bottom:10px; z-index:1; }
#sparkle { position:absolute; left:14px; top:33px; z-index:14;  filter:alpha(opacity=0); -moz-opacity:0.0; }
#upperImage { position:absolute; top:20px; left:20px; z-index:2; border:solid 2px black; }
#tableDiv { padding:3px; text-align:justify; }
#titleBox h1 { font-weight:900; }
#menuList { padding-left:10px; height:100%; text-align:center; font-family:arial,helvetica,sans-serif; font-size:11px; font-weight:bold; }
#menuBar { position:relative; z-index:3; width:100%; height:25px; border:solid 1px black;
           background-image:url('pics/green_bar.jpg'); background-repeat:repeat-x;
           font-family:arial,helvetica,sans-serif; font-weight:bold; font-size:16px; color:white;
           text-align:center; }
#menuBar a { margin-top:8px; text-decoration:none;}
#menuBar a:link { color:#ffffff; }
#menuBar a:visited { color:#ffffff; }
#menuBar a:hover { background-color:green; text-decoration:underline; }
#menuBar a:active { color:#ffffff; }
#introText { text-align:justify; margin-left:3px; margin-right:5px; }
#buttonsBox { text-align:center; }



