/*stylesheet.css*/
/*body text and page background */
body.lightblue {
font-family:"Book Antiwua", Times, Serif;
color:#0000cd;
background-color: #ddffff;
}
/*background by Marie */
body.floral{
font-family: 'Brock Script',Times, Serif;
font-size:medium;
color:#99695;
background-image: url("pix/flrlbkgd.jpg");
}
body.offwhite {
font-family: 'arial,helvetica;' , Times, Serif;
font-size: medium;
color: #0000cd;
background-color: #f0f8ff;
}

body.crosshatch{
font-family: 'arial,helvetica' , Times, Serif;
font-size: medium;
color: #0000cd;
background-color: #f0f8ff;
background-image: url("pix/bkg/crosshatch.jpg");
background-repeat: repeat;
}

/* Level 1 headings */
h1 {
	font-family: Papyrus,  "Curlz MT", "Juice ITC", Algerian, fantasy;
	font-weight: bold;
	text-align:center;
	color: #1F2159;
}	
/* Level 2 headings */
h2{
	font-family: "Arial Black", Impact, Characol, fantasy;
	color: #1F2159;
}
/* Level 3 headings */
h3 {
	font-family: Arial, Helvetiac, sans-serif;
	font-style:italic;
	text-decoration:underline;
	color: #1F2159;
}

/* Generic style calss for highlighting text */
.hilite{
background-color:#ffff00;
}
/* Paragraphs styled as Green Float Box */
p.green {
   	background-color:#ACD095;
	margin-left:275px;
	margin-right:275px;
	padding:5px;
	border:solid thin #996965;
}

/* Paragraphs styled as Pink Float Box */
p.pink {
   	background-color:#FFCCFF;
	margin-left:275px;
	margin-right:275px;
	padding:5px;
	border:solid thin #996965;
}
/* 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("pix/bullets/ani-smiley.gif");
}
td.left
{
text-align: center;
font-family: arial,helvetica;
font-size: 14pt;
font-weight: bold;
color: #9933FF;
}
td.right
text-align: center;
font-family: arial,helvetica;
font-size: 14pt;
font-weight: bold;
color: #9999FF;
}	

