@charset "utf-8";
/* CSS Document */

body {
   background: #fff;
   font-size: 12px;
   }
   
#navPanel, #sidePanel, #contactContainer, #contactPanel, .topImage, .topImageEnd, #footerNav {
   display: none;
   }

   
#logo {
   width: 300px;
   margin: 0px auto;
   padding: 0px;
   }
  
 
#wrapper, #mainContainer, #mainContent {
   width: auto;
   margin: 10px 10px 10px 0px;
   padding: 0px;
   }
  
#copyright {
	width: auto;
	text-align: center;
   	padding: 0px;
   }

a:link, a:visited {
   color: #651e5b;
   font-weight: bold;
   text-decoration: underline;
   }
.pullQuotesOuter {
        width: 280px;
        margin: 10px;
        padding: 0px;
        float: right;
        background: #fff url(images/9.gif) no-repeat bottom right;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
}

.pullQuotesInner {
        width: 185px;
        margin: 0px auto;
        padding: 5px 5px 5px 45px;
        background: #fff url(images/6.gif) no-repeat top left;
        float: left;
        text-align: center;
        font-style: italic;
}

