/* standard font and background color for everything */
body 
{
	color: black;
	font-family: verdana;
	font-size: 10pt;
	background-color: #ffffff;
}

/* color and font for main headers */
h1
{
	color: #990066;	
	font-family: comic sans ms;
	font-size: 18pt;
}

/* color and font for main headers */
h2
{
	color: #990066;	
	font-family: comic sans ms;
	font-size: 14pt;
}

/* color and font for main headers */
h3 
{
	color: #990066;	
	font-family: comic sans ms;
	font-size: 10pt;
}

/* color and font for main headers */
h4 
{
	color: #990066;	
	font-family: comic sans ms;
	font-size: 8pt;
}

hr
{
	color: #990066;	
	size: "3"
} 

/* top table is the banner info at the top */
table.toptable
{
	width: "100%";
	/* about the fonts */
	font-family: comic sans ms;
	font-size: 10pt;
	color: #990066;	
}
/* columns for the top table */
td.leftjustify
{
	width: "70%";
	text-align: left;
}
td.rightjustify
{
	width: "30%";
	text-align: right;
}

/* main table is the links on left and text on right */
table.maintable
{
	/* height: "100%"  */
}

/* navigation - left hand side stuff */
td.left 
{
	vertical-align: top;
	width: 3cm;
	margin-left: .5cm;
	/* about the fonts */
	font-family: verdana;
	font-size: 10pt;
	text-align: right;
	padding-right: .25cm;
	height: "100%";
}

/* main body - right hand side stuff */
td.right 
{
	vertical-align: top;
	font-size: 10pt;
	text-align: left;
	padding-left: .5cm;
}

/* event table is the list of events */
table.eventtable
{
	/* about the fonts */
	font-family: verdana;
	font-size: 10pt;
	text-align: left;
	vertical-align: top;	
}

/* event table - label text */
td.label
{
	font-style:italic;
}

/* for lists of stuff */
ul
{
	list-style-type: round;
}


/* hypertext link colors and settings */
a:link 
{
	color: #993366;
	text-decoration: underline;
}
a:visited 
{
	color: #993366;
	text-decoration: underline;
}
a:hover 
{
	color: #996666;
	background: #FFFFFF;
	text-decoration: underline;
}
a:active 
{
	color: #996666;
	text-decoration: underline;
}
