/* Stylesheet.css */

/* Page header style */
#header{

margin-top:5px; margin-left:10px; margin-right:10px; 
text-align: center;
width: 100%;height:130px;
 /* background-image: url("images/bkgd.GIF");*/
   background-color: #ffffcc; 
border-bottom: thin solid #669966;
}


#main{
margin: 10px;
margin-top:10px;
text-align: center;


}

/* Page footer style */
#footer{
     clear: both;
     width: 100%;
   /*  background-image: url("images/bkgd.GIF");*/

 background-color: #ffffcc;

     background-repeat: repeat;
     border-top: thin solid #669966;
     padding-top: 1em;
    padding-bottom: 1em;
       font-family: Arial, Helvetica, san-serif;
text-align: center;
font-size: 14px;

}




/* Body text and page background */
body{
     margin: 0px;
     font-family: Arial, Helvetica, san-serif;
    text-align: left;

     font-size: medium;
     color: #000000;
   /* background-image: url("images/bkgd.GIF");*/
   background-color: #ffffcc; 
     margin: 0;
     padding: 0;
}






/* Style for sidebar column */
#sidebar{
           
           float: left;
           display: inline;
           padding: 0;
           margin: 1em;
	text-align: left;
           width:14em;
	
            /* Total width is 16em */

}






/* Style for sidebar2 column */
#sidebar2{
           
           float: right;
           display: inline;
           text-align: left;
           padding: 0;
           margin: 1em;
           width:13em;
            /* Total width is 15em */
}








/* Level-1 Headings */
h1{
font-family: Arial, Helvetica,san-serif;
font-size: xx-large;
color: #669966;
text-align: left;
}

/* Level-2 Headings */
h2{
font-family: 'Arial Black', Gadget, Sans-serif;
font-size: large;
color: # CC0033;
font-style: italic;
}

/* Level-3 Headings */
h3{
font-family: Arial, Helvetica,san-serif;
font-size: large;
color: #228b22;
text-align: center;
}

/* Blockquote with blue background */
blockquote.tip {
background-color: #99ffff
}

/* Blockquote with pink background */
blockquote.warn {
background-color: #ff99cc
}

/* Float image to left of paragraph */
img.floatLeft{
float: left;
margin-right: 5px;
}

/* Float image to right of paragraph */
img.floatRight{
float: right;
}

/* Center image between margins */
div.center{
width: 100%;
text-align:center
}

/* Custom bullet for bulleted lists */
ul{
list-style-image: url("images/bullet2.GIF");
}

/* 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 2px #3399cc;
padding: 10px;
}

/* Style for thumbnail images */
img.thumbs{
width: 100px;
border-width: 0px;
}



