	body{
	  background-color: #000000;
	  background-position: 0px 0px;
	  background-repeat: no-repeat;
	  color: #239e46;  
	  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;*/
	}
		
	h2 {
	  color: #be0027;
	  font-size: 18pt;
	  text-align: center;
      line-height: 27pt;
	  font-family: 'Times New Roman', 'Times', 'sans-serif'; 
	}

	h3 {
	  color: #be0027;
	  font-size: 10pt;
	  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	}

	hr {
	  background: #CFA174;
	  height: 1px;
	}

    a:link {text-decoration: none; color: #239e46;}

    a:visited {text-decoration: none; color: #239e46;}

    a:hover {text-decoration: color= #239e46;}
	
	table.icon {
	  width: 600px;
	}

    img {
      border: 0px;
    }

    .thumbnail:hover{
       background-color: transparent;
    }

    .thumbnail span{ /*CSS for enlarged image*/
      position: absolute;
      padding: 5px;
      left: -1000px;
      border: 0px;
      visibility: hidden;
      color: #ffffff;
      width: 500px;
      height: 100px;
	  font-family: 'Times New Roman', 'Times', 'sans-serif'; 
      font-size: 24pt;
      font-weight: bolder;
      font-style: oblique;
      line-height: 27pt;
     }

    .thumbnail span img{ /*CSS for enlarged image*/
      border-width: 0;
      padding: 2px;
    }

    .thumbnail:hover span{ /*CSS for enlarged image*/
      visibility: visible;
      top: 230px;
      left: 140px; /*position where enlarged image should offset horizontally */
      z-index: 50;
    }

	
	table.icon tr {
	  height: 150px;
	  text-align: center;
	}
	
	table.icon td {
	  vertical-align: middle;
      width: 120px;
	}

	
	.highslide {
		cursor: url(../common/highslide/graphics/zoomin.cur), pointer;
		outline: none;
	}
	.highslide img {
		border: 1px solid #aaaaaa;
	}
	
	.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: #be0027; /* 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 #be0027; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #ffffff;
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 #be0027; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #239e46;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #be0027;
}

