			/* NAVIGATION BUTTONS */
            input {
            			border-style:solid;
		                border-width:1px;
                  		border-color:#0000ff;
                  		font-size:8pt;
                  		height:20px;
                  		color:#0000ff;
            }
			body {
						scrollbar-3d-light-color:#d2e6f8;
			      		scrollbar-arrow-color:#0000ff;
			      		scrollbar-base-color:#31547d;
			      		scrollbar-dark-shadow-color:#000000;
		          		scrollbar-face-color:#BDE9FF;
                  		scrollbar-highlight-color:#31547d;
                  		scrollbar-shadow-color:#000000;
             }
			.menu {
						height: 44px;
						width: 844px;
						margin-left:75px; 
			}
			.style1 {
						font-size: 10px;
						font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url('images/blueovalblurrrr.jpg') no-repeat;
						width: 211px;
						height: 44px;
	                    overflow:hidden	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 211px;
						height: 44px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #21547D;
			}
			

			.cssnav img {width: 211px; height: 44px; border: 0px none; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 30px;top: 15px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			
			.cssnavctr	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:  url('images/blueovalblurrrr.jpg');
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 211px;
						height: 44px;
						margin-left:385px; 
						padding: 0 
			}
			.cssnavctr a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 211px;
						height: 44px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
			}
			.cssnavctr a:hover {
						color: #21547D;
			}

			.cssnavctr img {width: 211px; height: 44px; border: 0px none; }
			* html a:hover {visibility:visible}
			.cssnavctr a:hover img{visibility:hidden}

			.cssnavctr span {
						position: absolute;
						left: 30px;
						top: 15px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 149px;
						height: 14px;
						text-align: center;
			}
    		hr {
      			border: 0px none;
      			width: 80%
    		}
    		hr.hr1 {
      			color: #31547d;
      			background-color: #31547d;
      			height: 3px;
    		}			
			/* END OF NAVIGATION */