body
{
   min-width: 1024px;
   width:expression(document.body.clientWidth < 1024 ? "1024px" : "100%" );
   min-height: 768px;
   height:expression(document.body.clientHeight < 768 ? "768px" : "100%" );
}

.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:#bf4470;
   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:125px;
	position: absolute;
	top: 0px;
   padding-top: 50px;
   padding-left: 5px;
   height: 100%;
   background-color: grey;
}

#rightcontent 
{
   margin-left: 145px;
	position: relative;
}
.rightcontnt
{
   float: left;
   clear: right;
   width:49%;
   text-align: center;
   position: relative;
}
.leftcontnt
{
   float: left;
   width:49%;
   text-align: center;
   position: relative;
}
.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;
}
.height70
{
   line-height: 45px;
}
