body {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size: 16px;
}

#menu {
	color: #CC6600;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#menu a{
	color: #FAEBD7;
}

#menu a:hover {
	color: #CC6600;
}

.text {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size: 14px;
}
.headline {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #CC6600;
}
.subhead {
	font-family: "Calisto MT", "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}

.bulletlinks{
	color: red;
}

.right {
	float: right;
}


/***** GALLERY CSS *****/

.gallery {
	padding: 14px;
}

.gallery_view {
	border: 2px solid #444;
	padding: 5px;
	background-color: #CCC;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.gallery_view a {
	color: red;
}

.gallery_view a img {
	border: 1px solid #333;
	margin: 5px;
}

.gallery_view a:hover img {
	border: 1px solid #999;
}

.slide {
	border: 2px solid #444;
	padding: 5px;
	width: 180px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.slide a {
	display: block;
	width: 178px;
	height: 178px;
	overflow: hidden;
	border: 1px solid #333;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #CCC;
	text-decoration: none;
}

.slide a:hover {
	border: 1px solid #999;
	background-color: #EEE;
}

.clearboth {
	clear: both;
}

.marginright {
	margin-right: 15px;
}

.col200 {
	display: block;
	width: 200px;
}

.button {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.button a {
	background-color: #FF9900;
	text-decoration: none;
	color: black;
}

.button a:hover {
	background-color: red;
	color: white;
}