	body{
	  background-color: #000080;
	  background-image:   url(cambodia.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: #3b5aa3;
	  scrollbar-track-color: #3b5aa3;*/
	  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-size: 12px; 
	  line-height: 20px;
	  text-align: justify;
	  /*width: 650px;
	overflow: auto;*/
	}
	
body.bw {
  color: #c0c0c0; 
  background-color: #303030; 
  background-image:  url(bg.jpg); 
  background-repeat: no-repeat; 
  background-position: 500px 0px;
  text-align: left; 
  margin-left: 0px; 
  margin-top: 0px;
  /*width: 720px;*/
}

.container {
  margin-left: 50px;
  margin-top: 50px;
}
	h3 {
	  color: #ffffff;
	  font-size: 26px;
	  text-align: center;
	  font-family: 'verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-weight: bold;
	}
	h2 {
	  color: #ffffff;
	  font-size: 11pt;
	  text-align: center;
	  font-family: 'verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-style: italic;
	  font-weight: bold;
	}
	h1 {
	  color: #ffffff;
	  font-size: 42px;
	  text-align: center;
	  font-family: 'verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-weight: bold;
	}
	hr {
	  background: #303030;
	  width: 500px;
	  height: 1px;
	  margin-left: 20px;
	}

	img.left {
	  float: left;
	  margin-right: 15px;
	  margin-top: 10px;
	  border-style: solid;
	  border-color: #ffffff;
	  border-width: 1px;
	}
	
	img.right {
	  float: right;
	  margin-left: 15px;
	  border-style: solid;
	  border-color: #ffffff;
	  margin-top: 10px;
	  border-width: 1px;
	}

	img.thumb {
	  margin-left: 20px;
	  border-style: solid;
	  border-color: #808080;
	  margin-bottom: 15px;
	  margin-top: -5px;
	  border-width: 1px;
	}

	
.highslide {
	cursor: url(../common/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #c0c0c0;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 1px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    text-align: center;
    font-family: Verdana, Helvetica;
    font-size: 8pt;
    border: 1px solid #444444;
    border-top: 1px solid black;
    padding: 5px;
    background-color: white;
	color: black;
}
.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(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;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

	.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;
	}


.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;*/
}



/*.chromestyle ul li a[rel]:after{ 
content: " v";
content: " " url(downimage.gif); uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFEA; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #000080;
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 #FFFFEA; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFEA;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bb0000;
}
