
.mainmenu {color: #ffffff; font-size: 12px; text-decoration: none;}
.submenu {color: #ffffff; text-decoration: none;}
.horzmenu {color: #109ee5; text-decoration: underline; font-weight: bold}
.horzmenubox {margin: 0px; padding: 5px 0px; border-right: #109ee5 1px solid; border-top: #109ee5 0px solid; border-left: #109ee5 0px solid; border-bottom: #109ee5 1px solid;}


body
{
   margin: 0px;
   font-family: Verdana, Arial, Serif;
   font-size: 10px;
   background-image: url(Images/back.jpg);
   
}

.headermenulink
{
   font-family: Verdana, Arial, Serif;
   font-size: 12px;
   color: White;        
   font-weight: bold;   
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.headermenulink a
{
   text-decoration: none;
   color: White; 
}

.headermenulink a:hover
{
   text-decoration: underline overline;
   color: White; 
}

#whitebox
{
  background-color: White;
  width: 780px;
  padding: 10px;
}

#header
{
    width: 755px;
    vertical-align: middle;
    position: relative;
    left:0px;
}

#headerside
{
    width: 140px;
    height: 87px;
    background-image: url(Images/left.gif);
    background-repeat: no-repeat;
    
}

#headbanner
{
    position: relative;
    left: 140px;
    height: 87px;
    background-repeat: no-repeat;
    width: 615px;
    background-image: url(Images/home.jpg);
}

#menutop
{
    position:relative;
    background-image: url(Images/menutop.gif);
    background-repeat: no-repeat;
    height: 59px;
    width: 140px;
    vertical-align: top;
}

#menubar
{
    position: relative;
    background-color: #109ee5;  
    width: 132px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    padding: 4px 4px 4px 4px;
}

#menufooter
{
    position:relative;
    background-image: url(Images/menubottom.gif);
    background-repeat: no-repeat;
    height: 59px;
    width: 140px;
    vertical-align: top;
}

#leftcolumn
{
    float: left;
    position: relative;
    top: 0px;
    width: 140px;
    height: auto;
    background-image: url(Images/backmenu.jpg);
}

#rightcolumn
{
    position: relative;
    top: 0px;
    margin-left: 140px;
    margin-top: 0px;
    height: auto;
}

#breadcrumb
{
    position: relative;
    top: 0px;
    width: 614px;
    height: 15px;
    margin: 0px; 
    padding: 5px 0px; 
    border-right: #109ee5 1px solid; 
    border-top: #109ee5 0px solid; 
    border-left: #109ee5 0px solid; 
    border-bottom: #109ee5 1px solid;    
    color: #109ee5;
    vertical-align: top;
    margin-bottom: 10px;     
}

#content
{
    position: relative;
    left: 10px;
    bottom: 0px;
    height: auto;
    width: 605px;
    vertical-align: top;
    font-size: 12px;
}

#loginbox
{
    position: absolute;
    top: 8px;
    right: 10px;
    width: 160px;
    height: 80px;
    padding: 2px 2px 2px 2px;
    font-size: 10px;
    color: white;
}

#loginbox input
{
   font-size: 10px;
}

.articlebox
{
   border-bottom: dashed 2px #ffcc00;
   padding: 6px 6px 6px 6px;
   font-size: smaller;
}

.articletitle
{
   font-size: 14px;
   font-weight: bold;
   color: #0000aa;
   text-decoration: none;
}

.articleabstract
{
   padding-top: 6px;
}

.comment
{
   padding: 4px 0px 4px 0px;
   font-size: smaller;
}

.yellowbox
{
    background-color: #ffff99;
    border-top: #ffcc00 2px solid;
    border-bottom: #ffcc00 2px solid;
    font-size: 13px; 
    font-weight: bold; 
    color: #0000aa;
    text-align: center;
}

.sectiontitle
{
    font-size: 14px; 
    font-weight: bold; 
    color: #0000aa;
}

.sectionsubtitle
{
    font-size: 12px; 
    font-weight: bold; 
    color: #0000aa;
}

.categorylink
{
    font-size: 12px; 
    font-weight: bold; 
    color: #0000aa;
}

.categorylink a
{
   text-decoration: underline;
}

.categorylink a:hover
{
   text-decoration: underline overline;
}

.postinfo
{
   background-color: #f9eaa6;
   font-weight: bold;
   text-align: center;
}

.posttitle
{
   padding: 3px;
   margin-bottom: 10px;
   background-color: #f09d35;
   color: black;
   font-weight: bold;
}

.postbody
{
   padding: 3px;
}

td.fieldname
{
   text-align: right;
   font-size: 10px;
   font-weight: bold;   
}