#sidebar
{
    LEFT: 18px;
    WIDTH: 180px;
    POSITION: absolute;
    TOP: 100px;
    HEIGHT: 400px
}
#logo
{
    LEFT: 572px;
    POSITION: absolute;
    TOP: 8px
}
#header
{
    LEFT: 210px;
    POSITION: absolute;
    TOP: 10px
}
#footer
{
    LEFT: 230px;
    POSITION: absolute;
    TOP: 700px
}
#body
{
    LEFT: 230px;
    WIDTH: 620px;
    POSITION: absolute;
    TOP: 100px
}
BODY		
	{
		color : "#000000";
		font-family : arial;
		font-size : 11px
	}
	H1 {
		color:#000000;
		font-size:20pt;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	H2 {
		color:#000000;
		font-size:16pt;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	H3 {
		color:#000000;
		font-size:12pt;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	H4 {
		color:#000000;
		font-size:9pt;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}


	TABLE

	{		

		font-family: 'Arial', 'Comic Sans MS', 'Trebuchet MS', 'Sans-Serif';

		font-weight: bold;

		font-size: 9pt;

		color: #000000;

		cellspacing: 0;
		cellpadding:3;
		border-collapse:collapse;

		}


	TR

	{		

		font-family: 'Arial', 'Comic Sans MS', 'Trebuchet MS', 'Sans-Serif';

		font-weight: normal;

		font-size: 9pt;

		color: #000000;

		}



	TD

	{		

		font-family: 'Arial', 'Comic Sans MS', 'Trebuchet MS', 'Sans-Serif';

		font-weight: normal;

		font-size: 9pt;

		color: #000000;

		}

	TH

	{		

		font-family: 'Arial', 'Comic Sans MS', 'Trebuchet MS', 'Sans-Serif';

		font-weight: bold;

		font-size: 9pt;

		color: maroon;

		background: white;

		}

	CAPTION

	{		

		font-family: 'Arial', 'Trebuchet MS', 'Comic Sans MS', 'Sans-Serif';

		font-weight: bold;

		font-size: small;

		color: #000066;

		margin: .1in;

		}
A:hover
{
    COLOR: #990000
}
A
{
    COLOR: #003426
}

/* New, table buttons */
table.navbar {
   border: 1px solid blue;
}
table.navbar td {
   border: 1px solid blue;
}
table.navbar td a{
   display: block;
   padding: 3px;
   text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
   color: #FFF;
   background-color: #3F5D72;
}
table.navbar td a:hover, table.navbar td a:active {
   color: #fff;
   background-color: #CCCCCC;
}


			/* NAVIGATION BUTTONS */
			.menu {
						height: 44px;
						width: 850px;
						/* width: 844px; */
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(overbtn2.jpg) no-repeat;
						width: 141px;
						/* width: 211px; */
						height: 44px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						/* width: 211px; */
						width: 141px;
						height: 44px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 141px; height: 44px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 30px;top: 15px;
					    text-align: center;
					    width: 80px;
					    /* width: 150px; */
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */