	body{
	  background-color: #000000;
	  background-image:  url(bg.jpg);
	  background-repeat: no-repeat;
	  color: #ffffe0;  
	  margin-top: 0px;
	  margin-left: 0px;
	  /*margin-right: 60px;*/
	  background-attachment: fixed;
	  scrollbar-arrow-color: #FFFF80;
	  scrollbar-base-color: #CFA174;
	  scrollbar-track-color: #CFA174;
	  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-size: 12px; 
	  line-height: 20px;
	  text-align: justify;
	  /*width: 650px;
	overflow: auto;*/
	}
	
	.container {
	  margin-top: 200px;
	  margin-left: 130px;
	  margin-right: 120px;
	}
	
	h2 {
	  color: lightyellow;
	  font-size: 30px;
	  text-align: center;
	  font-family: 'Times New Roman', 'Times', 'sans-serif'; 
	}
	
	hr {
	  background: #CFA174;
	  height: 1px;
	}
	
  CAPTION.MYTABLE
  {
     background-color:#8080ff;
     color:white;
     border-style:solid;
     border-width:2px;
     border-color:16180c;
  }

  TABLE.MYTABLE
  { 
     font-family:arial;
     //border-collapse:collapse;
     font-size:10pt;
     background-color:16180c;
     width:700px;
     //border-style:ridge;
     //border-color:#808080;
     border-width:0px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:white;
  }


  TR.MYTABLE
  { 
     height:157px;
     vertical-align:center;
  }

  TD.MYTABLE
  {  
     width:157px;
     font-size:10pt;
     background-color:#e8e6e2;
     color:#808080;
     border-style:ridge;
     border-color:white;
     border-width:3px;
     text-align:center;
  }
	
	.highslide {
		cursor: url(../common/highslide/graphics/zoomin.cur), pointer;
		outline: none;
	}
	.highslide img {
		border: 1px solid white;
	}
	
	.highslide img.floatRight {
	  border: 1px solid white;
	  margin-left: 12px;
	  margin-right: 0px;
	  margin-bottom: -2px;
	  margin-top: 9px;
	  float: right;
	}
	
	.highslide img.floatLeft {
	  border: 1px solid white;
	  margin-left: 0px;
	  margin-right: 12px;
	  margin-bottom: -2px;
	  margin-top: 9px;
	  float: left;
	}
	
	.highslide:hover img {
		border: 1px solid white;
	}
	
	.highslide-image {
		border: 1px solid black;
	}
	.highslide-image-blur {
	}
	.highslide-caption {
		display: none;
		color: #505050;
		border: 2px solid white;
		border-top: none;
		font-family: Verdana, Helvetica;
		font-size: 8pt;
		text-align: center;
		padding: 5px;
		background-color: white;
	}
	.highslide-display-block {
		display: block;
	}
	.highslide-display-none {
		display: none;
	}
	.highslide-loading {
		display: block;
		color: white;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		padding: 3px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-color: black;
		/*
		padding-left: 22px;
		background-image: url(../common/highslide/graphics/loader.gif);
		background-repeat: no-repeat;
		background-position: 3px 1px;
		*/
	}
	/*
	a.highslide-credits,
	a.highslide-credits i {
		padding: 2px;
		color: silver;
		text-decoration: none;
		font-size: 10px;
	}
	a.highslide-credits:hover,
	a.highslide-credits:hover i {
		color: white;
		background-color: gray;
	}
	*/
.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 #c2110b; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #000000;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c2110b; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #c2110b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffff00;
}
