<STYLE TYPE="text/css">

<!--

/* Define the style for the body of the page #eee8cd */

BODY {
	width: 800px;
	background: #ffffff
	margin: 0px;
	padding:0px;

}
A:link {color: goldenrod4 }
A:visited {color:goldenrod4 }
A:hover{color:blue}
//A:link {color: white}
//A:visited {color:white}
//A:hover{color:white}

H1 {font-size: 10pt; font-family: tahoma; color:blue; }
H2 {font-size: 10pt; font-family: tahoma;text-transform:uppercase; text-align:center;}
H3 {font-size:10pt; font-family: tahoma; color:maroon; }
a {font-size: 9pt; font-family: tahoma;}
p{font-size: 9pt; font-family: tahoma;}
p.about {font-size: 9pt; font-family: tahoma;}
td {font-size: 9pt; font-family: tahoma;}


/* Define the BACKGROUND IMAGE section for the page */
div.backgrnd
{
	width: 800px;
	height: 1150px;
	background-image: url(images/background.JPG);
	background-repeat: no-repeat;
	margin-left: 1px;
}

/* Define the background image section for the Curriculum page */
div.background
{
	width: 810px;
	height: 1055px;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}


/* Define the background image section for the tiger pages */
div.background3
{
	width: 810px;
	height: 1255px;
	background-image: url(images/background3.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
}

/* Define the style and position for the column left section */
div.bioleft
{

	width:500px;
	margin-top: 0px;
	margin-left: 20px;

}


/* Define the style and position for the column left section */
div.columnleft
{

	width:150px;
	margin-top: 0px;
	margin-left: -2px;

}

div.columnleft h3
{

	height:30px;
	font-size: 10pt;
	font-family: tahoma;
	text-align:center;
	font-weight:lighter;
	color:#cccccc;
	margin-top: 0px;
}

div.columnleft p
{
	margin-top:-10px;
	margin: 5px;
	font-size:11px;
	font-family: tahoma;
	text-align:left;
	font-weight:lighter;
}
	
div.columnleft a
{
	text-decoration:none;
	margin-left: 5px;
}
/*end of definition for the columnleft section */






/* define the maincenter position of index.php */
div.maincenter
{
	
	margin-top:0px;
	width: 420px;
	margin-left:10px;
	clear:both;
}


/* define the center article position and style */

div.maincenter h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold; 
	height: 25px;
	text-align: center;
	color:maroon;

}

/* define the maincenter position and style in index.php */

div.maincenter p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter;
	margin-left: 15px;

}

div.xmas
{
	margin-left: 15px;
}


/* define the service page position of index.php */
div.mainpage
{
	

	margin-top:0px;
	width: 650px;
	margin-left:0px;
	
}

/* define the service page article position and style */

div.mainpage h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: bold; 
	height: 25px;
	text-align: center;
	color:maroon;

}

/* define the service page position and style in service.php */

div.mainpage p
{
	margin-top: 0px;
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter;
	margin-left: 15px;

}

/*Define the position and style for the index page section*/
div.columnrightindex
{
	margin-top:0px;
	margin-left:15px;
	width:200px;
	background-color: #ebebeb ;
	
}

/*Define the position and style for the mainright section*/
div.columnright 
{
	margin-top:0px;
	margin-left:25px;
	width:190px;
	background-color: #ebebeb ;
	
}


div.columnright h3 
{
	font-size: 10pt; 
	font-family: Tahoma; 
	font-weight: lighter; 
	height: 25px;
	text-align: center;
	color:#cccccc;
}			
div.columnright p
{ 
	margin-top:0px;
	margin-left:5px;
	font-style:italic;
	font-size:10px;
	font-family:tahoma;
	color:black;
}


/* define the footer section */
div.footer
{
	width:800px;
	font-family: Tahoma;
	font-size:x-small;
	text-align:left;
}

	



/* Define the copyright section */
div.copyright 
{

	margin-top:5px;
	width:100%;
	background-color: rgb(25,25,112);
	text-align:center;

}
div.copyright p 
{


	font-family:Tahoma;
	font-size:xx-small;
	color:lightgrey;
}


-->

</STYLE> 
