body
{
  font-family: sans-serif;
  background-color: Gray;
  height: 100%;
}

#header
{
  text-align: center;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  height: 100px;
  background: transparent;
  border-bottom: solid 4px #336699;
}

#header h1
{
	margin: 0px;
}

#content
{
  padding:0;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto; 
  width: 950px;
}

#leftmenu 
{
   float: left;
   width: 180px;
   margin-top:20px;
   height: auto;
   color: white;   
}

#leftmenu li.activedoc 
{
   display: block;
   margin-left: auto;
   margin-right: auto;   
   border-width: 1px;
   border-style: solid;
   border-color: Black;
   background-color: white;
   color: black;
   width: 150px;
   padding: 2px;
}

#leftmenu ul 
{
   padding: 0px;
  white-space: normal;
   margin-left: 0px;
}

#leftmenu li 
{
   text-align: left;
   list-style: none;
   display: inline;
}

#leftmenu a 
{
   display: block;
   background-color: #000b3e;   
   color: #FEFF82;
   width: 150px;
   text-decoration: none;
   border-width: 1px;
   border-style: solid;
   border-left-color: #DDDDDD;
   border-top-color: #DDDDDD;
   border-bottom-color: Black;
   border-right-color: Black;
   padding: 2px;
   margin-left: auto;
   margin-right: auto;
}

#leftmenu a:hover 
{
   border-width: 1px;
   border-left-color: Black;
   border-top-color: Black;
   border-bottom-color: #DDDDDD;
   border-right-color: #DDDDDD;
   color: Yellow;   
}


#text
{
	background-color: white;
   padding:5px 5px 5px 5px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 600px;
	height: auto;
}

td.thumbnailimage
{
	text-align: center;
   vertical-align: middle;
	font-size: 0.8em;
}

.thumbnaillink
{
	
	text-decoration: none;
}

.textleft
{
	text-align: left;
}

.textright
{
	text-align: right;
}

.textcenter
{
	text-align: center;
}
