body {	background-image: url(MainBack.gif); 
	background-position: 25% 0%;
	background-repeat: no-repeat;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 176);
	background-attachment: fixed;
	scrollbar-base-color: rgb(255, 255, 255);
	scrollbar-track-color: rgb(255, 255, 255);
	scrollbar-face-color: rgb(0, 0, 255);
	scrollbar-highlight-color: rgb(0, 111, 255);
	scrollbar-3dlight-color: rgb(0, 136, 255);
	scrollbar-darkshadow-color: rgb(0, 0, 143);
	scrollbar-shadow-color: rgb(0, 52, 143);
	scrollbar-arrow-color: rgb(0, 0, 0)
	}

div.Menu {float: left;
	 width: 185px;	
	 border-style: double;
	 border-width: 2px;
	 border-color: rgb(0, 0, 0);
	 padding: 4px; 
	 margin-right: 5px;
	 background-color: rgb(0, 68, 255);
	 color: rgb(255, 255, 255);
	 height: 600px;
	 background-image: url(MenuBack.jpg);
	 clear: left;
	 } 

div.Main {float: right;
	 width: 75%;
	 border-style: solid;
	 border-width: 2px;
  	 border-color: rgb(0, 68, 255);
	 padding: 4px;
	 clear: right;
	 }

div.WeeklyLinks {float: right;
	 	 width: 75%;
		 border-style: solid;
		 border-width: 2px;
		 border-color: rgb(0, 68, 255);
		 padding: 4px;
		 margin-bottom: 4px;
		 }

div.Welcome {float: right;
	     width: 75%;
 	     font-size: x-large;
	     margin-bottom: 5px;
	     font-weight: bold;
	    }

div.Title {margin-top: 0px;
	  margin-left: 0px;
	  padding: 0px;
	  width: 100%;
	  height: 125px;
	  float: left;
	  }

div.Line {float: right;
          width: 75%;
          padding: 3px;
         }

div.Counter {float: left;
	    width: 185px;
	    padding: 3px;
            text-align: center;
	    font-weight: bold;
	    clear: left;
	    font-variant: small-caps;
	    }

div.Links {float: right;
	    width:75%;
	    padding: 2px;
	    color: rgb(0, 0, 0);
	    background-image: url(spyback.gif);
            border-style: solid;
	    border-width: 1px;
            border-color: rgb(0, 175, 0);
	    }

div.ArchiveLink {float: right;
	      width: 100%;
	      padding: 2px;
              text-align: right;
	      }

div.NewsDate {float: right;
	    width: 75%;
	    padding: 3px;
            text-align: center;
	    font-weight: 900;
	      }	

div.NewsDate h2 {font-size: 13;
		 font-variant: small-caps;
		 font-family: serif;
                }

div.NewsDate h5 {font-size: 23;
		 font-family: serif;
		 color: rgb(o, 190, 0);
		}

div.Archival {float: right;
		 width: 75%;
		 border-style: double;
		 border-width: 1.5px;
  		 border-color: rgb(0, 0, 255);
		 padding: 4px;
		 clear: right;
		 }

div.Archival u {font-weight: bold;
		text-indent: 0.5in;
		color: rgb(0, 0, 200);
		text-transform: capitalize;
		font-size: 18;
		}

a:visited.List {color: rgb(255, 255, 255);
		text-decoration: none;
		}

a:hover.List {text-decoration: underline;}

a.List {color: rgb(255, 255, 255);
	text-decoration: none;
	}

a:visited {color: rgb(0, 68, 240);
	  text-decoration: none;
	  }

a {color: rgb(0, 68, 240);
  text-decoration: none;
  font-weight: bold;
  }

a:hover {text-decoration: underline}


