* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	background-color: #335c7a;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 1002px;
	background-color: #c0eeeb;
}
	
#header {
	background-color: #996633;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", Georgia, Garamond;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 80px;
}

#header p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.himageright { /*header image right side*/
	float: right;
	padding-right: 30px;
	text-align: center;
}

.himageleft { /*header image left side*/
	float: left;
	padding-left: 30px;
	text-align: center;
}
/*
hr {
	color: #7092d0;
}
*/
#navcol {
	background-color: #996633;
	background-color: #c0eeeb;
	width: 150px;
	float: left;
	font-family: "Times New Roman", Georgia, Garamond;
	padding-bottom: 10px;
}

ul.nav {
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
	font-variant: small-caps;
	font-size: 16px;
}

ul.nav li {
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 5px;
	color: #740228; /*burgundy*/
}

ul.nav a {
	display: block;
	text-decoration: none;
	/*color: #FF5F00; orange*/
	color: #000; /*black*/
}

ul.nav a:link {
	color: #0000d1; blue
	/*color: #FF5F00; orange */
	/*color: #0C8837; green*/
	/*color: #740228; burgundy*/
	/*color: #c3eaf9; light blue*/
}

ul.nav a:visited {
	/*color: #5D008F; purple*/
	/*color: #FF5F00; orange*/
	/*color: #0C8837; green*/
	/*color: #8daa7e; light green*/
	/*color: #c10000; red*/
	/*color: #2e1f18; brown*/
	color: #b2a07c; /*light tan*/
}

#content {
	width: 790px;
	margin-left: 30px;
	margin-right: 30px;
	float: right;
	margin-top: 20px;
}

p {
	font-size: 14px;
	margin-top: 10px;
}

li a {
	text-decoration: none;
}
/*
table.cal {
	border-collapse: collapse;
	width: 775px;
	margin-left: 18px;
	font-size: 14px;
}

.date {
	text-align: left;
	width: 7em;
	padding: 5px;
}

.day {
	text-align: left;
	width: 6em;
	padding: 5px;
}

.time {
	text-align: right;
	vertical-align: top;
	padding: 5px;
	width: 6em;
}

.event {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.shade {
	background-color: #80a2e0;
	color: #000000;
}
*/
table.gal {
	width: 750px;
	/*border-collapse: collapse;*/
	border: 5px ridge #000;
}

td {
	padding: 1px;
}

/*
table.nav {
	text-align: center;
	width: 98%;
	border-collapse: collapse;
	border: 4px ridge #0000ff;
	font-size: 14px;
}
*/
ul {
	font-size: 14px;
	margin-left: 15px;
	text-align: left;
}

li {
	margin-left: 10px;
}

.square {
	list-style-type: square;
}

.dot {
	list-style-type: disc;
}

.cir {
	list-style-type: circle;
}

.none {
	list-style-type: none;
}

.imageright {
	float: right;
	padding-left: 30px;
	text-align: center;
}

.imageleft {
	float: left;
	padding-right: 30px;
	text-align: center;
}

.imageleft p {
	margin-top: 2px;
}

p.center {
	width: 60%
}
/*
#center {*/
	/* 1 column centered on page*/
/*	width: 60%;
	margin-left: 20%;
	margin-right: 20%
}
*/
/*
#leftcol {*/
	/* left hand column for equal width columns*/
/*	width: 45%;
	float: left;
	text-align: justify;
	margin-left: 3%;
	display: inline;
}*/
/*
#leftcol a {
	text-decoration: none;
}*/
/*
#rightcol {*/
	/* right hand column for equal width columns*/
/*	width: 45%;
	float: right;
	text-align: justify;
	margin-right: 3%;
	display: inline;
	font-size: 14px;
}

#rightcol a {
	text-decoration: none;
}

#reset {
	padding: 10px;
	clear: both;
}

#leftcolright {*/
	/* left hand column for equal width columns - right justified*/
/*	width: 45%;
	float: left;
	text-align: right;
	margin-left: 3%;
	display: inline;
	font-size: 14px;
}

#leftcolright a {
	text-decoration: none;
}
*/
#navbar a {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	text-align: center;
/*	font-weight: normal;*/
}

h2 {
	margin: 10px 20px 10px 20px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

h3 {
	font-size: 20px;
	text-align: center;
}

h4 {
	font-size: 16px;
	text-align: center;
}

h5 {
	font-size: 16px;
	/*text-align: center;*/
	font-weight: bold;
	/*margin-bottom: -15px;*/
}

#footer {
	clear: both;
	width: 1002px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	font-family: "Times New Roman", Georgia, Garamond;
	font-size: 14px;
}

.copy {
	font-size: 9px;
	font-family: Arial, Helvetica, san-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*
.copy a {
	text-decoration: none;
}
*/
