body {
   background: #383838;
   margin: 0 0 50px 0; padding: 0;
   }


/* ___________________________________________________________________ */




 /* This holds and centers the lot. */

.holder {
   height: auto;
   background: #ccc;
   text-align: center;
   border-left: 2px #fff solid; border-right: 2px #fff solid;
   }




/* ___________________________________________________________________ */





 /* This holds everything inside the header. */

.header {
	padding: 3%;
   background: #ccc;
   border-bottom: 2px #fff solid;
   }

 /* This styles the above (big) text. */

.one {
	font: 2.6em "Trebuchet MS", Trebuchet, serif;
   color: #8F1218;
  /* margin: 0 0 0 0;*/
   display: block;
   clear: both;
   }

 /* This styles the below (small) text. */

.two {
   font: italic 1em georgia, serif;
   color: #8F1218;
   text-align: center;
   }




/* ___________________________________________________________________ */




 /* This holds the menu - below the header. */

.menu {
   padding:  3px 1% 4px 1%;
   border-top: 2px #ccc solid;
   background: #5D5E66;
   font: bold 11pt arial, sans-serif;
   text-align: center;
}

.menu a{
   color: #C3C5D5;
   text-decoration: none;
   margin: 0 5px 0 5px;
}

.menu a:hover{
   color: #fff;
}




/* ___________________________________________________________________ */




 /* This is the box on the left - below the menu. */

.content {
   /*float: left;*/
   padding: 25px 12px 12px 12px;
   /*width: 422px;*/ height: auto;
   background: #fff;
   text-align: left;
   border-left: 2px #ccc solid; border-top: 2px #ccc solid;
}

.content h1 {
   margin: 0 0 10px 0;
   padding: 0;
   font: 1.6em garamond, serif;
   color: #8F1218;
   border-bottom: 1px #651717 dashed;
}

.content p {
   float: left;
   width: 94%;
   padding: 0 0 0 3%;
   margin: 0 0 20px 0;
   font: .8em/150% arial, sans-serif;
   color: #222;
   text-align: justify;
}

.content ul {
   font: .8em/150% arial, sans-serif;
   color: #222;
   text-align: justify;
}

.content p.indent{
    text-indent: 30px;
}

.content p a{
   color: #8F1218;
   border: none;
   font-weight: bold;
   text-decoration: none;
}

.content p a:hover{
   color: #aaa;
   text-decoration: none;
}






/* ___________________________________________________________________ */




 /* This is the box on the right - below the menu. */

#right_pane {
   float: left;
   margin: 0;
   padding: 5px 4px 5px 4px;
   width: 192px; height: auto;
   background: #5D5E66;
   border-left: 2px #ccc solid; border-bottom: 2px #fff solid;
   font: .7em arial, sans-serif;
   color: #555;
   text-align: left;
   z-index: 1;
}

#right_pane .date{
   background: transparent;
   border-top: 1px #5D5E66 solid;
   margin: 0; padding: 0;
   font-style: italic;
   font-weight: bold;
   border: none;
}

#right_pane img{
   border: 1px #5D5E66 solid;
   background: #fff;
   margin: 0 0 0 0; padding: 5px;
}

#right_pane p{
   width: auto;
   border: 1px #5D5E66 solid;
   background: transparent;
   margin: 0 0 0 0; padding: 0;
}

#footer{
 margin: 0;
}

#footer p{
   text-indent: 0;
   margin-top: 50px;
   font: bold .6em verdana, sans-serif;
   color: #bbb;
   text-align: right;
   }

/* Added this portion for Extra links on home page */
#right_pane_lower {
   float: left;
   margin: 0;
   padding: 5px 4px 5px 4px;
   width: 192px; height: auto;
   background: #CCCCCC;
   border-left: 2px #ccc solid; border-bottom: 2px #fff solid;
   font: .7em arial, sans-serif;
   color: #555;
   text-align: left;
   z-index: 1;
}

#right_pane_lower h5{
   font: bold 11pt arial, sans-serif;
   color: #555;
   margin: 0 0 15px 0; padding: 0;
}

#right_pane_lower a{
   color: #8F1218;
   font: 11pt arial, sans-serif;
   border: none;
   text-decoration: none;
}

#right_pane_lower a:hover{
   color: #aaa;
   font: 11pt arial, sans-serif;
   text-decoration: none;
}










acronym{
   text-decoration: none;
   border-bottom: 1px #77773C dotted;
}