body { 
	background-color: #ffffff;
	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;
	}

#PgWrapper {
	width: 880px;
	margin: 0 auto;
}

#menuArea {
	margin: 0 auto;
	padding: 0;
	width: 880px;
	height: 67px;
	background-image: url(/_images/_pgElements/menubkgd.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#pgHead {
	margin: 0 auto;
	width: 880px;
	height: 205px;
	background-image: url(/_images/_pgElements/header.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainArea {
	margin: 0 auto;
	width: 880px;
	background-image: url(/_images/_pgElements/contentbkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#mainCol {
	margin: 0 auto;
	width: 800px;
}

#contentfoot {
	margin: 0 auto;
	width: 880px;
	height: 28px;
	background-image: url(/_images/_pgElements/contentfoot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.4em;
	color: #06367b;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
	color: #e02027;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

h3 {
	font-size: 1.2em;
	color: #06367b;
	line-height: 1.2em;
	text-align: left;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

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: #06367b;
	}

a:hover {
	color: #e02027;
	}

ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

li {
	list-style-type: circle;
	padding: 6px 0 0 10px;
	}
	
/* -------- MENU AREA ----------- */

#menuArea p {
	letter-spacing: .2em;
	padding: 145px 0 0 0;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #000000;
	}

#menuArea a:link, #menuArea a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

#menuArea a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}

#menuArea a.sub:hover {
	font-weight: normal;
	text-decoration: none;
	color: #e02027;
	}

.downarrowclass{
	position: absolute;
	bottom: 15px;
	right: -5px;
	}

/* -------- COPYRIGHT ----------- */

#Copyright {
	padding: 20px 0 0 0;
	color: #777777;
	font-size: .9em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #777777;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #e02027;
}

/* -------- MISC STYLES ----------- */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

* html #menuArea p {
	}
	
/* IE7+ */
*#menuArea p {
	}
