/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-color: #efbb21;
	background-image: url(images/Bkgd_Dk.gif);
	background-repeat: repeat;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height: 1em;
}
#PgWrapper {
	background-image: url(images/Bkgd_Lt.gif);
	background-repeat: repeat;
	background-color: #fff;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 800px;
	padding: 30px;
	}

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.6em;
	color: #9479d1;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

h2 {
	font-size: 2.0em;
	color: #7c7c7c;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
}

p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin-top: 0;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000093;
}

a:hover {
	color: #efbb21;
}

.image_left { margin: 0; padding-right: 20px; padding-bottom: 3px; float: left; }
.image_right { margin: 0; padding-left: 10px; padding-bottom: 3px; float: right; }


/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #525252;
	font-size: 1.0em;
	line-height: 1.0em;
	text-decoration: none;
	text-align: center;
	position: relative;
	padding-top: 20px;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #525252;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #efbb21;
}

