/* sitp.css */

/* Body text and page background */
body {
 background-image: url("sitpgrey2.jpg");
 background-repeat: repeat;
 bgcolor: #ffffff;
 width: 68%;
 margin-left: 10em;
 margin-right: 5em;
 }

/* Page header style */

#header{
     height: 5.25em;
     width: 100%;
     text-align: center;
     border-bottom: thick #ffffff;
}


/* Page footer style */

#footer{
     height: 3.5em;
     width: 100%;
     text-align: center;
     border-top: thin double #ffffff;
 }

/* Level 1 headings */
h1 {
 font-family: Papyrus, "Curlz MT", "Juice ITC", Algerian, fantasy;
 font-weight: bold;
 font-variant: small-caps;
 font-size: 3em;
 color: #000000;
 }

/* Level 2 headings */
h2 {
 font-family: Arial Black, Gadget, sans serif;
 font-size: 17.5px;
 font-variant: small-caps;
 font-style: italic;
 text-decoration:none;
 color: #000000;
}

/* Level 3 headings */
h3 {
 font-family: Palatino Linotype, serif;
 font-style:italic;
 font-size: .75em;
 text-decoration:none;
 color: #000000;
 margin-left: 1em;

}

/* Generic style class for highlighting text */
.hilite{
 background-color:#ffffff;
 font-size: 18px;
 font-style: bold;
 text-align: center;
}

/* Paragraphs styled as standard */
p.standard {
 font-family: Verdana, Geneva, sans serif;
font-size: 12px;
font-style: bold;
text-align: center;
margin-left: 10px;
margin-right: 10px;
color: #000000;

}

/* Paragraphs styled as simple */
p.simple {
background-color: #b1ba49;
font-family: verdana, geneva, sans serif;
font-size: 12px;
font-style: bold;
text-align: center;
margin-left: 9px;
margin-right: 9px;
color: #1f1f1f;

}




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

/* 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{
vertical-align: middle;
text-align: center;
border-collapse: collapse;
}

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

/* Unvisited links (no underline) */
a:link{
   font-family: comic sans ms, lucida;
   font-size: 1em;
   color: #ffffff; /* white */
   text-decoration: none;
}


/* Visited links (no underline) */
a:visited{
color: #ff00ff; /* fuchsia */
text-decoration: none;
}


/* Hover links (red underlined) */
a:hover{
color: #ff0000; /* red */
text-decoration: underline;
}


/* Active links (green underlined) */
a:active{
color: #00ff00; /* green */
text-decoration: underline;
}