@import "mainlayout.css";
body {
	font-family: "Copperplate Gothic Bold", Arial, Helvetica, sans-serif; color: #003300;
}

h1 {
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #003333;
	padding: 2px;
	border: thin inset #FFFFFF;

}
h2 {  
	font-size: 115%; 
	color: #003300; 
	font-weight: bold}
h3 {  
	font-size: 105%; 
	color: #003300; 
	font-weight: bold}

h4 {
	letter-spacing: 1px;
	font-size: 105%;
	color: #258845;
}

p, body, div, td, li, #main-content { font-size: 100%;
}


a:link {
	color: #003333;
	font-weight: bold;
}
a:visited {
	color: #003300;
	font-weight: bold;
}
a:active {  color: #FF3300;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}



.text {
	border: 1px dashed #003333;
	padding: 8px;
	background-color: #E3EAE2;
	align: center;
	text-align: left;
}

.dogtext {
	border: 1px dashed #003333;
	padding: 8px;
	background-color: #E3EAE2;
	align: center;
	text-align: left;
}
	
.photocopyr, .photocapt { font-size: .9em;
}
