body { 
	background-color: #000000;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/_pgElements/pgBkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #000000;
	}

#PgWrapper {
	width: 960px;
	margin: 0 auto;
	background-image: url(/_images/_pgElements/main_bkgd.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#pgHead {
	background-image: url(/_images/_pgElements/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 960px;
	height: 225px;
}

#mainArea {
	margin: 0 auto;
	width: 830px;
}

#pgFoot {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background-image: url(/_images/_pgElements/foot_bkgd.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.1em;
	color: #000000;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-size: 1.6em;
	color: #000000;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: normal;	
}

h3 {
	font-size: 1.4em;
	color: #000000;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

h4 {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-style: italic;	
}

p {
	padding-top: 3px;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #333333;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #0d2932;
	}

a:hover {
	color: #4f4727;
	}

ul, ol {
	font-size: inherit;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

li {
	font-size: inherit;
	list-style-type: circle;
	padding: 6px 0 0 10px;
	}
	
.head {
	background-color: #075000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	}

.basic {
	text-align: left;
	padding: 3px;
	}


/* -------- MENU AREA ----------- */

#menuArea {
	margin: 0;
	padding: 180px 0 0 0;
	}

#menuArea p {
	margin: 0;
	padding: 12px 0 0 0;
	font-size: 1.2em;
	line-height: 1.0em;
	font-weight: normal;
	text-align: center;
	color: #000000;
	}

#menuArea a:link, #menuArea a:visited {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	text-decoration: none;
	color: #000000;
	}

#menuArea a:hover {
	font-weight: inherit;
	text-decoration: none;
	color: #f8d70d;
	}

#menuArea a.currentpg {
	font-weight: inherit;
	text-decoration: none;
	color: #f8d70d;
	}

/* -------- COPYRIGHT & bottom Address ----------- */

#Copyright {
	margin: 0 auto;
	/*width: 500px;*/
	padding: 20px 0;
	color: #bbbbbb;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #bbbbbb;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #075000;
}

/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

/* IE7+ */
*#menuArea p {
	}
