/* GLOBAL STYLES */
 body {
  background-color: #A5A07D;
  margin: 0;
  }



/* IDS */

 #maincontainer {
 width: 900px;
 background-color: #EBDCAF;
 }

 #body1 {
 width: 345px;
 padding: 10px 10px 0 10px;
 text-align: justify;
 }

 #body2 {
 width: 345px;
 padding: 10px 10px 0 10px;
 text-align: justify;
 }

 #body1a {
 width: 340px;
 height: 0px;
 padding: 10px 10px 0 10px;
 text-align: justify;
 }

 #body2a {
 width: 340px;
 height: 0px;
 padding: 10px 10px 0 10px;
 text-align: justify;
 }

 #body2a dd {
 font-size: 11px;
 }

 #body2a dt {
 text-align: left;
 }

 #topmenu {
 position: relative;
 margin: 0;
 padding: 0;
 }

 #topmenu div {
 position: absolute;
 top: 3px; 
 left: 470px;
 height: 0px;
 }

 #footer {
 width: 900px;
 height: 82px;
 vertical-align: top;
 background-image: url('/images/footer_bkgd.gif');
 background-repeat: no-repeat;
 vertical-align: middle;
 }


/* CLASSES */

 .text, .text a, .text a:visited {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #555;
 line-height: 18px;
 text-decoration: none;
 }

 .text a:hover {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #555;
 line-height: 18px;
 text-decoration: underline;
 }

 .text b {
 font-family: tahoma;
 font-size: 13px;
 font-weight: bold;
 color: #002D54;
 line-height: 18px;
 text-decoration: none;
 }

 .menu {
 font-family: garamond;
 font-size: 13px; 
 font-weight: bold;
 color: #FFF;
 }

 .topmenu, .topmenu a, .topmenu a:visited{
 font-family: tahoma;
 font-size: 12px;
 font-weight: normal;
 color: #002D5A;
 text-decoration: none;
 }

 .topmenu a:hover {
 text-decoration: underline;
 }

 .footertext_large, .footertext_large a,
 .footertext_large a:visited {
 font-family: tahoma;
 font-size: 12px;
 font-weight: normal;
 color: #333;
 line-height: 22px;
 text-decoration: none;
 }

 .footertext_large a:hover {
 font-family: tahoma;
 font-size: 12px;
 font-weight: normal;
 color: #333;
 line-height: 22px;
 text-decoration: underline;
 }

 .footertext_small {
 font-family: tahoma;
 font-size: 11px;
 font-weight: normal;
 color: #444;
 }

 .breadcrumbs {
 font-family: arial;
 font-size: 10px;
 font-weight: normal;
 color: #666;
 }

