/* This is the format for a comment in css */
	/*font-family: verdana, arial, helvetica, sans-serif;*/


a:link {
	color: #00CCFF;
	font-weight: bold;
	}

a:visited {
	color: #0099FF;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	color: orange;
	}

a:active {
	color: red;
	}

h1 {
	font-family: arial;
	/*color: "#008080";*/
	color: blue;
	font-size: 24pt; text-decoration:overline underline; font-weight:bold;
	}

h2 {}

h6 {
	font-family: STOMP_ZackMan;
	color: #FF0000;
	font-style: italic;
	background-color: #FFFFFF;
	font-size: 10pt;
	}

body {
	background: #660066;
	margin: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:center;
	}
	
#top {
	border-bottom: 3px solid red;
	background: #0066FF url('images/church1.jpg') no-repeat right bottom;
	margin: 0px;
	color: #0000FF;
	text-align:left;
	padding:0px 10px 0px 10px;
	}
	
#maincol {
	min-width: 120px;
	min-height: 500px;
	margin: 3px 0px 0px 169px;
	padding: 10px 10px 20px 10px;
	z-index: 1;
	text-align:justify;
	background-image:url('images/snow.jpg'); background-repeat:repeat; background-attachment:scroll
	}

#leftcol {
	position: absolute;
	left: 0px;
	border: 4px solid #660066;
	width: 150px;
	top: 145px;
	min-height: 510px;
	padding: 5px;
	z-index: 2;
	text-align:left;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image:url('images/pale_grain.jpg'); background-repeat:repeat; background-attachment:scroll
  }

#bottom {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-top: 2px solid black;
	background: black;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	font-size: 8pt;	
	}
	
#jump_base {
  overflow-y:hidden;
  width: 200px;
  height: 100px;
  border: 2px dotted #000099;
  margin: auto;
  padding: 0 10px 0 10px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
}

#jump_base a {
  color: #000099;
  background-color: inherit;
}

.news {
  background-color: #DDDDDD;
  color: inherit;
}