body {
   margin:0px;
   padding:0px;
   font-family:verdana, arial, helvetica, sans-serif;
   background-color:white;
}

a {font-size: small; color:#eeeeee;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:none;}
a:hover {text-decoration:underline;}

a.big {font-size: x-small; color:black; font-weight:bold;}
a.big:hover {text-decoration: none; color:white;}

p.news {font-size:small;}
table.small {font-size:x-small; font-weight:bold; color:#fdfe7e;}
table.thumb {}

table.headline {
   font-size:small;
   font-weight:bold;
   font-style:italic;
   text-indent:10px;
   color:#fdfe7e;
   width:600px;
   height:40px;
   background:url(images/logo-headline.jpg);
   background-repeat:no-repeat;
}

a.button {
   color:#fdfe7e;
   font-size:large;
   font-weight:bold;
   font-style:italic;
}

table.buttons {
   font-size:large;
   font-weight:bold;
   font-style:italic;
   text-indent:10px;
   color:#fdfe7e;
   width:600px;
   height:52px;
   padding-bottom:16px;
   text-align:center;
   background:url(images/button.jpg); 
   background-repeat:no-repeat;
   background-position:center;
}

#banner {
}

#leftcontent {
   position:absolute;
   top:142px;
   width:170px;
   font-size:x-small;
   background:url(images/logo-left.jpg);
   background-repeat:no-repeat;
   background-color:#bebf5f;
   padding-top:63px;
   border-style:solid;
   border-color:black;
   border-width:0px 0px 4px 0px;
}

#content {
   position:absolute;
   top:142px;
   left:168px;
   width:590px;
   font-size:small;
   padding-left:10px;
   padding-right:10px;
   padding-top:10px;
   color:black;
   background-color:silver;
   border-style:solid;
   border-color:black;
   border-width:4px 0px 4px 4px;
}

