/* CSS Document */
body {
	margin: 0 10% 0 10%;
	padding: 0;
	font-size: 90%;
	background-color: #FDFFCE;
	color: #336633;
}
#mainTable {
	border: double #336633;
	background-color: #FFFFCC;
    line-height: 1.4em;
}
 #mainTable td {
	padding: 10px;

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

}

#sidebar {
 	width: 180px;
	font-size: 10px;
	color: #336633;
 	vertical-align: top;
 	/*/*/font-size: 85%; /* */
}
 
#header {
	background-color: #336633;
	color: #FFFF66;
	border: double;
	text-align: center;

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

 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: #FFFFCC;
	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: FireBrick;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	shadow {width: 60%; height: 30%; filter: Shadow(Color=Silver, Direction=135);
	text-align: center;
}

a {
	color: #336633;	
}
a:link {
	color: #006600;	
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}

 #sidebar a {
	/*/
	*/
	padding: 3px;
	display: block;
	border: 2px outset #336633;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	/* */
}
 #sidebar a:link, #sidebar a:visited {
	color: #336633;
}
 #sidebar a:hover, #sidebar a:active {
	color: #FFFFCC;
	background-color: #336633;
	border: 2px solid #336633;
}
 #sidebar ul {
	margin-left: 1em;
	list-style-type: disc;
	color: #336633;
	/* */
}
 #sidebar li {
 color: #336633;
 	/*/*/margin: 0px 0px 6px 0px; /* */
 }
 #current a {
	color: #FFFFCC;
	/*/
	*/
	background-color: #227722!important;
	border: 2px outset #999 !important;
	/* */
	background : #558855;
	font : bold;
 	/*/*/padding-left: 1em;
}	

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

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

