	body{
	  background-color: #2374d0;
	  /*background-image:   url(chil);
	  background-position: 50% 30px;
	  background-repeat: no-repeat;*/
	  color: black;  
	  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;*/
	}
	
    a:link.highslide {text-decoration: none; color: black;}

    a:visited.highslide {text-decoration: none; color: black;}

    a:hover.highslide {text-decoration: none; color: white; background-color: #256cae;}
	
	h2 {
	  color: #ba3434;
	  font-size: 18pt;
	  text-align: center;
	  font-family: 'Times New Roman', 'Times', 'sans-serif'; 
	}
	
	hr {
	  background: #CFA174;
	  height: 1px;
	}
	
	table.gallery {
	}
	
	table.gallery td {
	  vertical-align: middle;
	  text-align: center;
	}

    table.toc {
	  border-width: 0px;
	  border-spacing: 0px;
	  border-style: solid;
	  border-color: black;
	  border-collapse: collapse;
	  /*background-color: white;*/
      margin-left: 210px;
      margin-top: 10px;
      width: 550px;
      height: 550px;
    }
    table.toc td.left {
      width: 350px;
	  border-width: 0px;
	  padding: 0px 0px 0px 25px;
	  border-style: dashed;
	  border-color: black;
      text-align: left;
      vertical-align: middle;
	  /*background-color: white;*/
    }
    table.toc td.right {
      width: 225px;
	  border-width: 0px;
	  padding: 0px 10px 0px 0px;
	  border-style: dashed;
	  border-color: black;
      text-align: right;
      vertical-align: middle;
	  /*background-color: white;*/
    }

    table.gallery {
	  border-width: 0px;
	  border-spacing: 0px;
	  border-style: solid;
	  border-color: black;
	  border-collapse: collapse;
	  /*background-color: white;*/
      margin-left: 0px;
      margin-top: 0px;
      width: 700px;
      height: 500px;
    }

.highslide-html {
    background-color: #256cae;
   /* 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: inline;
    /*position: relative;*/
	margin: 5px 0px 0px 0px;
	font-size: 16pt;
    font-family: arial, sans-serif;
    font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
    background-color: white;
    
}
.control:hover {
	color: #909090 !important;
}
.highslide-move {
    cursor: move;
}


.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: white; /* 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 #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #ffffde;
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 #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #256cae;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffc0;
}

