/*  mega-properties: 

1 value: top-bottom-left-right
2 values: top-bottom & left-right 
3 values: top & left-right & bottom 
4 values: top & right & bottom & left

*/
body
{
   font-family:Arial, sans-serif; 
   font-size:14px;
   color:rgb(255,255,255);
   background-color:rgb(255,255,255);
   width:770px;
   margin:auto;
   margin-bottom:28px;
}

a {text-decoration:underline; font-weight:bold; color:rgb(207,207,132);}
a:hover {text-decoration:underline; font-weight:bold; color:rgb(170,170,85)}
a:active, a:focus{text-decoration:none; background-color:rgb(207,207,132); color:rgb(48,84,120);}

a img {border:0px;}

h1 {font-weight: bold; font-size:16px;}
h2 {font-size:1.1em; font-style:italic;}
ul {list-style-type:square; margin-left:7px; padding-left:8px;}

/*  in email form  */
input:focus , textarea:focus {background-color:rgb(247,247,162);}


.back2top {text-align:right;}

#banner
{
   background-image:url("bin/banner.png");
   height:90px;
   margin-top:55px;
}

#menu
{
   height:26px;
   margin:8px 0px;
}

#heading
{
   font-weight: bold;
   font-size:16px;
}

#main
{
   background-color:rgb(48,84,120);
   vertical-align:top;
   margin:0px;
   padding-left:24px;
   padding-right:24px;
   overflow:auto;
}

.right
{
   width:232px;
   float:right;
   vertical-align:top;
   text-align:center;
   margin:4px 16px 8px 6px;
}

.filler
{
   height:26px;
   background-color:rgb(48,84,120);
  
}

