
body { background-color:smokewhite;
       font-family:Verdana, Arial, Helvetica, sans-serif;
       font-size:12px;
       color:black;
}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:none;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}

/* a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
} */

a:hover, a:active { 
	text-decoration: underline; 
	color: red;
}

h1 { font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:36px
}

h2 { font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:30px
}

h3 { font-family:Verdana, Arial, Helvetica, sans-serif;
     font-size:24px
}
p { 
	margin-top: 0; 
	text-align: justify;
}

#leftcontent { position: absolute;
               left: 20px;
               top: 308px;
               width: 200px;
               background: grey;
               border: 3px solid darkblue;
}

#centercontent { padding: 10px;
                 background: white;
                 margin-left: 209px;
                 margin-right: 10px;
                 border: 4px solid green;
                 font: 14px;
}

/* table { float: right;	    
} */

address { text: strong;
}

#rightcontent { position: absolute;
                right:8px;
                top:280px;
                width:120px;
                background:yellow;
                border:3px solid darkblue;
}

#banner { background:white;
          height:20px;
          border-top:0 solid darkblue;
          border-right:0 solid darkblue;
          border-left:0 solid darkblue;
}
#siteForms { float: right;	    
}
