
.bold { font-weight: bold }
.textlink  { color: #fafadc }
.emphasis { color: #426e39; font-weight: bold }
.italic { font-style: italic }
.small   { font-size: 11px }
.large { font-size: 15px }
.xlarge { font-size: 18px }
a:hover          { color: #000080; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; text-decoration: underline }
a:link          { color: #000080; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; text-decoration: underline }
a:visited          { color: #000080; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: bold; text-decoration: underline }
h1 { color: #426e39; font-size: 20px }
hr    { color: #426e39 }
ul    { font-size: 12px; list-style-type: disc; list-style-position: outside }


body{
  background-color:#fff; margin:0;  padding:0;  color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
} 

.bar
{
width:250px;
}

#left
{
position:absolute;
min-height:100%; /* was height:100%*/
height: 100%;
float:left;
/* border-right: 5px solid #e0e0e0; */
background-image: url(sidebkg.gif);
}

#menu 
{
z-index:2;
float:right;
width:200px;
color:#fff;
}

#center
{
position:absolute;
margin-left:200px;
margin-right:10%;
/* width:75%; */
background-color:#fff;
}

#myText
{
/*width:75%; */
margin:0 auto;
}