@import url(cimetrix.css);
   /**   Center in Main Container **/
#content 
{
   voice-family: "\"}\"";
   voice-family: inherit;
   margin-right: 250px; 
}
html>body #content {
   margin-right: 250px; 
}
#content p {
   line-height: 15px;
}
#content li {
   line-height: 15px;
}

/**   Right in Main Container **/
#rightContainer {
   font-size: 90%;
   position: absolute;
   right:0px;
   top:0px;
   width:250px;
   background: White;
   border-bottom: 2px solid #8e2134;
   border-left: 2px solid #8e2134;
   padding: 0 0 0 5px; 
   margin: 0 0 0 10px; 
}
#rightContainer a {
   color: #8e2134;
   border-bottom: 1px solid Black;
}
#rightContainer h2 {
   font-size: 18px;
   margin: 5px 5px 5px 5px;
}
#rightContainer h3 {
   font-weight: bold;
   font-size: 12px;
   color:Black;
   border: 1px solid #8e2134;
   background: #eee;
   position: relative;
   padding: 0 5px 0 5px;
   margin: 0 0 0 5px;
}
#rightContainer p {
   line-height: 12px;
   padding: 5px; 
}
#rightContainer .newsheadline {
   font-weight : bolder ; 
}

/**   Lower-right Container **/
#lowerRightContainer {
   font-size: 90%;
   position: absolute;
   right: 0px;
   top: 525px;
   width: 130px;
   height: 72px;
   background: none;
/*   border-bottom: 2px solid #8e2134;
   border-left: 2px solid #8e2134; */
   padding: 0 0 0 0; 
   margin: 0 72px 0 0; 
}
#lowerRightContainer a:hover {
   text-decoration: none;
   color: White;
   background: none;
}
#content h1 {
   padding: 0;
   font-size: 24px;
   margin-top: 5px;
   margin-bottom: 5px;
   background-position: 5px 8px;
}
#news {
   padding-bottom: 5px;
   border-bottom: 2px solid #8e2134;
}
#signup {
   padding-top: 5px;
}
#bottomContainer {
   /** This is the margin for the rightContainer, plus the border width **/
   margin-right: 250px;
}

