/* Default styles */

body {
	background-color: cornsilk;
	color: DarkOliveGreen;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

img {
	border: .1em solid #999999;
}

h1 {
	font-variant: small-caps;
	font-size: 125%;
	font-weight: bold;
	margin: 0em;
	color: #004433;
	text-decoration: none;
}

h2 {
	color: #004433;
	font-size: 100%;
	font-variant: small-caps;
	text-decoration: none;
}

h3 {
	margin-top: 3em;
	color: #004433;
	font-size: 100%;
	font-variant: small-caps;
	text-decoration: underline;
}

h4 {
	margin-top: 3em;
	color: #004433;
	font-size: 100%;
	font-variant: small-caps;
	font-style:italic;	
}


.link:hover, .link:active {
	color: maroon;
	text-decoration: underline;
}

a {
	color: #525201 ;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: maroon;
	text-decoration: none;
}

a:hover, a:active {
	color: maroon;
	text-decoration: underline;
}


/* Main content */
div#presentationpane {
	margin: 5% auto 5% auto;
	width: 800px;	
	padding: .5em;
	background-color: olive;	
}

div#contentholder {
	padding: 2em 2em 0.25em 2em;
	background-color: white;
}

table#projectpane {
	width: 100%;
	margin-top: 1em;
}

td.project {
	width: 33%;
	text-align: center;
	vertical-align: top;
}

div#projectheader {
	border-top: .05em solid #999999;
	padding: .5em;
	margin-top: 2em;
}

.copyright {
	margin-top: 6px;
	font-size: 6pt;
}



/* Navigation bar */
div#navbar {
	text-align: right;
	padding-bottom: 1em;
}

span.navitem {
	color: #004433;
	font-variant: small-caps;
	font-size: 150%;
	text-align: center;
	padding-left: 2em;
	font-weight: bold;
	text-decoration: none;
}

iframe#calendar {
	border: none;
	width: 100%;
	height: 600px;
	margin: 1em auto 0em auto;
}

/* Quote line */
div#quotepane {
	font-size: 80%;
	font-style: italic;
	padding: 1em;
}

/* Site info */
div#siteinfo {
	width: 100%;
	text-align: center;
	font-size: 80%;
	font-style: italic;
}
