* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	/*background: #E8F8FF;*/
	background: url(images/headback3.jpg) repeat;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 1002px;
	/*background: #FFFCF4;*/
	background: #fffcf4 url(images/background1.jpg)/* no-repeat center top;*/
}
	
#header {
	/*background-color: #7092d0;*/
	color: #5072b0;
	text-align: center;
	font-family: "Times New Roman", Georgia, Garamond;
	font-size: 32px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 40px;
	background: #7092d0 url(images/navback3.jpg) repeat;
}

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

hr {
	color: #7092d0;
}

#navcol {
	width: 140px;
	float: left;
	font-family: "Times New Roman", Georgia, Garamond;
	/*background: #EFECE4;*/
	padding-bottom: 10px;
	background: #EFECE4 url(images/navback3.jpg) repeat /*center top;*/
}

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*/
}

ul.nav a:visited {
	/*color: #5D008F; purple*/
	/*color: #FF5F00; orange*/
	color: #0C8837; /*green*/
}

#content {
	width: 800px;
	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.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;
}

.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.blue {
	background-color: #ffffff;
	color: #0000ff;
}

/*p.right {
	vertical-align: middle;
	padding-left: 10px;
}*/

p.center {
	width: 60%
}

#center {
	/* 1 column centered on page*/
	width: 60%;
	margin-left: 20%;
	margin-right: 20%
}

#left3 {
	/* left hand column for 3 equal width columns*/
	width: 250px;
	float: left;
	text-align: justify;
	margin-left: 5px;
	margin-right: 20px;
	display: inline;
	color: #900000;
}

#center3 {
	/* center column for 3 equal width columns*/
	width: 250px;
	float: left;
	text-align: justify;
	display: inline;
	color: #900000;
}

#right3 {
	/* right hand column for 3 equal width columns*/
	width: 250px;
	float: right;
	text-align: justify;
	margin-right: 5px;
	margin-left: 0px;
	display: inline;
	color: #900000;
}

#leftcol {
	/* left hand column for equal width columns*/
	width: 45%;
	float: left;
	text-align: justify;
/*	text-indent: 3em;
	padding-left: 2%;	
	padding-right: 2%;*/
	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: 24px;
	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: 10px;
	font-family: Arial, Helvetica, san-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

.copy a {
	text-decoration: none;
}

