body.bw {
  color: #ffffff; 
  background-color: #303030; 
  background-repeat: no-repeat; 
  background-position: 0px 0px;
  background-attachment: fixed;
  text-align: left; 
  margin-left: 0px; 
  margin-top: 0px;
  color: black;
}

.container {
  margin-top: 250px;
  margin-left: 160px;
  width: 500px;
}

	img {
	  border-width: 0px;
	}
	
	img.left {
	  margin-right: 20px;
	  margin-bottom: 5px;
	  border-width: 3px;
	  border-style: ridge;
	  border-color: #ffffff;
	  float: left;
	}

	img.right {
	  margin-left: 20px;
	  margin-bottom: 5px;
	  border-width: 3px;
	  border-style: ridge;
	  border-color: #ffffff;
	  float: right;
	}
	
	.title {
	  font-size: 14pt;
	  font-weight: bolder;
	  text-align: center;
	  margin-top: -20px;
	  margin-bottom: 30px;
	}
	
	table.color {
	  width: 800px;
	  margin-left:100px;
	  margin-top: 140px;
	  color: black;
	}
	
	table.color tr {
	  height: 80px;
	  text-align: center;
	}
	
	table.color td {
	  vertical-align: middle;
	  width: 200px;
	}


.chromestyle{
width: 100%; /*the entire width of the menu */
font-family: "Verdana", "Arial", "Sans-Serif";
line-height:12px;
font-size: 10pt;
font-weight: bolder;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
white-space: nowrap;
margin-left: 0px;
margin-right: 0px;
}

.chromestyle ul li a{
color: #FFFFFF; /* here the color control for the menu */
padding: 0px 0px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #673230;
width: 150px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size: 8pt;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #808080;
}


* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: black;
	/*background-image: url(../common/cement.gif);*/
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
.control:hover {
	color: #909090 !important;
}
.highslide-move {
    cursor: move;
}
