/* BACKGROUND TABLE FOR FADE*/
table#backgroundTable1 {
	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
}
table#backgroundTable2 {

	width:100%;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
	display:table;
}
table#backgroundTable img{margin:0;padding:0;}

table#backgroundTable1 tr#topRow{
	margin:0;
	padding:0;
	background-image:url(images/backgroundTopMiddle.jpg);
	background-repeat:repeat-x;
	vertical-align:top;
}

table#backgroundTable2 tr#middleRow td.firstColumn{
	width:30px;
	background-image:url(images/backgroundRepeatLeft.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
table#backgroundTable2 tr#middleRow td.middleColumn{
	background-color:#f5e9d3;
	margin:0;
	padding:0;
	height:auto;
}
table#backgroundTable2 tr#middleRow td.lastColumn{
	height:30px;
	width:30px;
	background-image:url(images/backgroundRepeatRight.jpg);
	background-position:top right;
	background-repeat:repeat-y;
}
table#backgroundTable2 tr#bottomRow{
	height:30px;
	margin:0;
	padding:0;
	background-image:url(images/backgroundBottomMiddle.jpg);
	background-repeat:repeat-x;
	background-position:bottom;

}
table#backgroundTable2 tr#bottomRow td.firstColumn{
	height:30px;
	width:30px;
	background-image:url(images/backgroundBottomLeft.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
}
table#backgroundTable2 tr#bottomRow td.lastColumn{
	height:30px;
	width:30px;
	background-image:url(images/backgroundBottomRight.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}



/* CONTENT TABLE FOR FADE*/
table#contentTable{
	height:auto;
	width:100%;
	margin:0; 
	padding:0;
	text-align:left;
	float:left;
	position:relative;
	z-index:5;
}

table#contentTable tr#contentTopRow {
	height:11px;
	background-image:url(images/innerColumnTopMiddle.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
table#contentTable tr#contentTopRow td.contentFirstColumn{
	height:11px;
	width:10px;
	background-image:url(images/innerColumnTopleft.jpg);
	background-position:top left;
}
table#contentTable tr#contentTopRow td.contentLastColumn{
	height:11px;
	width:10px;
	background-image:url(images/innerColumnTopRight.jpg);
	background-position:top left;
}

table#contentTable tr#contentMiddleRow td.contentFirstColumn{
	height:100%;
	width:10px;
	background-image:url(images/innerColumnBackgroundLeft.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
table#contentTable tr#contentMiddleRow td.contentMiddleColumn{
	background-color:#FFFFFF;

}
table#contentTable tr#contentMiddleRow td.contentLastColumn{
	height:100%;
	width:10px;
	background-image:url(images/innerColumnBackgroundRight.jpg);
	background-repeat:repeat-y;
	background-position:top right;
}


table#contentTable tr#contentBottomRow {
	height:11px;
	background-image:url(images/innerColumnBottomMiddle.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
table#contentTable tr#contentBottomRow td.contentFirstColumn{
	height:11px;
	width:10px;
	background-image:url(images/innerColumnBottomleft.jpg);
	background-position:bottom left;
}
table#contentTable tr#contentBottomRow td.contentLastColumn{
	height:11px;
	width:10px;
	background-image:url(images/innerColumnBottomRight.jpg);
	background-position:bottom right;
}

/* HORIZONTAL NAVIGATION */
#centerNavigation {
	margin:0px 0 20px 0;
	padding:0;
	height:48px;
	width: 748px;
	font-size:.75em;
	position:relative;
	top:0;
	z-index:1;
}
#centerNavigationInternalPages {
	margin:0 0 20px -5px;
	padding:0;
	height:48px;
	width: 748px;
	font-size:.75em;
	position:relative;
}
ul#navigation{
	list-style-type: none;
	float:left;
}
ul#navigation li {
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:187px;
}
ul#navigation li a{
	display: block;
	color: #FFF;
	height:23px;
	padding: 25px 8px 0 0;
	margin:0;
	text-align: right;
	text-decoration: none;
	font-weight:bold;
	font-size:1.1em;
	font-style:normal;
}
ul#navigation li a:hover{
	/*color: #0066FF;*/
	color: #6890BC;
	text-decoration:none;
}
ul#navigation li a.darkOrange{
	background-image:url(images/navBarDarkOrange.jpg);
	background-repeat:repeat-x;
	display:block;
}
ul#navigation li a.orange{
	background-image:url(images/navBarOrange.jpg);
	background-repeat:repeat-x;
}
ul#navigation li a.red{
	background-image:url(images/navBarRed.jpg);
	background-repeat:repeat-x;
}
ul#navigation li a.yellow{
	background-image:url(images/navBarYellow.jpg);
	background-repeat:repeat-x;
}
/* PAGECONTAINER FOR 2 COLUMN INTERNAL PAGES*/
#twoColumnWrapper {
	background-image:url(images/backgroundInternal.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}
#mycontainer {
	width: 100%;
	background-image:url(images/backgroundInternal.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	float: right;
	margin-left: -187px;
	margin-top: -10px;
}
#content {
	margin-left: 187px;
	padding:1em;
	font-size:.8em;
}
#oneColumnContent
{
  margin-left: 5px;
	padding:0 1em;
	font-size:.8em;
}

#comparisonResultsContent
{
  margin-left: 1px;
}
#sidebar {
	background-image:url(images/backgroundInternal.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	width: 187px;
	float: left;
}

.clearing {
	height:10px;
	clear: both;
	
}
#sidebar img.photo {
	margin: 10px 0px 10px 8px;
	width:170px;

}