body {
		margin: 20px;
		padding: 0px;
		/*Next line is color of body background */
		/*background: #009999;*/
		background-color:#339966;
		/*color:#FFFF00;*/
        color:#000000;
		font: 16px arial, sans-serif; }

	pre {text-indent: 30px}
	
	h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; font-weight: bold; text-align: center}
	h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: large; font-weight: bold}
	h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold}
	h4 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-weight: bold}
	h5 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-weight: normal; font-style: italic}
	h6 {  font-family: Georgia, Garamond, serif; font-size: 2em; font-weight: bold}
	td {  font-family: Verdana, Arial, Helvetica, sans-serif}
	
	
	.centeredImage
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

	div#header {
		height:50px;
		color:#FFFF00;
		}
		
	div#middlewrap {
		margin:0;
		}

	
	div#middle {
		margin:0;
		}

	div#sidebar {
		width:190px;
		float: left;
		}
	
	div#main {
		margin-left:190px;
		}
	
	#tabmenu {
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px; }

	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none;}

	#tabmenu a.top {
	    /* Next line is color of the active tab */
		background: #FFFFFF;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		/*Next line chooses the color of text in the active tab*/
		color: #000000;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		/* Next color is the bottom border of the active tab */
		border-bottom: 3px solid #FFFFFF; 
		text-decoration: none; }
		
		
	#tabmenu a.inactive {
	    /* Next line is color of the inactive tab */
		background: #007999;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		/*Next line chooses the color of text in the inactiuve tabs*/
		color: #CCCFFF;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#tabmenu a:hover {
		 /* Next line chooses color when hovering over tabs */
		background: #008888; }

	


	#tabmenu a.top:hover {	    
		background: #FFFFFF;
		/*This chooses color of text in hover over active tab */
		color: #000000; }
		
	#tabmenu a.inactive:hover {	    
		background: #99FFF;
		/*This chooses color of text in hover over inactive tab */
		color: FFFFFF; }

	#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		 /* Next line chooses color of text in main text box */
		color: 000000;
		text-align: justify;
		/*This line chooses the color of the active text box, and it should match color of active tab */
		background: #FFFFFF;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	}
