/*
  * == =============================================================
  *	File: global.css
  *	This file contains the high level styles that apply to every page,
  *	including font information and copyright properties.
  * == =============================================================
  */
 
body {
	background: #FEE5AC url('../images/bodybackground.png') repeat top left;
	color: #000;
	font: normal normal normal 1.25em/150% "Century Gothic", "Times New Roman", Times, serif;
}

h1 {
	padding-top: 35px;
    text-align: center;
}


h2 {
	border-bottom: 2px solid #000;
	font-size: 1.25em;
	line-height: 100%;
	padding-left: 2em;
}

h3 {
	font-size: 1.0em;
	line-height: 100%;
	padding-left: 2em;
}


p {
	font-size: 0.90em;
	line-height: 100%;
	padding: 0 2em 0 2em;
}

/*
  * Footer Specific styling
  */
p#copyright {
	color: #333;
	font-size: 0.50em;
	padding-top: 10px;
	text-align: center;
}

p#copyright a {
	color: #000;
}

p#copyright a:link,
p#copyright a:visited {
	color: #000;
}

p#copyright a:hover,
p#copyright a:active {
	color: #000;
	background: #FF9;
}

p#validated {
	padding: 0;
	padding-top: 5px;
	margin: 0;
}

/*
  * Link Formatting
  */
div#pageContent a,
div#pageContent a:link,
div#pageContent a:visited {
	border-bottom: 1px solid #B22222;
	color: #B22222;
	font-size: 1.0em;
	margin-bottom: .25em;
	text-decoration: none;
}
div#pageContent a:hover,
div#pageContent a:active {
	background: #FF9;
	border-bottom: 1px solid #B22222;
	color: #8C7853;
	font-size: 1.0em;
	margin-bottom: .25em;
	text-decoration: none;
}
