/*cindyStylesheet.css */
/*Page header style */
#header{
 width:100%;
 background-color:#6633FF;
 background-image: ("pix/irisbutton.jpg");
 background-repeat: repeat-x;
 padding-bottom: 10px;
border-bottom: thin solid #66FF66;
}
/* add some margin space to main content */
#main{
 padding-left: 10px;
 padding-right: 10px;
}
/* Page footer style */
#footer{
 clear: both;
 width:100%;
 background-image: url ("pix/hellebore.jpg");
}
/* Body text and page background */
body{
 margin:0;
 padding:0;
 font-family:  'Palatino Linotype', Serif;
 font-size: medium;
 color: #66FF66;
 background-color:  #6633FF;
}
/* Style for main content column */
#main{
       margin: 7em;
       /* margin-left must equal */
       /* total width of left sidebar */
       margin-left: 7em;
}
/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
            margin: 1em;
           width: 6em;
            /* Total width is 8em */
}

/* Level -1 Headings  */
h1{
 font-family: 'Palatino Linotype', Serif;
 font-size: large;
 color: #66FF66;
 text-align: center;
}
/* Level -2 Headings */
h2{
 font-family: 'Palatino Linotype', Serif;
 font-size: medium;
 color: #66FF66;
 font-style:  italic;
text-align: center;
}
/* Level -3 Headings */
h3{
 font-family: 'Palatino Linotype', Serif;
 font-size: medium;
 color: #66FF66;
 text-align: left;

}
/* Blockquote with light blue background */
blockquote.tip {
   background-color: #6666FF;
   margin-right: 10px;
   margin-left: 10px;
}
/* Blockquote with light blue background */
blockquote.warn {
   background-color: #6666FF
}
/* Float image to left of paragraph */
img.floatLeft{
   float: left;
   margin-right: 10px;
   margin-left: 10px;
}
/* Float image to right of paragraph */
img.floatRight{
   float: right;
   margin-right: 10px;
   margin-left: 10px;
}/* Center image between margins */
div.center{
   width: 100%;
   text-align: center;
}/* Custom bullet for bulleted lists */
ul{
   list-style-image: url(../../../../XHTMLclass/pix/bsusanbutton.jpg);
}
/* Blockquote with blue background */
blockquote.tip {
   background-color: #6666FF;
  
}
/* Style for tables of thumbnail images */
table.thumbs{
   vertical-align: middle;
   text-align: center;
   border-collapse: collapse;
}
/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 3px #993347;
   padding: 10px;
}
/* Style for thumbnail images */
img.thumbs{
   width: 100px;
}
