/* Global styles */

BODY
{
  font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-size: .7em;
  color: #000000;
  background-color: #fbebbf;
  margin: 0px;
}

UL
{
padding-right:10px

}
.auction
{
padding: 0px 0px 10px 10px;
}

.mainmenu
{
 font-size: .8em;
 text-decoration: none;
 font-weight: bold;
 color: #ffffff;
 padding: 0px 10px 0px 10px;
 border-right:1px dotted #f0af01;

}

.mainmenu:hover
{
 text-decoration: none; 
 color: #F0af01;
 border-right:1px dotted #f0af01;
}
 
 .leftborder
{
 border-left:1px solid #663300;
}



.home
{
color: #3399ff;
text-align: center;
padding: 15px 10px;
}

.officebody
{
color: #3399ff;
padding: 0px 0px 10px 10px;
}


.bold
{
  font-weight: bold;
}


/* List Style */


.small { font-size: .8em; }
.extrasmall { font-size: .6em; }
.white { color: #ffffff; }




/* Link Style */
A 
{
color:#3399ff
 }
A:hover 
{ 
 text-decoration: none;
 color: #000099
}


/* Navigation Style */


a.nav {

     font-size: 14px;
     font-weight: bold;
     text-decoration: none;
     color: #3a8b5b
}
a.nav:hover {

     font-size: 14px;
     font-weight: bold;
     text-decoration: none;
     color: #B40202
}

#footer { 
     text-align: center;
     font-size: .6em;
     padding: 5px;
     
 }

H1
{
  font-size: 1.3em;
  margin-bottom: 5px;
}
H2
{
  font-size: 1em;
  margin-bottom: 5px;
  color: #663300;
  text-decoration:underline;
}