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

#PgWrapper {
	margin: 0 auto;
	background-image: url(/_images/_pgElements/D9_mainBkgd.gif);
	background-repeat: repeat-y;
	background-color: #228b09;
	background-position: center top;
	width: 1000px;
	}

#Head_Logo {
	background-image: url(/_images/_pgElements/D9_Head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 1000px;
	height: 197px;
	}
	
#MainArea {
	margin: 0 auto 0 50px;
	width: 950px;
	}
	
#footer {
	background-image: url(/_images/_pgElements/D9_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
	width: 1000px;
	height: 30px;
	}

#MainCol {
	float: right;
	width: 596px;
	margin: 0 4px 0 0;
	background-color: #fff;
	}
	
#MainColText {
	margin: 10px;
	}
	

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

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

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

h3 {
	font-size: 1.4em;
	color: #a70328;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	}

p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 0;
	font-weight: normal;
	color: #000;
	}

table {
	font-size: 1.0em;
	line-height: 1.2em;
	margin-top: 0;
	font-weight: normal;
	color: #000;
	}

table strong {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 0;
	font-weight: bold;
	color: #6f0019;
	}

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

a:hover {
	color: #6f0019;
	}

ul, ol {
	font-size: inherit;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

li {
	list-style-type: circle;
	padding: 6px 0 0 10px;
	}
	
hr {
	border: 0; 
	width: 95%; 
	height: 1px; 
	color: #dddcdd;
	background-color: #dddcdd;
	margin-top: 7px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: 0;
	}

/* -------- MENU AREA ----------- */

#MenuCol {
	background-image: url(/_images/_pgElements/D9_menuBkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffab2d;
	position: relative;
	float: left;
	width: 300px;
	margin: 0 0 0 50px;
	text-align: left;
	}

#menuArea {
	margin: 0;
	padding: 0;
	}

#menuArea p {
	font-size: 1.2em;
	line-height: 1.0em;
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #6f0019;
	border-bottom: 1px #ffffff solid;
	}

#menuArea a:link, #menuArea a:visited {
	font-weight: inherit;
	text-decoration: none;
	color: #6f0019;
	padding-left: 12px;
	}

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

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

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

#Copyright {
	margin: 0 auto;
	/*width: 500px;*/
	padding: 40px 0 40px 10px;
	color: #6f0019;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: left;
}

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

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

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

* html #mainArea {
	}

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