body {
        font-size: 16px;
		line-height: 22px;
        margin:0px;
        padding:0px;
        font-family:verdana, arial, helvetica, sans-serif;
        color:#333;
        background-color:white;
        background-image: url(images/background.jpg);
		background-repeat: repeat;
        }
h1 {
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:28px;
        line-height:28px;
        font-weight:900;
        color:#ccc;
        }
h2 {
		font-size: 18px;
		line-height: 40px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h3 {
		font-size: 16px;
		line-height: 22px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h4 {
		font-size: 14px;
		line-height: 26px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h5 {
		font-size: 12px;
		line-height: 22px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
h6 {
		font-size: 10px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
		}
img {
		border: 0;
		}
.imgborder {
		border: 1px solid #000000;
		}
.nowrap {
		white-space: nowrap;
		font-size: 10px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 0;
	/* must be combined with nobr in html for ie5win */
		}
.tiny {
		font-size: 9px;
		line-height: 16px;
		margin-top: 15px;
		margin-bottom: 5px; 
		}	
p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 16px 0px;
        padding:0px;
        }
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
        color:#09c;
        font-size:14px;
        text-decoration:none;
        font-weight:600;
        font-family:verdana, arial, helvetica, sans-serif;
        }
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#Header {
        margin: 20px 20px 0px 20px;
		padding: 0px;
		border: 1px solid #ccc;
		background: #336666;
		height: 100px; /* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		height: 70px;
		}
html>body #Top {
		height: 70px; /* ie5win fudge ends */
		}

#Menu {
 		position: absolute;
		top: 110px;
		left: 20px;
		width: 172px;
		margin: 0px;
		padding: 5px;
		border: 1px solid #ccc;
		background: #036;
		line-height: 17px;
	/* ie5win fudge begins */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 150px;
		}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

		/* The following is the navigational system*/ 
#Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#Menu li {
	border-bottom: 1px solid #ED9F9F; /* indented color */
}
#Menu li a:link, #navigation li a:visited {
	display: block;
	padding: 3px 3px 3px 0.3em;
	border-left: 12px solid #036; /* mouseover */
	border-right: 1px solid #366;
	background-color: #900; /* button color */  
	color: #FFFFFF;
	text-decoration: none;
}
#Menu li a:hover {
	background-color: #036; /* mouseover */
	color: #FFFFFF;
}

#Menu ul a span {display: none;}
#Menu ul a:hover span {
	display: block;
   	position: absolute; top: 280px; left: 0; width: 125px;
   	padding: 5px; margin: 10px; z-index: 100;
   	color: #FFF; background: #036; 
   	border-top: 20px double #366; border-bottom: 5px double #366; 
   	border-left: 5px double #366; border-right: 5px double #366;
   	font: 10px Verdana, sans-serif; text-align: center;
}

#Menu ul ul {
	margin-left: 12px;
}
#Menu ul ul li {
	border-bottom: 1px solid #366; /* left border color */
	margin:0;
}
#Menu ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F; /* indented color */
	color: #366;
}
#Menu ul ul a:hover {
	background-color: #366; /* left border color */
	color: #FFFFFF;
}	
/* End Navigational system */	

html>body #Menu {
	width: 140px; /* ie5win fudge ends */
	}
	
#Content {
        margin: 20px 0px 50px 170px;
        padding: 10px;
        border: 2px solid #ccc;
		background: #fff;
        }
        
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}