﻿/* stylesheet.css */



/* Page header style */
#header{
     height: 60px;
     width: 100%;
     border-bottom: thick double #191970; 
     
}

/* Page footer style */
#footer{
	height: 30px;
	width: 100%;
	background-color: #ffe4e1;
	border-top: thin solid #ff1493;
	clear: both;

 }




/* Style for main content column */
#main{
      margin-top: 1em;
      margin-right: 1em;
      margin-bottom: 1em;
      margin-left: 10em;
}


/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
           padding: 0;
           margin: 1em;
           width:8em;
            /* Total width is 10em */
}





/* Body text and page background */
body {
 font-family:arial,Times, Serif;
 color:#1a1c1d;
 background-color:#ffffff;
 margin: 0px;
 padding: ;
 font-size:small
  
  
  
 }

/* Level 1 headings */
h1 {
 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
 font-weight: bold;
 text-align:center; 
 color: #1F2159;
 display:none
}

li {
list-style-image: url("pix/bullets/bullets.jpg")
	
}



/* Level 2 headings */
h2 {
 font-family: "Arial Black", Impact, Charcoal, fantasy;
 color: #1F2159;
 display:none
}
/* Level 3 headings */
h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-style:italic;
 text-decoration:underline;
 color: #1F2159;
}

/* Generic style class for highlighting text */
.hilite{
 background-color:#ffff00;
}

/* Paragraphs styled as tips */
p.tip {
 background-color:#ff0000;
 margin-left:200px;
 margin-right:200px;
 padding:5px;
 border:solid thin #167A58;
}
 
/* Paragraphs styled as warnings */
p.warning {
 background-color:#FFCCFF;
 margin-left:100px;
 margin-right:100px;
 padding:5px;
 border:solid thin #ff0000;
}






/* 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
}





/* Style for tables of thumbnail images */
table.thumbs{
	text-align: center;
	border-collapse:collapse;
	
}




/* Style for table cells that contain thumbnails */
td.thumbs{ 
   border: solid 1px #00bfff;
   padding: 10px;
    border: solid 5px #ffa07a;
   padding: 10px;

   
}




/* Style for thumbnail images */
img.thumbs{
   width:150px;
   border-width: 5px;

}


