
#container
{
  width: 800px;
  background-color: #fffff0;
  border: 1px dashed white;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

/**
 *
 */ 
#pagelogo
{
  padding: 0 0 0 0;
  text-align: center;
}

/**
 * Use style for images that are included in a page's body text. The text will
 * flow on the right side of the image.
 */
#textimage
{
  float: right;
  padding: 10px 10px 10px 10px;
}

body
{
/*  background-color: #303030; */ 
  background-color: #eeeeee;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000080;
  text-align: center;
}

table
{	
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

td
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000080;
  text-align: left;
  vertical-align: top;
}

td.align-right
{
  text-align: right;  
}

td.text-head
{
  font-weight: bold;
}

td.header-left
{
/*  border-bottom: 2px dashed #303030; */
  border-bottom: 2px dotted #303030; 
  text-align: left;
  padding-bottom: 2px;
  width: 80%;
}

td.header-right
{
  border-bottom: 2px dotted #303030;
  text-align: right;
  padding-bottom: 2px;
  width: 20%;
}

.logo
{
  vertical-align: top;
  padding: 5px 5px 5px 5px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;

}

td.menu
{
  vertical-align: top;
  padding: 5px 5px 5px 5px;
  border-right: 2px dotted #303030;
}

td.content
{
  vertical-align: top;
  padding: 5px 5px 5px 5px;
}

td.sidebar
{
  border-left: 2px dotted #303030;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
/*  font-size: 10px; */
}

td.footer-left
{
  border-top: 2px dotted #303030;
  text-align: left;
  padding-top: 2px;
}

td.footer-right
{
  border-top: 2px dotted #303030;
  text-align: right;
  padding-top: 2px;
}

h1
{
  font-size: 16px;
  font-weight: bold;
}

h2
{
  font-size: 16px;
}

h3
{
  font-size: 14px;
  font-weight: bold;
}

h4
{
  font-size: 12px;
}

a:link, a:visited
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000080;
/*  text-decoration: none; */
}

a:link, a:visited
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000080;
/*  text-decoration: none; */
}

a:link.menu, a:visited.menu
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000080;
  text-decoration: none; 
}

a:link.small, a:visited.small
{
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10px;
  color: #000080;
  text-decoration: none; 
}

a:hover, a:active
{
  color: #000000;
  background-color: #e6eaff;
}

a.archivelink
{
  font-size: 10px;
}

li
{
  padding: 5px
}


ul.menu
{ 
  padding: 0px;
  margin: 0px;    

}

li.menuitem
{ 
/*
  list-style-type: none;
  list-style-image: none;
*/
  padding: 0px;
  margin: 0px;    
}

