Body {
background-color:#00C8C8;
}


.banner {
margin-left: auto;
margin-right: auto;

text-align: center; 
font-family:papyrus, Tahoma, Helvetica, sans-serif;
font-size:36pt;
font-weight:bold;
vertical-align: text-bottom;
background-image: url(images/logo_plain.gif);
background-repeat: no-repeat;
height:146px;
width:567px;
}

.col1 {float: left; width: 160px; padding: 1px; }
.col2 {float: left; width: 200px; padding: 1px; }


#navbar { margin:0px auto; width:760px; text-align: center;  }
#navbar ul li {
	display: inline; /* Fix IE Step Down */
}

	#navbar ul li a:link, #navbar ul li a:visited {
		display: block;
		height: 37px;
		float: left;
		background: url(images/navtab-right.png) top right no-repeat; 
		margin: 0 1px 0 1px;
			
		font-family: "verdana", sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
		}

	#navbar ul li a span {
		display: block;
		height: 28px;
		float: left; /* IE 6 Fix */
		padding: 8px 10px 0px 10px;
		background: url(images/navtab-left.png) top left no-repeat;
		}
		
	#navbar ul li a:hover {
		background-position: bottom right;
		}
	
	#navbar ul li a:active {
		background-position: bottom right;
		color: black;
		}
		
	#navbar ul li a:hover span {
		background-position: bottom left;
		color: #dae1ea;
		cursor: pointer; /* Remind IE which cursor to use! */
		}
