/*ALL PAGES */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #660000;
	font-family: Palatino Linotype, serif;
	color: #003366;
	text-align: center;
}

a:link {color:#0033CC;}
a:visited {color:black;}
a:hover {color:#660000;}
a:active {color:#660000;}

a.linkopacity0 img {filter:alpha(opacity=0); -moz-opacity: 0.0; opacity: 0.0;}
a.linkopacity0:hover img {filter:alpha(opacity=100);	-moz-opacity: 1.0; opacity: 1.0;}

h1 {font-weight:bolder;}
h2 {font-weight:bolder;}
h3 {font-weight:bolder;}
h4 {font-weight:bolder;}
h5 {}
h6 {font-style: italic; font-size: bigger;}

.hidden {display:none;}
.shown {display:inline;}

/*img {border: 1px solid gray;}*/
/*img {border: none; padding: 10px;}*/


/*FRONT END PAGES*/
#container {
	background: #660000 url(bg.jpg) repeat-y; 
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}

#top {
	background: #660000 url(top.jpg) no-repeat top center; 
	padding-left: 243px;
	padding-top: 274px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	height: 111px;
}

#top img {
	border: none;
	padding: 0px;
}

#main {
	text-align: left;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#main img {
	background-image: url(pic.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	border: none;
	padding: 10px;
}

#links {
	text-align: center;
	padding-left: 85px;
	padding-right: 85px;
	padding-bottom: 10px;
}

#events {
	font-size: small;
	color: #660000;
	font-family: Verdana, sans-serif;
	background-image: url(events.jpg);
	background-repeat: no-repeat;
	background-position: top left; 
	position: absolute;
	left: 85px;
	padding-top: 50px;
	width: 175px;
	padding-left: 15px;
}

#text {
	padding-top: 20px;
	/* these two margins affect IE 5.5 */ 
	margin-left: 275px;
	margin-right: 85px; 
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* these two margins affect IE 6 */ 
	margin-left: 275px;
	margin-right: 85px; 
}

#bottom {
	padding-top: 20px;
	clear: all;
	padding-left: 250px;
	padding-right: 85px;
	padding-bottom: 65px;
	text-align: center;
	background: #660000 url(bottom.jpg) no-repeat bottom center; 
}





/*BACK END PAGES*/
#admin {
	text-align: center;
	padding-top: 20px;
	/* these two margins affect IE 5.5 */ 
	margin-left: 85px;
	margin-right: 85px; 
 	voice-family: "\"}\"";
	voice-family: inherit;
	/* these two margins affect IE 6 */ 
	margin-left: 85px;
	margin-right: 85px; 
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFE4C4;
	border: 3px outset #DEB887;
	background-color: #B8860B;
	cursor: hand;
}

#errorMessage {
	width: 350px;
	color: black;
	font-weight: bold;
}

.table {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #FFE4C4;
	color: black;
}

.table .label {
	color: black;
	background-color: #DAA520;
}

.table .content {
	color: black;
	background-color: #FFDAB9;
}

.tableHeader {
	background-color: black;
	text-align: center;
	color: #FFE4C4;
}

.row1 {
	background-color: #CD853F;
}

.row2 {
	background-color: #B8860B;
}

.notice {
	width: 350px;
	color: black;
	font-weight: bold;
}

#preview {
	text-align: center;
	padding: 3px;
	margin-top: 0;
	color: #FFE4C4;
	background-color: gray;
	width: 80%;
	font-size: smaller;
}


