BODY 
{
        background-image: url("bg.jpg");
	MARGIN: 20px 0px 50px 0px; 
	FONT-SIZE: 16px; 
	FONT-FAMILY: Arial, sans-serif;
	line-height: 110%;
}


H2
	{
	line-height: 115%;	
	}



#sidebar 
{

	MARGIN: 10px 10px 10px 10px; 
 	font: 16px Times, sans-serif;
 	z-index: 100;

}

td.sidebar
{
   	background-color: #c9c9c9;
    	color: black;


}





#storyBox
{

	MARGIN: 10px 20px 10px 20px; 
 	font: 17px Times, sans-serif;
 	z-index: 100;

}

td.storyBox
{
   	background-color: green;
    	color: white;
}

a.storyBox
{
    	color: white;
}




#calBox
{

	MARGIN: 10px 20px 10px 20px; 
 	font: 16px Times, sans-serif;
 	z-index: 100;

}

td.calBox
{
   	background-color: lightblue;
    	color: black;
}

a.calBox
{
    	color: black;
}





#newsletterBox
{

	MARGIN: 10px 20px 10px 20px; 
 	font: 16px Times, sans-serif;
 	z-index: 100;

}

td.newsletterBox
{
   	background-color: white;
    	color: black;
}

a.newsletterBox
{
    	color: black;
}






h1
{
 	font: 50px Times, sans-serif;
        text-align: center;
        font-weight: bold;
}



div#mainMenu a 
{
	font: bold 1.75em sans-serif;
	line-height: 150%;
   	text-decoration: none; 
	padding: 5px 5px;
	color: #000000;
	
}

div#mainMenu a:hover 
{
	COLOR: #0000ff;
	background: #e9e9e9;
   	text-decoration: none; 
}



.content
	{
	MARGIN: 10px 20px 20px 20px; 
	FONT-SIZE: 16px; 
	FONT-FAMILY: Arial, sans-serif;
	text-align: left;
	line-height: 150%;
	}










