.noHeadSpace {
	line-height: 0%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}


.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.meritSpace {
	padding-top: 15px;
}

.blackType {
	color: #000;
}
.contactAddress {
	font-size: 12px;
	line-height: 170%;
	color: #000;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #CCC;
}

.oneColFixCtrHdr #container {
	width: 766px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border: 2px solid #000;
	height: 637px;
}
#mainFontDiv {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 185%;
	text-align: justify;
	padding-right: 12px;
	padding-left: 524px;
	font-size: 11px;
	color: #666;
}

#backgroundText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 200%;
	color: #666;
	text-align: justify;
	height: 512px;
	padding-right: 13px;
	padding-left: 13px;
	overflow: auto;
}
#portfolioImage {
	float: right;
	padding-right: 20px;
}
.picSelectSpace {
	padding-left: 6px;
	padding-top: 6px;
}
.picSelectSpaceOdd {
	padding-top: 6px;
}
#picSelect {
	padding-left: 128px;
}
#portfolioText {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 11px;
	line-height: 200%;
	text-align: justify;
	overflow: auto;
	height: 512px;
	padding-right: 10px;
}
.imagesButtonSpace {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 250px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tagSpace {
	padding-top: 10px;
}

