body
{

}
.masterBackground
{
   /*background-color: #c0c0c0;*/
   background-color: #cecece;
}
.masterTextLarge, a.masterTextLarge, a.masterTextLarge:visited, a.masterTextLarge:link
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 18px;
   font-weight: bold;
   color:#660000;
}
.masterText, a.masterText, a.masterText:visited, a.masterText:link
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 14px;
   color:#660000;
}
a.masterText:hover
{
   font-weight: bold;
}
.masterDiv
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 14px;
   color:#660000;
}
.masterTextMedium
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 12px;
   color:#660000;
}
.masterTextSmall
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color:#660000;
}
.houseText
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size : 14px;
   color: Silver;
}
.localLinks
{
   font-size : 20px;
   color:#cc9933;
   text-decoration: none;
}
.smallLocalLinks
{
   font-size : 15px;
   font-weight: bold;
   color:#cc9933;
   text-decoration: none;
}
.realSmallLocalLinks
{
   font-size : 11px;
   font-weight: normal;
   color:#cc9933;
   text-decoration: underline;
}
.outsideLinks, a.outsideLinks, a.outsideLinks:visited, a.outsideLinks:link
{
   font-size : 16px;
   color:#CC064D;
   text-decoration: none;
}
.currentPage
{
   font-size : 20px;
   color:#000000;
   text-decoration: none;
}
.smallCurrentPage
{
   font-size : 15px;
   font-weight: bold;
   color:#000000;
   text-decoration: none;
}
.greyedout
{
   font-size : 20px;
   color:lightgrey;
   text-decoration: none;
}
h1
{
   font-family: "New York";
   text-align: center;
   font-size : 40px;
   font-weight: bold;
   color:#660000;
   text-decoration: none;
}
#leftcontent 
{
   float:left;
   width:115px;
   position: absolute;
   top: 0px;
   left: 0px;
   padding-top: 50px;
   padding-left: 10px;
   height: 100%;
   background-color: grey;
}

#rightcontent 
{
   margin-left: 145px;
   position: relative;
}
.rightcontnt
{
   float: left;
   clear: right;
   width:49%;
   text-align: center;
   position: relative;
   border: 1px solid red;
}
.centercontnt
{
   float: left;
   width: 100%;
   text-align: center;
}
.brdr1pxsolidblack
{
   border: 1px solid black;
}
.brdr1pxsolidred
{
   border: 1px solid red;
}

.uLine
{
   text-decoration: underline;
}

.bULine
{
   text-decoration: underline;
   font-weight: bold;
}
.height20
{
   line-height: 20px;
}
.height61
{
   height: 61px;
}
.pointer
{
   cursor:pointer
}
#makeLizHappy
{
   width: 910px;
   height: 1198px;
   margin: 0 auto;
   background-image:url("/img/background.png");
   background-repeat: no;
}

