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

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

#leftColumnTop {
	margin: 0 auto;
	float: left;
	width: 335px;
}

#rightColumnTop {
	margin: 0 auto;
	float: right;
	width: 685px;
	height: 345px;
	background-image: url(/_images/ur_banner_angler.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#promoCol {
	margin: 0 auto;
	float: left;
	margin-left: 10px;
	width: 325px;
}

#MainCol {
	background-color: #ffffff;
	margin: 0 auto;
	float: right;
	margin-right: 10px;
	width: 665px;
}

#scrollerArea {
	margin: 15px 10px 0 0;
	float: right;
	width: 130px;
	height: 315px;
	}

/* IE6 Only */
* html #scrollerArea {
	margin: 15px 4px 0 0;
	}


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

h1 {
	font-size: 1.9em;
	color: #555555;
	line-height: 1.3em;
	text-align: left;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: normal;
	border-bottom: 1px #ec5e06 solid;
}

h2 {
	font-size: 1.3em;
	color: #aaaaaa;
	line-height: 1.2em;
	text-align: right;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

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

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

a:hover {
	color: #ed1c24;
	}


/* -------- MAIN AREA STYLES ----------- */

#MainArea {
	width: 645px;
	margin: 10px auto 10px auto;
	}

#MainArea h1 {
	font-size: 2.0em;
	color: #000c46;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	border: none;
}

#MainArea h2 {
	font-size: 1.6em;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: italic;	
}

#MainArea h3 {
	font-size: 1.3em;
	color: #333333;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	margin-bottom: 6px;
	font-weight: normal;
	font-style: normal;	
}

#MainArea h4 {
	font-size: 1.3em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	margin-top: 6px;
	font-weight: normal;
	padding: 4px;
	background-color: #cdcdcd;
}

#MainArea h5 {
	font-size: 1.2em;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	margin: 1px 0 0 20px;
	font-weight: normal;
	padding: 4px;
	background-color: #efefef;
}

#MainArea ul {
	font-size: 1.0em;
	line-height: 1.2em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	color: #333333;
	}

#MainArea p {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
	font-weight: normal;
	color: #333333;
	padding-top: 6px;
	}

#MainArea p strong {
	font-weight: bold;
	color: #cb1d1e;
	}

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

#MainArea a:hover {
	color: #ec5e06;
	}
	

/* -------- Menu STYLES ----------- */

#MenuArea {
	background-color: #cb1d1e; 
	margin: 0 auto 15px auto;
	}


/* -------- Promo AREA STYLES ----------- */

#promoColinfo {
	background-color: #000c46;
	background-image: url(/_images/bannerbkgd_angler.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 200px;
	width: 285px;
	padding: 15px;
	}

#promoColinfo h1 {
	font-size: 2.0em;
	color: #000c46;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	border: none;
}


/* -------- COPYRIGHT ----------- */


#Copyright {
	margin-top: 30px;
	color: #888888;
	font-size: .9em;
	line-height: 1.0em;
	text-decoration: none;
	text-align: center;
}

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

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

