/* The base layout for the site is from http://www.glish.com/css/2.asp */
html { margin: 0; padding: 0; background-position: top left; background-attachment: fixed; background-repeat: repeat; 
	background-image: url(images/parchmentbkgrnd.png); }
body{ margin: 10px 10px 0px 10px; padding: 0px; font-family: Verdana, Helvetica, Arial, sans-serif; 
	 behavior: url(csshover.htc); font-size: 100.01% }
img { behavior: url("pngbehavior.htc"); }	

#pagewrapper { height: 90%; min-height: 90%; }

#masthead {  }
#masthead #date { float: right; font-size: 80%; text-align: right; padding: 5px 5px 0 0; }

#mainleft { clear: both; width: 12em; float: left; padding-bottom: 10px; margin-top: 5px; font-size: 80%; padding-right: 3px; }
#mainleft h4 { color: #2DA7B4; font: font: bold 11px/16px Verdana, Helvetica, Arial, sans-serif; display: block; 
	border-bottom: 1px solid #3A2DB4; margin: 5px; padding: 2px 2px; text-transform: uppercase; }
#mainleft a { display: block; margin-left: 5px; font-size: 85%; padding-bottom: 2px; }
#mainleft a:hover { background-color: #b274b7; color: #ffcccc; }
#mainleft p {  }

#maincenter { width: 55%; float: left; background-color: #fff; padding: 5px 10px 10px 10px; margin-top: 5px; 
    color: #000; font-size: 80%; }

#mainright { width: 25%; float: left; padding: 5px 10px 10px 10px; margin-top: 5px; color: #000; 
	font-size: 80%;  }

