html
{
   height: 100%;
   color: #000000;
   background-color: #ffffff;
   background-image: url('../gfx/background.gif');
   background-position: top left;
   background-repeat: repeat-y;
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   font-style: normal;
}

body
{
   height: 100%;
   margin: 0;
   padding: 0;
}

#wrapper table
{
   border-collapse: collapse;
   width: 100%;
}

#wrapper table tr td
{
   padding: 0;
   vertical-align: top;
}

#top
{
   height: 95px;
   color: #ffffff;
   background-color: #aa0009;
}

#top img
{
   display: block;
   border-width: 0;
}

#navigation
{
   width: 180px;
   background-image: url("../gfx/navbg.gif");
   background-position: top left;
   background-repeat: repeat-y;
}

#navigation div
{
   margin-top: 15px;
   margin-left: 30px;
}

#subnavigation
{
   position: absolute;
   left: 680px;
   top: 114px;
   width: 140px;
}

#content
{
   width: 460px;
   padding-top: 1em;
   padding-left: 2em;
   padding-bottom: 1em;
}

form#search p
{
   margin-left: 35px;
}

form#search input.button
{
   margin: 0;
   padding: 0;
   width: 60px;
   color: #ffffff;
   background-color: transparent;
   border-width: 0;
   border-style: none;
   font-family: arial, helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   line-height: 22px;
}

form#search input.textfield
{
   width: 67px;
   vertical-align: middle;
}

form input {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	margin: 0 0 1px 0;
}

a.letop2 {
	color: #000000;
}