/* This is how to set off COMMENTS in the style sheet */


body {
font-family: "Helvetica","Gill Sans Light","Times New Roman"; 
/*color: rgb(016,016,064);*/
font-size: 14px; 
z-index: 1;
}

#banner {
/*background-image: url(images/BannerName.jpg);*/
display: block;
width: 479px;
height: 72px;
z-index: 0;
position: absolute;
top: 50px;
left: 100px;
}

#bannertext {
position: absolute;
left: 60px;
top: -13px
}

#bannertext a {
text-decoration: none;
color: rgb(0,0,255);
/*display: block;*/
border: solid 5px transparent;
padding-left: 25px;
padding-right: 25px;
}



#navigation {
/*background-image: url(images/ovals.jpeg);*/
background-color: rgb(255,255,255);
width: 100px;
height: 720px;
z-index: 3;
position: absolute;
top: 0px;
left: 0px;
}

#navigation a {
color: rgb(0,0,255);
display: block;
border: solid 5px transparent;
padding-left: 10px;
/*padding-right: 10px;*/
}


#content {
position: absolute;
top: 132px;
left: 100px;
width: 479px;
/*height: 1000px;*/
padding-left: 15px;
z-index: 2;
}

#content a {
text-decoration: none;
color: rgb(0,0,255);
/*
display: block;
border: solid 5px transparent;
padding-left: 10px;
padding-right: 10px;*/
}

