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: 1020px;
	margin: 0 auto;
	background-image: url(/_images/_pgElements/pgBase.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#pgHead {
	margin: 0 auto;
	width: 1020px;
	height: 330px;
	background-image: url(/_images/_pgElements/pgHead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#pgFoot {
	margin: 0 auto;
	width: 1020px;
	height: 55px;
	background-image: url(/_images/_pgElements/pgFoot.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainCol {
	float: right;
	margin: 0 75px 0 0;
	width: 585px;
	border: 1px #999999 solid;
	background-image: url(/_images/_pgElements/colBkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
	position:relative;
	z-index: 0;
}

#leftCol {
	float: left;
	margin: 0 0 0 75px;
	width: 245px;
	border: 1px #999999 solid;
	background-image: url(/_images/_pgElements/colBkgd.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#mainColtext {
	margin: 15px;
	z-index: 2;
	/*border: 1px #ec5e06 solid;*/
}

#leftColtext {
	margin: 15px;
	/*border: 1px #ec5e06 solid;*/
}


/* -------- BASE STYLES ----------- */

h1 {
	font-size: 1.4em;
	color: #969799;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 1.2em;
	color: #003366;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: normal;	
}

h3 {
	font-size: 1.2em;
	color: #969799;
	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.0em;
	line-height: 1.5em;
	margin: 0;
	font-weight: normal;
	color: #333333;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #003366;
	}

a:hover {
	color: #000000;
	}

ul {
	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;
	}
	
.boxShadow {
	box-shadow:			10px 10px 15px #cccccc;
	-o-box-shadow:		10px 10px 15px #cccccc;
	-moz-box-shadow:	10px 10px 15px #cccccc;
	-webkit-box-shadow:	10px 10px 15px #cccccc;
	}
			
/*------ Simple Forms --------------*/

#UploadFiles input, textarea, select {
	margin: 0 0 6px 0;
	}

#UploadFiles table {
	margin: 6px 0 0 0;
	}

/* -------- MENU AREA ----------- */

#menuArea p {
	margin: 0;
	padding: 270px 0 0 45px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	color: #003366;
	}

#menuArea a:link, #menuArea a:visited {
	font-weight: inherit;
	text-decoration: none;
	color: #003366;
	padding-left: 12px;
	}

#menuArea a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	}

#menuArea a.currentpg {
	font-weight: inherit;
	text-decoration: underline;
	color: #000000;
	}

/* -------- COPYRIGHT & bottom Address ----------- */

#Copyright {
	margin: 0 auto;
	width: 900px;
	padding: 15px 0 0 0;
	color: #555555;
	font-size: .9em;
	line-height: 2.5em;
	text-decoration: none;
	text-align: center;
}

#Copyright .address {
	margin: 0;
	padding: 0;
	color: #003366;
	font-size: 1.4em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
}

#Copyright .pagelinks {
	margin: 0;
	padding: 0;
	color: #003366;
	font-size: 1.2em;
	line-height: 2.5em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #555555;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #e02027;
}

/*-------------- IE6 Only -------------------*/

* html #mainArea {
	}

* html #menuArea p {
	}
	
/* IE7+ */
*#menuArea p {
	}

