/* No Tables Placement */
body {
 width: 100%;
 height: 100%;
 margin: 0px;
 border: 0px; /* solid red; */
 padding: 0px;
 background-color: rgb(0, 51, 0);
 color: white;
}
div.container {
/* position: static; */
/* float: right; */
 width: 100%;
 height: 100%;
 margin: 0px;
 border: 0px; /* 5px solid #FFFF00; /* Yellow */
 padding: 0px;
 line-height: 110%;
 background-color: rgb(0, 51, 0);
/* color: white; */
/* link="#ccffff"; */
/* vlink="#ffff99"; */
}
div.header {
 width: 100%;
 padding: 2px;
 border: 2px; /* 1px solid gray; */
 margin: 2px;
 text-align: center;
 font-family: Verdana, Arial, san-serif;
}
/*
h1.header {
 margin-top: 4px
 padding: 2px;
}
*/
div.footer {
 padding: 4px;
 border: 0; /* 1px solid blue; */
 margin: 0;
 clear: both;
 font-family: Verdana, Arial, san-serif;
 font-weight: bold;
 font-size: xx-small;
}
div.left {
  float:left;
/*  left: 10px; */
/*  top: 10px; */
  width:17%;
  margin:0;
  padding:0;
  border-right:5px solid rgb(216, 216, 166);
  text-align: center;
  font-weight:bold;
  font-size:large;
}
div.content {
 position: relative;
 margin-left: 130px;
 height: 500px;
/* margin-right:15%; */
/* border-left:1px solid #D4AAFF; */
 border: 0px; /* 5px solid #D4AAFF; */
/* padding:1em; */
/* border: 2px solid #D4AAFF; */
/* background: rgb(0, 51, 0) url(images/black-oval-gold-border.jpg) no-repeat; */
/* background-position: 50% 66%; */
 background: rgb(0,51,0);
 font-family: Helvetica, Arial, sans-serif;
 font-weight: bold;
}
 a:link    { color: #ccffff }   /* unvisited links */
 a:visited { color: #ffff99 }   /* visited links   */
 a:hover   { color: lime }      /* user hovers     */
 a:active  { color: #ccffff }   /* active links    */
div.contentcell a:link, div.contentcell a:visited {
 color: yellow;
 font-weight: bold;
}
div.contentrow {
 height: 220px;
 border: 0;
/*  border: thick solid blue; */
}
div.contentcolumn-r {
 float: right;  
 margin: 0 0 0 0;
 width: 49%;
 border: 0;
/*  border: 2px solid gray; */
}
div.contentcolumn-l {
  float: left;  
  margin: 0 0 0 0;
  width: 49%;
  border: 0;
/*  border: 2px solid blue; */
}
div.contentcell {
  height: 200px;
  text-align: center;
  font-weight: bold;
  color: yellow;
}
div.contentcellleft {
  top: 0px;
  width: 30%;
  border: 3px solid red;
  text-align: center;
  font-weight: bold;
  color: yellow;
}
div.contentcellright {
  width: 30%;
  margin-left: 50%;
  border: 3px solid yellow;
  text-align: center;
  font-weight: bold;
  color: yellow;
}
div.center {
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}
div.right {
float:right;
width:10%;
height:100%;
margin:0;
padding:1em;
}
div.pagecontent a:link, div.content2 a:visited {
 color: #AAFFFF;
 font-weight: bold;
}
div.pagecontent {
 margin-left: 110px;
/* margin-right:15%; */
/* border-left:1px solid #D4AAFF; */
/* border-right:1px solid #D4AAFF; */
/* padding:1em; */
 width: 700px;
/* border: 0; */
 border: 0; /* 2px solid #D4D4FF; /* Lavender */
 font-family: Arial, Verdana, sans-serif;
}
div.pagetitle {
 text-align: center;
 font-style: italic;
 font-family: arial,helvetica,sans-serif;
}
div.preview {
 height: 130px;
 vertical-align: bottom;
 text-align: center;
 background-color: rgb(0, 51, 0); /* Dark Green */
 border: 1px solid #FF7F00; /* Orange */
}
div.view {
/* max-height: 375px; */
/* max-width: 500px; */
 background-color: rgb(0, 51, 0); /* Dark Green */
 text-align: center;
/* border: 5px solid #AA00FF; /* Purple */
}
div.vnavmenu {
 float: left;
/*
 position: relative;
 top: 0;
 left: 0;
 */
 width: 122px;
 height: 420px;
 margin: 0;
 border: 0; /*1px solid #FFAAD4; /* Pink */
 padding: 0;
/* background: url(images/gold-panel.jpg) no-repeat; */
/*  border-right: 5px solid rgb(216, 216, 166); */
 text-align: center;
 font-weight: bold;
 font-size: large;
}
button.navbutton {
background-image: url(images/greenmarblebutton.jpg);
text-align: center;
font-weight: bold;
color: yellow;
border: 2px groove;
}
td.leftnav {
  font-weight:bold;
  font-size:medium;
  color:white;
}
td.view { 
  background-color: #FAEBD7; /* AntiqueWhite */
  text-align: center;
}
td.preview { 
  background-color:rgb(0, 51, 0); 
  vertical-align: top;
  text-align:center; 
}
img.header {
	height: 30px;
	max-width: 100%;
	overflow: hidden;
	margin: 0;
	border: 0;
}
img.thumb {
  max-height: 160px;
  overflow: hidden;
  border: 0px;
/*  text-align: center; */
  font-weight: bold;
  color: yellow;
}
img.navbutton {
  margin: 5px;
  border: 0;
  max-height: 40px;
  max-width: 40px;
  cursor: pointer;
}
img.sitenavbutton {
  float: left; 
  clear: left; 
  margin: 3px;
  border: 3px outset rgb(0, 51, 0);
  width: 100px;
  height: 30px;
}
img.navbutton-l {
  float: left;
  margin: 5px;
  border: 0;
  max-height: 40px;
  max-width: 40px;
  cursor: pointer;
}
img.navbutton-r {
  float: right;
  margin: 5px;
  border: 0;
  max-height: 40px;
  max-width: 40px;
  cursor: pointer;
}
