
body		{
		text-align: center;
		}

p      		{ 
		font-family: news gothic, verdana, arial; 
		font-size: 9pt;
		margin: 9px 0 0 0;
		}

p.first		{ /* green sub-headings for events */
		font-family: news gothic, verdana, arial;
		font-size: 9pt;
		color: #84956A;
		font-weight: bold;
		margin: 10px 0 0 0;
		}

p.second	{ /* location for events */
		font-family: news gothic, verdana, arial;
		font-size: 9pt;
		color: #000000;
		margin: 1px 0 0 0;
		}

p.third		{ /* italic dates for events */
		font-family: news gothic, verdana, arial;
		font-size: 9pt;
		color: #000000;
		font-style: italic;
		margin: 1px 0 0 0;
		}

p.fine		{ /* fineprint */
		font-family: news gothic, verdana, arial;
		font-size: 7pt;
		color: #84817B;
		margin: 0 0 0 0;
		}
		
p.click		{ /* click on */
		font-family: news gothic, verdana, arial;
		font-size: 7pt;
		color: #84956A;
		margin: 0 0 0 0;
		}

h1		{
		font-family: news gothic, verdana, arial;
		font-size: 10pt;
		color: #000000;
		margin: 14px 0 0 0;
		}

ul		{
		list-style-type: square;
		font-family: news gothic, verdana, arial;
		font-size: 9pt;
		margin: 8px 0 2px 50px;
		}

li		{
		line-height: 110%;
		padding: 4px 0 2px 0;
		}

.empha		{ /* span */
		font-family: news gothic, verdana, arial;
		font-size: 9pt;
		color: #84956A;
		font-style: italic;
		}

.month		{ /* span */
		font-family: news gothic, verdana, arial;
		font-size: 9pt;
		color: #84956A;
		font-weight: bold;
		}

a:link 		{ /* dark grey */
		color: #465156;
		text-decoration: underline;
		}

a:visited	{ /* dark grey */
		color: #465156;
		text-decoration: underline;
		}

a:hover		{ /* green */
		color: #84952A;
		text-decoration: underline;
		}

a.front:link	{ /* dark grey */
		color: #465156;
		text-decoration: none;
		font-size: 8pt;
		}

a.front:visited	{ /* dark grey */
		color: #465156;
		text-decoration: none;
		font-size: 8pt;
		}

a.front:hover	{ /* green */
		color: #84952A;
		text-decoration: none;
		font-size: 8pt;
		}

a.foot:link 	{ /* grey */
		color: #84817B;
		text-decoration: underline;
		font-size: 7pt;
		} 

a.foot:visited	{ /* grey */
		color: #84817B;
		text-decoration: underline;
		font-size: 7pt;
		}

a.foot:hover	{ /* green */
		color: #84952A;
		text-decoration: underline;
		font-size: 7pt;
		}

#box		{ /* overall container box */
		width: 700px;
		height: auto;
		background-color: #FFFFFF;
		}

#frontp		{ /* frontpage header box */
		width: 600px;
		height: 150px;
		padding: 25px 0 0 0;
		}

#frontpic	{ /* frontpage picture box */
		width: 500px;
		text-align: center;
		}

#frontdir	{ /* frontpage enter box */
		width: 520px;
		text-align: right;
		margin: 26px 0 0 0;
		}

#header		{ /* header box */
		width: 700px;
		height: 146px;
		background: url(images/namelogo.gif) no-repeat right;
		}

#nav		{ /* navigation box */
		width: 30%;
		margin: 7px 0 0 0;
		}

#content	{ /* content boxes */
		float: right;
		width: 70%;
		text-align: left;
		}
		
#footer		{ /* footer box */
		width: 670px;
		text-align: center;
		padding: 50px 0 0 0;
		}

#spacer		{ /* space box */
		clear: both;
		height: 110px;
		}

