body {
	font-family: Arial;
	/* , Helvetica, sans-serif; */
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #000000;
	background-image: url(images/bg_red.jpg);
    background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

.divContainer {
    /* position: absolute;*/
	width : 99.9%;
	border : 0px dotted #00CC00;
	z-index : 1;
}

p {	margin: 0px; padding: 0px; }

form { margin: 0px;	padding: 0px; }

td { text-align: left; vertical-align: top; }


div { vertical-align:top; margin:0px; padding:0px;}
img { vertical-align:top; }


#panoBG {
	background-image: url(images/bottombg.jpg);
    background-repeat: no-repeat;
	background-position: 0,30;
}

#panoTab {
	background-image: url(images/bottom_tab_large.gif);
    background-repeat: no-repeat;
	background-position: 0,0;
	width: 675px;
	height: 20px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.thumbout {
	border: 1px solid #CCCCCC;
	/*margin-top:5px;
	margin-bottom:5px;*/
}

.thumboutBlack {
	border: 1px solid #000000;
	/*margin-top:5px;
	margin-bottom:5px;*/
}

.thumbover {
	border: 1px solid #EF0401;
	/*margin-top:5px;
	margin-bottom:5px;*/
}

.topNavBg {
	background-image: url(images/top_nav.jpg);
    background-repeat: no-repeat;
	background-position: 0,0;
	width: 675px;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

.topNav { font-weight: bold; }

/* Links */
a.miscLink:link {
	color: #EF0401;
	text-decoration: none;
}
a.miscLink:visited {
	color: #EF0401;
	text-decoration: none;
}
a.miscLink:active {
	color: #EF0401;
	text-decoration: none;
}
a.miscLink:hover {
	color: #EF0401;
	text-decoration: underline;
}


a.topNav:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.topNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.topNav:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.topNav:hover {
	color: #EF0401;
	text-decoration: none;
}

.thumbFloat {
	text-align: center;
	float:left;
	font-family:Arial; 
}

.view {
	color: #EF0401;
	font-weight: 700;
}

#contentTable {
	color: #000000;
	width: 754px;  /* 750 */
	/*background-color: #FFFFFF;*/
	background-image: url(images/white_sliver.jpg);
    background-repeat: repeat-y;
	background-position: 0,0;
}

.rightCell {
	border-right: 1px solid #000000;
	/*border-bottom: 1px solid #B6BABA;*/
	
	background-image: url(images/logo_bg.jpg);
    background-repeat: no-repeat;
	background-position: center;
}

.leftCell {
	border-left: 1px solid #000000;
	border-right: 1px solid #B6BABA;
/*	border-bottom: 1px solid #B6BABA;*/
}

.bottomCell {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-image: url(images/bottombg.jpg);
    background-repeat: no-repeat;
	background-position: bottom;
}

.spacer { font-size: 1px; font-family:Verdana; }


