body { 
	background-color: #cdc9b8;
	margin: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(/_images/_pgElements/site_pgBkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#PgWrapper {
	width: 960px;
	margin: 0 auto;
}

#pgHead {
	background-image: url(/_images/_pgElements/site_pgHead.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 930px;
	height: 136px;
}

#mainAreaWrap {
	margin: 0 auto;
	width: 960px;
	background-image: url(/_images/_pgElements/site_maBkgd.png);
	background-repeat: repeat-y;
	background-position: center 50px;
}

#mainArea {
	margin: 0 auto;
	width: 960px;
	background-image: url(/_images/_pgElements/site_maHead.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#mcleft {
	float: left;
	width: 230px;
	margin: 20px 0 0 35px;
	padding: 0;
	}

#mcright {
	float: right;
	width: 640px;
	margin: 20px 35px 0 0;
	padding: 0;
	}

#pgFoot {
	background-image: url(/_images/_pgElements/site_maFoot.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height: 50px;
	margin: 0 auto;
}


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

h1 {
	padding: 0 15px 0 15px;
	font-size: 2.0em;
	color: #075000;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	padding: 0 15px 0 15px;
	font-size: 1.6em;
	color: #474640;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: normal;	
}

h3 {
	padding: 0 15px 0 15px;
	font-size: 1.4em;
	color: #075000;
	line-height: 1.2em;
	text-align: left;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

h4 {
	padding: 0 15px 0 15px;
	color: #474640;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	font-style: italic;	
}

p {
	padding: 3px 15px 0 15px;
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #333333;
	}

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

a:hover {
	color: #474640;
	}

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: 10px auto 0 auto;
	padding: 0 10px;
	}

#menuArea p {
	margin: 0 0 8px 0;
	padding: 6px;
	font-size: 1.4em;
	line-height: 1.0em;
	font-weight: normal;
	text-align: left;
	background-color: #423f39;
	border: 2px solid #786f5d;
	color: #ffffff;
	}

#menuArea a:link, #menuArea a:visited {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	text-decoration: none;
	color: #ffffff;
	}

#menuArea a:hover {
	font-weight: inherit;
	text-decoration: none;
	color: #ffa200;
	}

#menuArea a.currentpg {
	font-weight: inherit;
	text-decoration: none;
	color: #ffa200;
	}

/* -------- COPYRIGHT & bottom Address ----------- */

#Copyright {
	margin: 0 auto;
	/*width: 500px;*/
	padding: 30px 0;
	color: #333333;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
}

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

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

/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

/* IE7+ */
*#menuArea p {
	}
