@charset "utf-8";
/* CSS Document */
BODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666; 
	margin: 0px 0px 0px 0px;
}



/********** FOR TEMPLATE LAYOUT OF IMAGES *****************/

td.leftShadow
{
	background-image: url('/images/usaChamber_2.jpg');
	width: 15px;
}

td.rightShadow
{
	background-image: url('/images/usaChamber_4.jpg');
	width: 23px;
}

td.branding
{
	cursor: pointer;
}

/******** FOR THE ROW ASSOCIATED TO THE CONTENT AREA(S) *********/

td.contentRow
{
	width: 912px;
	background-color: #ffffff;
}

/********* FOR THE CELL IN THE MIDDLE OF THE CONTENT ROW ASSOCIATED WITH THE CONTENT AREA(S) **********************/

.contentCell
{
	border-top: solid 6px black;
	padding: 5px 0px 0px 0px;
	width: 882px;
}

/********** FOR BETWEEN CONTENT BOXES *****************/

.middleContent
{	
	vertical-align: top;
	background-color: #996666;
}

div.middleContent
{
	overflow: inherit;
	width: 256px;
	height: 450px;
}

.verticalSpace
{
	height: 15px;
}

/********** FOR CONTENT BOXES - LAYOUT *****************/
.contentAreas
{
	vertical-align: top;
}

.upperLeftCorner
{
	background-image: url('/images/usaChamber_7.jpg');
	background-repeat: no-repeat;
	height: 11px;
	width: 9px;
}

.upperRightCorner
{
	background-image: url('/images/usaChamber_9.jpg');
	background-repeat: no-repeat;
	background-position:right;
	height: 11px;
	width: 10px;	
}

.lowerLeftCorner
{
	background-image: url('/images/usaChamber_20.jpg');
	background-repeat: no-repeat;
	height: 24px;
	width: 9px;
}

.lowerRightCorner2
{

}

.mapArea
{
	height: 188px;
}

div.contentAreas
{
	overflow: auto;
	width: 280px;
}

.upperLeftCorner2
{
	background-image: url('/images/usaChamber_7_2.jpg');
	background-repeat: no-repeat;
	height: 11px;
	width: 9px;
}

.upperRightCorner2
{
	background-image: url('/images/usaChamber_9_2.jpg');
	background-repeat: no-repeat;
	background-position:right;
	height: 11px;
	width: 10px;	
}

.lowerLeftCorner2
{
	background-image: url('/images/usaChamber_41_2.jpg');
	background-repeat: no-repeat;
	height: 11px;
	width: 9px;
}

.lowerRightCorner2
{
	background-image: url('/images/usaChamber_43_2.jpg');
	background-repeat: no-repeat;
	background-position:right;
	height: 11px;
	width: 1px;
}

.contentBorderTop2
{
	/*background-image: url('/images/usaChamber_8_2.jpg');
	background-repeat: repeat;
	background-position:top;*/
	
	border-top: solid 3px #666666;
	font-size: 1px;
}

.contentBorderBot2
{
	/*background-image: url('/images/usaChamber_42_2.jpg');
	background-repeat: repeat;
	background-position:bottom;*/
	
	border-bottom: solid 3px #666666;
	font-size: 1px;
}

.contentBorderLeft2
{
	border-left: solid 3px #666666;
	font-size: 6px;
}

.contentBorderRight2
{	
	border-right: solid 3px #666666;
	font-size: 6px;	
}


/********** FOR CONTENT BOXES - TEXT *****************/

.header
{
	color: #996666;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
}

.readMore
{
	background-image: url('/images/usaChamber_22.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 64px;
	height: 24px;	
	padding: 0px 3px 0px 0px;
	text-align: right;
}

a.nav:link, a.nav:active, a.nav:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.nav:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/****** FOR FOOTER AREA *****************************************/

td.bottomNav
{
	color: #ffffff;
	font-size: 14px;
	padding: 0px 0px 5px 18px;
}

a.bottomNav:link, a.bottomNav:active, a.bottomNav:visited
{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}
a.bottomNav:hover
{
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
}

/**************************/

td.copyright
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding: 0px 18px 5px 0px;
	vertical-align:bottom;
}

a.copyright:link, a.copyright:active, a.copyright:visited
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}
a.copyright:hover
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}