/* GENERAL LAYOUT STYLE SHEET */
/* ========================== */

{i guess this is a comment}

/* and appearantly the order of callouts (border-style, font-family)
within a single item (td) affect each other...
so when formatting magically disappears after you edit the css,
try moving things around within that specific item} */

/* LIST OF COLORS FOR FUTURE REFERENCE
======================================

http://www.utexas.edu/learn/html/colors.html

#778899 = lightslategray
#151B8D = Cornflower Blue
#000080 = Navy

=====================================
END LIST OF COLORS */


body {
	background-color: #151B8D; 
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;	
	margin-bottom: 5px;
	font-family:  Arial, Helvetica, sans-serif;
        ! and i guess this is a comment
	}

td.leftcontent {
	background-color: white;
	vertical-align: top;
	padding: 15px;
	}

td.spacer {
	background-color: #151B8D;
	! this color should match the body background-color
	vertical-align: top;
	padding: 15px;
	}	

td.centercontent {
	background-color: white;
	vertical-align: top;
	padding: 15px;
	}
	
td.schedule {
	padding: 10px;
	text-align: center;
	}

td.contact {
	padding: 10px;
	text-align: left;
	}

td.thumbs {
	border-style: double;
	border-color: black;
	padding: 5px;
	background-color: white;
	align: center;
	}

p.index {
	color: white;
	}

a img {
	border: none;
	!makes the ugly blue border on image links go away
	}

a.index, a:active.index, a:visited.index, a:link.index{
	color: white;
	font-size: 14pt;
	font-weight: normal;
	font-decoration: none:
	}

a.menu, a:active.menu, a:visited.menu, a:link.menu{
	color: black;
	font-size: 14pt;
	font-weight: normal;
	font-decoration: none:
	}