.contentCellTopMargin {
    margin-top: 20px;
    padding-top: 20px;
}

body{
    margin: 0px;
    padding: 0;
    /*color: #996699;*/
    color: #000000;
}

      
#mainLayoutContainer {
    margin-left: 140px;
    margin-top: 20px;
    margin-right: 140px;
    background-color: White;
    border: 2px solid #000000;
}


#lh-col{
    position: absolute;
    left: 10px;
    top: 130px;
    width: 130px;
    height: 400px;
    padding-left: 10px;

}

.authorName {
    font-weight: bold;   
}

#rh-col{
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 150px;
    background: #ffffff;
    color: #000000;
 }

 
 /* Presentation Stylesheet */
h1 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0px 0px 0px 0px;
    color: #C40000;
}


#header {
    background: #8a2d00;
}

#content {
    margin-left: 215px;
    width: 750px;
    color: #000000;
}

#ads2 {
    position: absolute;
    left: 795px;
    top: 130px;
    width: 130px;
    height: 610px;
}

h2 {
    padding-left: 5px;
    padding-top: 20px;
    color: #C40000;
 }
 
 h4 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
 }
 
 #mainMenu{
    margin-left: 0px;
    margin-top: 0px;
}

 #mainMenuList {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
 }
 
 #mainMenuList li {
    color: #780000;
    padding-bottom: 15px;
    padding-right: 5px;
 }
  
 a:link.mainmenu, a:visited.mainmenu  {
    color: #780000;
    text-decoration: none;
 }

 a:hover.mainmenu  {
    color: #787878;
    text-decoration: none;
 }

 a:link, a:visited  {
    color: #780000;
 }

 
 #mainMenu h4  {
    color: #cccc99;
 }
 
.errorMessage{
    color: Red;
}

.firstsectionparagraph {
    margin-top:0px;
    padding-top:5px;
}

.openingpagetitle {
    margin-bottom:0px;
    padding-bottom:5px;   
}

.resourcelinks {
    display: inline;   
}

.craftshowlistingheader {
    color: #2c2c70;
}

#articleList {
    list-style: none;   
}

.articleSublist {
    list-style: disc;   
}    

.errorMessage{
    color: Red;
}

.errorlist {
    list-style:none;
}

#crbegin_form {
    background-color : #c0c0c0;
}

.yellowHighlight {
    background-color: #FFFF00;
}

.endorsement {
    background-color : #E8E8E8;
    padding: 5px 5px 5px 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #C40000;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}

.salesLetter {
    border-style: dashed; 
    border-width: 2px; 
    border-color: gray; 
    background-color: #ffffcc; 
    padding: 10px 10px 10px 10px; 
    -moz-border-radius: 15px; 
    border-radius: 15px; 
    font-family: Georgia, Times New Roman, Times, serif;  
    line-height: 1.75;
}

.salesLetterEmphasis {
    font-weight: bold;
    font-size: 16px;
}

.salesLetterList {
  text-decoration: underline;
  font-size: 18px;
}

.signature {
    line-height: normal;
}

.redWordBold {
    color: #C40000;
    font-weight: bold;
}

.underlineText {
    text-decoration: underline;
}

