

body {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #231f20;
	}
	a:link, a:visited {
		color: #ca8b00;
		text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
	h1 {
		font-size: 14px;
				 color: #5e144c; 
	}
	h2 {
		font-size: 12px;
		color: #5e144c;
	}
	h3 {
		font-size: 11px;
		color: #231f20;
	}
	.clearBoth {
		clear: both;
	}
	.alignRight {
		text-align: right;
	}
	td, th {
		font-size: 11px;
	}
	.larger {
		font-size: 12px;
	}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#constants {
	position: absolute;
	top: 5px;
	left: 800px;
	z-index: 2;
	}
	#constants a:link, #constants a:visited {
		font-weight: bold;
		text-decoration: none;
		margin-left: 30px;
		}
		#constants a#cnstSelect {
			color: #efc058;
		}

#bannerPhoto {
	position: absolute;
	top: 21px;
	left: 210px;
	z-index: 1;
}

#gradient {
	position: absolute;
	top: 116px;
	left: 0;
	z-index: -1;
	}
	html>body #gradient {display: none;}

#navigation {
	position: absolute;
	top: 116px;
	left: 0;
	width: 210px;
	}
	#navigation a {
		color: #fff;
	}
	
#pageHdr {
	position: absolute;
	top: 125px;
	left: 228px;
	z-index: 2;
	/* color: #5E144C; */
	color: #0066cc;
	font-family: "Times New Roman", Times, Serif;
	font-size: 24px;
	font-weight: bold;
}

#content {
	margin: 125px 0 52px 210px;
	width: 568px;
	}
	#contentColumn {
		padding: 25px 48px 150px 21px;
	}