/* CSS Document */
a:link {
	font-family: "Papyrus";
	font-size: 130%;
	font-style: normal;
	color: #336633;
	text-decoration: none;
}

a:visited {
	font-family: "Papyrus";
	font-size: 130%;
	font-style: normal;
	color: #336633;
	text-decoration: none;
}	
a:hover {
    font-family: "Papyrus";
	font-size: 130%;
	color: #339933;
	font-style: normal;
}
	
body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 90%;
	background-color: #F1F2B0;
	color: #336633;
}
#mainTable {
	border: double #336633;
	background-color: #FFF;
    line-height: 1.4em;
}
 #mainTable td {
	padding: 10px;

 }
 #maincontent {
 	font-size: 90%;
	border-left: 2px dotted #F1F2B0;
	color: #336633;
	text-align: center;

}

 
#header {
	background-color: #F1F2B0;
	text-align: center;

}
 #footer {
	background-color: #F1F2B0;
	color: #339933;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	   color: #339933;
}

 td,ul,ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	h1:first-child; {margin-top: 0;}/*starts first h1 in TD flush top*/
    h2:first-child; {margin-top: 0;}/*starts first h2 in TD flush top*/
}
  h1 {
	font-size: 200%;
	color: #336633;
	text-align: center;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	shadow {width: 100%; height: 80%; 
	filter: Shadow(Color=#FFF, Direction=135)
}

h2 {
	font-size: 140%;
	color: #336633;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	shadow {width: 60%; height: 30%; filter: Shadow(Color=Silver, Direction=135);
	text-align: center;
}

blockquote {
	text-indent: 5px;
	text-align: left;

}
h3 {
	color: #336633;
	font-size: 110%;
	text-align: center;
}
