p, h1, h2, td, th
{
	font-family: Times New Roman, Serif; 
}


#container
{
	border-color: black;
	border-width: 5px;
	border-style: solid;
	background-color: white;
	width: 800px;
	margin: 50px auto auto auto;
}

#nav
{
	background-color: #808080;
	margin: auto auto auto auto;
}

#body { padding: 50px; }


.homebanner
{
	text-align: center;
	background-color: white;
	color: #19DCAA;
	font-size: 24pt;
	border-top: #19DCAA;
	border-width: 10px 0 0 0;
	border-style: solid none none none;
}

.calbanner
{
	text-align: center;
	background-color: white;
	font-size: 24pt;
	border-top: #FCBF59;
	border-width: 10px 0 0 0;
	border-style: solid none none none;
}

.newsbanner
{
	text-align: center;
	background-color: white;
	font-size: 24pt;
	border-top: #FF7350;
	border-width: 10px 0 0 0;
	border-style: solid none none none;
	
}

.eventsbanner
{
	text-align: center;
	background-color: white;
	font-size: 24pt;
	border-top: #F7356A;
	border-width: 10px 0 0 0;
	border-style: solid none none none;
	
}

.photosbanner
{
	text-align: center;
	background-color: white;
	font-size: 24pt;
	border-top: #D249C8;
	border-width: 10px 0 0 0;
	border-style: solid none none none;
}

.infobanner
{
	text-align: center;
	background-color: white;
	font-size: 24pt;
	border-top: #7C5FE3;
	border-width: 10px 0 0 0;
	border-style: solid none none none;
}

table.center { margin: auto; }

.center { text-align: center; }

.grey
{
	color: silver;
	font-family: Garamond;
	font-size: 16pt;
	line-height: 16pt;
}

h1
{
	font-size: 34pt;
}



