
/* Stylesheet.css */



/* Page header style-purple band, double dk blue line at bottom */
#header{
    
     width: 100%;

     background-image: url("water024.jpg");
     background-repeat: repeat;
     border: thick double #191970;
}

/* Page footer style */
#footer{
     height: 30px;
     width: 100%;
     
     
     border-top: thick double #191970;
}


/* Style for main content column */
#main{
     margin: 1em;          /* margin-left must equal */
     margin-left: 10em;    /* total width of left sidebar */
}

/* Style for sidebar column */
#sidebar{
           background-image: url("sidebar.gif");
           background-repeat: repeat-y;  
	   padding: 0;
           margin-right: 10px;
           width: 200px; 
           border: thick double #191970;
}


/* Style for right sidebar */
#rightsidebar{  
	   padding: 5px;
           margin: 10px;
           width: 200px; 
           border: thick double #191970;	
}


/* Body text and page background with photo*/
body{
   font-family: 'Book Antigua' , Times, Serif;
   font-size: medium;  
   color: black;
   background-color: white;
/*   background-image: url("niceblue.gif");*/
/*   background-repeat: repeat;*/
}


/* Level-1 Headings */
h1{
    font-family: 'comic sans', Gadget, Fantasy;
    font-size: x-large;
    font-style: italic;   
    color: #00008b;
    text-align: center;
}

/* Level-2 Headings */
h2{
    font-family: 'Arial Black', Gadget, Sans-serif;
    font-size: large;
    color: #228b22;
    font-style: italic;
}

/* Level-3 Headings */
h3{
    font-family:  'comic sans', Gadget, Fantasy;
    font-size: large;
    font-style: italic;
    color: #00008b;
    text-align: center;
}

/* level-4 headings */
h4{
    font-family: 'Arial Black', Gadget, Sans-serif;
    font-size: small;
}

/* Blockquotes */
/* Blockquote with blue background */
blockquote.tip {
   background-color: #99ffff
}

/* Blockquote with pink background */
blockquote.warn {
   background-color: #ff99cc
}

/* Float paypal image for sidebar */
img.paypalfloatLeft{
   float: left;
   margin-left: 25px;
}

/* Float image to right of paragraph */
img.floatRight{
   float: right;
}

/* Center image between margins */
div.center{
   width: 100%;
   align: center;
}

/* menu list formatting */
li{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:   80%; 
}

li.menulistitem {

    	list-style-type: square;

     	margin-top: 8px;
    	
} 



li.menulistsubitem {

    	list-style-type:  none;

	margin-left: 10px;
	
}



li.menulistlev3 {

    	list-style-type:  none;

	margin-left: 14px;
	font-size: xx-small;
	color:  red;
}


/* Style for tables of thumbnail images */
table.thumbs{
   vertical-align: middle;
   text-align: center;
   border-collapse: collapse;
   margin: auto;
}

/* Style for table cells that contain thumbnails */
td.thumbs{
   border: solid 25px #00bfff;
   padding: 10px;
}

/* Style for thumbnail images */
img.thumbs{
   width: 100px;
}




p.tablelink {
	
        margin: 0;

	padding: 0 0 10px 0;

	font-size: 8pt;
 
	background: transparent; 
	
}

form.inline {
	display: inline;
	margin: 0;
	padding: 0;
}

form.addbutton {
	display: inline;
        margin:  0;
        padding:  15px;
}

