body {
	background-color: Black;
	border: 2px ridge #A60000;
	color: #FFB193;
	font-family: "Book Antiqua", Georgia, serif;
}

body.c1 {
	border: 0
}

a:link {
	color: #EFCAFF;
	text-decoration: none;
}

a:visited {
	color: Silver;
	text-decoration: none;
}

a:hover {
	color: #00BFFF;
	background-color: Black;
	text-decoration: none;
	font-size: 105%;
	font-weight: bold;
}

a:active {
	color: Red;
	background-color: #000088;
	text-decoration: none;
}

hr {
	width: 90%;
	height: 3px;
}


p {
	font-size: 16px;
	line-height: 30px;
	font-family: "Book Antiqua", Georgia, serif;
	color: #FFB193;
}

p.c1 {
	text-align: center
}

p.c4 {
	font-style: italic; text-align: center
}

div.cen {
	text-align: center;
	margin-top: 5px;
}

/* home page photo */
img#pic {
	border: 4px ridge #FF2600;
	padding: 2.8%;
	background-color: #DCDCDC;
	width: 65%;
	margin: 5px 3px;
}

/* site navigation */

ul.hor {
	list-style-type: none;
	position: relative;
	left: -20px;
}

li {
	display: inline;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	
	font-size: 17px;
	border-width: 2px 4px 4px 2px;
	border-color: #DCDCDC #CDCDCD #CDCDCD #DCDCDC;
	border-style: outset;
	background: rgb(0, 35, 101);
	background-image: url(Images/bg-list.jpg);
	margin: 4px 6px 4px 6px;
}



div.bottom {
	text-align: center;
	margin-top: 5px;
	width: 60%;
	font-size: 17px;
	line-height: 24px;
	font-family: "Book Antiqua", Georgia, serif;
	color: #FFB193;
	left: 20%;
	position: relative;
}

.brow {
	margin: 15px 8% 15px 8%;
}

img.bro {
	border: 0;
	width: 15%;
	margin: 8px 8px 8px 8px;
}