#TabbedMenu a:hover {
			color: #c90954;
		}
		
		#TabbedMenu {
			position:absolute;
			left:10px;
			top:9px;
			float: center;
			width: 100%;
			overflow:hidden;
			background: #fff;
			font-size: small;
			line-height: 6px;
			margin-left: 0px;
		}

		#TabbedMenu ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}

		#TabbedMenu li {
			float: left;
			background: url(images/tabright.gif) no-repeat right top;
			margin: 0;
			padding: 0;
		}

		#TabbedMenu a {
			display: block;
			background: url(images/tableft.gif) no-repeat left top;
			padding: 5px 15px;
			font-family: Arial;
			font-size: 12px;
			font-weight: normal;
			color: #005288;
			text-decoration: none;
		}


	
		#leftlogo
		{
		background-image:url(images/cmca_logoScaled.jpg);
		background-repeat:no-repeat;
		background-position:center;
		position:absolute;
		width:215px;
		height:76px;
		left:1px;
		top:0px;
	
		}
		
		#rightlogo
		{
		background-image:url(images/cap_logo.jpg);
		background-repeat:no-repeat;
		position:absolute;
		width:170px;
		height:76px;
	    right:-4px;
		top:-1px;
		}
		
		#banner
		{
		width:594px;
		height:76px;
		position:absolute;
		left:211px;
		top:0px;
		}
		
				
		#top
		{
		background-position:center;
		position:relative;
		overflow:hidden;
		margin-left:auto;
		margin-right:auto;
		width:990px;
		height:100px;
		top:4px;
		left:2px;
		}
		
				
		
		
		#graybar
		{
		background-image:url(images/grayBar2.png);
		background-position:bottom;
		background-repeat:no-repeat;	
		position:relative;
		overflow:hidden;
		margin-left:auto;
		margin-right:auto;
		top:1px;
		width:990px;
		height:35px;
		}
		
		#spacer
		{
		position:relative;
		width:990px;
		height:3px;
		}
		
		#eoe
		{
		position: relative;
		margin-left: auto;
		margin-right: auto;
		bottom: 0px;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: smaller;
		}
		
		