body {
        background-color:#ffffff;
        background-attachment:fixed;
        background-image: url(favicon.ps);
        background-repeat: no-repeat;
        background-position: right bottom; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Times,Times New Roman,Arial,Serif;
	font-size: medium;/*14px;*/ 
	color: #111;

	}

 a:link    {color:blue;  background:white;}
 a:visited {color:red;   background:white;}
 a:hover   {color:green; background:white;}
 a:active  {color:orange; background:white;}

div.center {
  text-align: center;
  }   

div.float {
  width: 300px;
  float: left;
  }
  
div.float p {
   text-align: center;
   }

blockquote {
    background-color:#f5f5f5;
    background-attachment: scroll;

}

p:first-letter {
    font-size:110%;
    /*color:red;*/
    font-weight:bold;
} 

#top {  margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 155px;
	border: 0px;
	background-color: #ffffcc;
	/*background-image: url("favicon.ico");*/
	/*background-repeat: no-repeat;*/
	/*background-position: left;*/
	/*height: 140px; */
	} /*Putting something here (other than a comment) adds a lot of space in the top of the main division.*/



#leftside {
	/*position: absolute;*/
	/*top: 160px;*/
	/*left: 0px;*/
        float: left;
	margin: 0px;
	padding: 0px;
        border: 1px solid #000000;
	border-top: 2px solid #333;
	background: #ffffdd;
	width: 15%; 
        }

#leftside h3{
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #ffffdd;

	}
#leftside a {
	display: block;
	padding: 0px 0px 0px 0px;
	background-color: #ffffdd;
	border: none;
        }
#leftside a:hover{
	background-color: #FFFFFF;
}
#leftside ul a:link, #leftside ul a:visited {
	display: block;
	padding-bottom: 5px;
	background-color: #ffffdd;
}

#leftside ul {
	margin: 0; 
	padding: 0;
        list-style-type: none;
}

#leftside li {
	border-top: 1px solid #000000;
	border-right: none;
	border-bottom: none;
	border-left: none;}



#main {
	padding: 10px 10px 10px 10px;
	margin: 0px 40px 0px 275px;
        border: 0px;
        background: #fffffff;
        }

#bottom {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 15%;
	border: 0px;
	background-color: #ffffcc;
	/*background-image: url("favicon.ico");*/
	/*background-repeat: no-repeat;*/
	/*background-position: left;*/
	left: 175px;
	}

