/* -------- MAIN PAGE FORMAT ----------- */

body {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	font: normal .9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	}

#PgWrapper {
	margin: 0 auto;
	width: 960px;
	}

#head {
	width: 960px;
	height: 330px;
	background-image: url(/_images/_pgElements/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#mainArea {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background-image: url(/_images/_pgElements/bkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fcebce;
	}

#leftCol {
	float: left;
	width: 200px;
	margin: 25px 0 0 2px;
	padding: 0;
	}

#rightCol {
	float: right;
	width: 600px;
	margin: 0 20px 0 0;
	padding: 0;
	}

#footer {
	width: 900px;
	margin: 0 auto;
	background-color: #fba61a;
	height: 70px;
	padding: 0;
	}
	

/* -------- BASE STYLES ----------- */

h1 {
	font-size: 2.1em;
	color: #007db6;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 1.6em;
	color: #fba61a;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: bold;
	font-style: italic;	
}

h3 {
	font-size: 1.4em;
	color: #007db6;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;	
}

h4 {
	color: #fba61a;
	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.0em;
	line-height: 1.4em;
	margin: 0;
	font-weight: normal;
	color: #333333;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #007db6;
	}

a:hover {
	color: #fba61a;
	}

ul, ol {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333333;
	}

ul li {
	font-size: inherit;
	list-style-type: disc;
	padding: 6px 0 0 10px;
	}
	
ol li {
	font-size: inherit;
	list-style-type: decimal;
	padding: 6px 0 0 10px;
	}
	

/* -------- MENU ----------- */

#menu {
	list-style-type: none;
	margin: 0;
	font-size: 1.1em;
	line-height: 1.0em;
	text-align: left;
	font-weight: bold;
	color: #007db6;
	}
	
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#menu li {
	margin: 0 0 15px 0;
	padding: 0px;
	list-style-type: none;
	}

#menu ul li a .active {
	color: #fba61a;
	}

#menu li .submenu {
	margin: 10px 0 10px 20px;
	padding: 0px;
	list-style-type: none;
	font-weight: normal;
	font-size: .8em;
	}

#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #007db6;
	}

#menu a:hover {
	color: #fba61a;
	}

	
/* -------- COPYRIGHT ----------- */


#Copyright {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.2em;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin: 10px 0 20px 0;
	padding: 0;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #007db6;
}

#Copyright a:hover {
	color: #fba61a;
}


/* MISCELLANEOUS STUFF */
/* IE6 Only */
* html #mainArea {
	}

/* IE7 Only */
*:first-child+html #mainArea {
	}

