h2 {
	font-family : Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
	background-color : #0080c0;
	color:#000;
}

body {
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size:0.8em;
		background-color:#eee;
		color:#000;
		text-align:center;
}

#frame {
		width:90%;
		margin: 0 auto;
		margin-top:0;
		padding:0;
		}

#contentheader {
		width:100%;
		margin-top:0px;
		margin-bottom:0px;
		padding:5px;
		font-size:1.7em;
		text-align:center;
		background-color:#eee;
		color:#000;
}


#photocontent {
		width:100%;
		text-align:center;
		padding:0px;
		float:left;
		background:#eee;
		color:#000;
}

#textcontent {
		width:100%;
		padding:0px;
		float:left;
		background:#eee;		
		color:#000;
}	

#textcontent2 {
		width:60%;
		padding:0px;
		margin: 0 auto;		
		background:#eee;		
		color:#000;
}

#textcontent2 {
		width:80%;
		padding:0px;
		margin: 0 auto;		
		background:#eee;		
		color:#000;
}

#navbox {
		margin-right: auto;
		margin-left: auto;
		text-align:center;
}

.smalltext {
	font-size:1.0em;
	margin-left:0px;
	text-align:left;
}	

.greytext {
	font-size:0.8em;
	margin-left:0px;
	text-align:left;
	color:#999999;
}

.navmenu {
	font-size:1.2em;
	line-height:100%;
	margin-left:50px;
	margin-top:2px;

}

.imageborder {
	border:3px solid #333;
}

/* Welcometext gives properties of welcome text inside the welcome container*/
.captiontext {
	font-size:1.2em;
	margin-top: 0px;
	text-align: center;
	margin-left:0px;
	margin-right:0px;
	padding-top: 5px;
}

.navbar {
	margin:0 auto;
	font-size:1.0em;
	background-color:#eee;
	color:#fc6;
	text-align:center;
}
 
/* formatting for the table cell that contains navigation between pages */
.back {
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#eee;
	color:#000;
}


/* formatting for the table cell that contains navigation between pages */
.here{
	width:75px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#CC3333;
	color:#000;
}

/* green for link exists but not yet visited*/
a:link {color:#693; text-decoration: none; background-color: transparent }

/* plum red for link exists but not yet visited*/
a:visited { color:#cc3333; text-decoration: none; background-color: transparent }

/* black when mouse hovers over link*/
a:hover { color:#000; text-decoration: underline; background-color: transparent }

/* orange during click or if it stays active */
a:active { color:#ff9900;  text-decoration: underline; background-color: transparent }


