/* Defines styles for the whole body of the page */
body {
	background-image: url(images/Cathedral_Rock.jpg);
}

/* Defines styles for the main layer (Div tag) */
#mainContent {
	font: normal 75% Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	height: auto;
	width: 95%;
}
.columnHeading {
	font: bold 2em Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0000FF;
	text-align: center;
}
.authorName {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
}


#mainContent #Header {
	text-align: center;
	border: 5px ridge #cccccc;
}
/* class style for the Header tag line */
.tagLine {
	font-size: 1.5em;
	font-weight: bold;
	color: #0033CC;
}
.searchForm {
	font-style: italic;
	text-align: left;
	text-indent: 10px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pHeadingH2 {
	color: #660033;
	font: bold 1.75em Georgia, "Times New Roman", Times, serif;
}
.Return {
	font-size: .75em;
	text-align: right;
}




h3 {
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #000066;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #9900FF;
}
#Footer {
	height: auto;
	width: 95%;
}

#Footer #footerBorder {
	border: 6px ridge #cccccc;
	width: 95%;
}
.iPic {
	font: .5em Georgia, "Times New Roman", Times, serif;
	color: #9900CC;
}
.Updated {
	font-size: .75em;
	font-style: italic;
	color: #000066;
	text-decoration: underline overline;
}
.winnerName {
	font-size: 1.5em;
	font-weight: bold;
	color: #663300;
}
