.bkgBurnt { background-color: #8a5420; }

.clrLogoLight { color: #b26900; }
.clrLogoDark { color: #613800; }
.clrCream { color: #efd4aa; }

.clrCircleDark { color: #181000; }
.clrCircle { color: #391810; }
.clrCircleLight { color: #4a2110; }

.clrChocolate { color: #8a5420; }
.clrClay { color: #d09d70; }
.clrTurquoise { color: #70d9af; }
.clrMustard { color: #e9df48; }
.clrAqua { color: #76b7c4; }



.fixedLeft {
	left: 0;
	top: 0;
	-moz-padding-start: 10px;
	width: 35%;
	_width: 30%;
}
.contentLeft {
	position: relative;
	padding-top: 100px;
}
.contentLeft .linkStyled {
	color: #b26900;
	border-bottom: 1px dotted #b26900 !important;
	border-bottom: 1px solid #b26900;
}
.contentLeft .linkStyled:hover {
	border-bottom: 1px solid #b26900;
}
.contentLeft .linkStyled:focus {
	border-bottom: 1px solid #b26900;
}
.contentLeftTextLinks {
	white-space: nowrap;
/* Mac IE5 Band Pass Filter \*//*/
	width: 1%
/**/
}

.fixedBody { }
.contentBody {
	padding-top: 50px;
}
/*
	not same as clrCream... older clrText value
*/
.contentBody .linkStyled {
	color: #e8c38e;
	border-bottom: 1px dotted #e8c38e !important;
	border-bottom: 1px solid #e8c38e;
}
.contentBody .linkStyled:hover {
	border-bottom: 1px solid #e8c38e;
}
.contentBody .linkStyled:focus {
	border-bottom: 1px solid #e8c38e;
}

.enforceLeftWidth {
	width: 200px;
	height: 1px;
}
.enforceLeftProportion {
	-moz-padding-start: 10px;
	width: 35%;
	_width: 30%;
}
.enforceRightProportion {
	width: 65%;
	_width: 70%;
}


.linkStyled {
	text-decoration: none;
/*
	white-space: nowrap;
*/
	padding: 0 1px 1px 1px;
}
.linkStyled:hover {
	text-decoration: none;
	color: white;
	background-color: #613800;
}
.linkStyled:focus {
	text-decoration: none;
	color: white;
	background-color: #613800;
}
.linkStyled:active {
	text-decoration: none;
	color: white;
	background-color: #613800;
}
/*
.linkStyled:visited {
	text-decoration: none;
}
*/



.projectLayerA {
	background-image: url(/images/gradient_logoLightToBlack.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
	padding: 1px;
}
.projectLayerB {
	background-image: url(/images/gradient_circleToBlack.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000;
	padding: 5px;
}
.projectHeader {
	background: #000;
	padding: 5px 10px 5px 10px;
	border: 1px solid #613800;
}


