 body { background: #ffffee;
			 font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, sans-serif;
			 font-size: 13px;
			 font-weight: normal;
     }

/* first define document divisions */

#header { background: #003399;
          color: white;
          padding: 5px;
          white-space: nowrap; }

#topmenu { background: #003399;
           color: white;
	   padding-bottom: 5px;
	   padding-left: 10px; }
					 					
#main { margin-top: 10px; }

#menu { border-color: #4d1979;
	border-style: solid; 
	float: left;
        margin-bottom: 10px; }
				
#content {margin-left: 155px;
          margin-bottom: 10px;
          border-style: solid; }

#footer { clear: both;
          width: 100%;
          white-space: nowrap; }			

/* Header specific */				
#header .large { font-size: 30px; }         
#header .small { font-size: 10px; }

/* Top Menu specific */
#topmenu a { text-decoration: none;
             font-weight: bold;
             color: white; }
#topmenu a:link {}
#topmenu a:visited {}
#topmenu a:focus {}
#topmenu a:hover { text-decoration: underline;
                   color: red; }
#topmenu a:active {}

/* Main Menu specific */
#menu a { text-decoration: none;
          font-weight: bold;
          color: #4d1979;
	  display: block;
 	  padding-left: 5px; }
#menu a.ind { padding-left: 10px; }
#menu a:link {}
#menu a:visited {}
#menu a:focus {}
#menu a:hover { text-decoration: underline;
                color: red; }
#menu a:active {}

/* Main Content specific */

h1 { font: small-caps bold 15px 'Comic Sans MS', sans-serif;
     color: white;
     padding: 0 0 3px 5px;
     margin-top: 0; }
h2 { font-size: 13px;
     color: red;
     margin: 0 5px 0 5px; }
p { margin-top: 0;
    margin-left: 5px;
    margin-right: 5px; }
dl { margin-left: 10px;
     margin-right: 5px; }
ul { margin-right: 5px; }
.imgl { float: left; }
.imgr { float: right; }
.imagetext { font-size: 13px;
             text-align: center; }

.thumb { font-size: 13px;
         text-align: center; }

.thumb img { border-color: #ef9c00;
             border-width: medium;
             border-style: solid; }
				 
.photo { font-size: 14px; }
.photo h4 { font-size: 13px;
            font-weight: bold; }
.photo img { border-color: #ef9c00;
             border-width: medium;
             border-style: solid; }
				 

/* Footer specific */
address { font-family: serif }


