body  {
       background-color: #ffffff;
       font-family: "Times New Roman", Times, serif;
       font-size: 12px;
       margin: 0px
       color: #000000; }
	

.teaser {
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
        font-weight: bold;
		color: #386C9B;
		background-color: #F4E8D5;
		text-align: left;  }
		

.heading {
	font: italic 28px georgia, 'times new roman', serif;
    font-weight: bold;
    text-align: left;
	margin: 0px;
	color: #386C9B;
	background-color: #F4E8D5; 
}

.homebottom {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 16px;
	font-weight: bold;
	color: #386C9B;
}

.VeryBottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.TinyText  {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.FrontPageText 
	{
	margin-left: 0px; 
	color: #000000;
	font-family: "Comic Sans MS";
	font-weight: normal;
	font-size: 16px; 
	}

.FrontPageTextTitle 
	{
	margin-left: 0px; 
	color: #FF0000;
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 18px; 
	}


	/* The following bottom affects the whole page. Changing the font size here changes the whole thing */
	


#maintext {
       background-color: #F4E8D5;
       font-family: "Times New Roman", Times, serif;
       font-size: 20px;
       color: #000000;}

	#maintext p ul ol li
	{
		font-family: "Times New Roman", Times, serif;		font-size: 20px;
		color: #000000;}

	#navlist
	{
		width: 150px;
		padding: 0px;
		margin-bottom: 5px;
		text-align: left !important; 
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		border-right: 1px solid #5E89AC;
	}
	
	#navlist ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	#navlist li
	{
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #5E89AC;
		margin: 3px 0 3px 0;
	}
	
	#navlist li a
	{
		display: block;
		
		background-color: #EBF3FA;
		color: #000;
		text-decoration: none;
		width: 100%;
	}
	
	html>body #navlist li a { width: auto; }
	
	#navlist li a:hover
	{
		background-color: #F4E8D5;
		text-decoration: underline;
		color: #000;
	}

	#leftlist
	{
		width: 150px;
		padding: 0px;
		margin-bottom: 5px;
		text-align: left !important; 

		font-size: 12px;
		border-right: 1px solid #5E89AC;
	}
		

	#navhomelist
	{
		
		padding: 0px;
		margin-bottom: 5px;

		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		border-right: 1px solid #5E89AC;
		border-bottom: 1px solid #5E89AC;
	}
	
	#navhomelist ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}
	
	#navhomelist li
	{
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #5E89AC;
		margin: -1px 0 0 0;
	}
	
	#navhomelist a
	{
		display: block;
		
		background-color: #F4E8D5;
		color: #000;
		text-decoration: none;
		width: 100%;
	}
	
	html>body #navhomelist  a { width: auto; }
	
	#navhomelist  a:hover
	{
		background-color: #EBF3FA;
		color: #000;
	}



/* Right Hand Cells (doesn't appear to do anything) */
.sidebox
{
	border: 1px solid #3B77A4;
	padding: .5em
}

/* Right Hand Cells header cell) */
.sideboxHeader
{
	

	font-weight: bolder;
	font-size: 14px;
	}

/* Right Hand Cells content cell) */
.sideboxContent
{

}


/* For listed menu links  */

/* Menu in left Hand Cells content cell) */
.MenuList
	{  
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 1.4; 
	font-weight: bold; 
	}
	
.MenuList ul {
	margin: 0;
	padding: 0;
}

.Menulist li {
	padding: 0 0 5px 15px;
	margin: 0 0 0 0;
	list-style: none;
	background: transparent url(box-sm.gif)
	 top left no-repeat;
}

.MenuList a:link {
	text-decoration: none;
	border-bottom: dotted 1px #abc;
}
.MenuList a:visited {
	text-decoration: none;
	border-bottom: dotted 1px #bad;
}
.MenuList a:hover {
	text-decoration: underline;
	border: 0;
}
.MenuList a.image:link, #mainContent a.image:visited{ 
	border: 0;  /* don't underline image links */
}