/* global styles */

body {
	background: url(../images/ch-web-v2-tile.jpg) repeat-x;
}
	p, img, ul, ol, li, a, img, div, body {
		margin: 0;
		padding: 0;
	}



a.nav:link {color:#003478; text-decoration:none;}
a.nav:visited {color:#003478; text-decoration:none;}
a.nav:hover {color:#FFFFFF; text-decoration:none;}
a.nav:active {color:#003478; text-decoration:none;}



.hidden {
	font-family: "Verdana", Arial;
	font-size: 1px;
	font-style: normal;
	line-height: 1px;
	font-weight: normal;
	color: #c9d18a;
}

.nav-big {
	font-family: "Verdana", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
	vertical-align: middle;
}
.nav-small {
	font-family: "Verdana", Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 33px;
	font-weight: normal;
	vertical-align: middle
}
.nav-smbold {
	font-family: "Verdana", Arial;
	font-size: 10px;
	font-style: normal;
	line-height: 33px;
	font-weight: bold;
	vertical-align: middle
}


/* headers */

div#mastertable {
	width: 775px;
	height: 150px;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	}
	

	div.column1of2 {
			width: 775px;
			height: 117px;
			display: block;
			position: relative;
			margin: 0px 0px 0px 0px;
			
		}
		div.column2of2 {
			width: 775px;
			height: 33px;
			display: block;
			position: relative;
			margin: 0px 0px 0px 0px;
			background-color: #c9d18a;
		}
		
		
		div.innertabletop {
			width: 775px;
			height: 117px;
			display: block;
			position: relative;
			margin: 0px 0px 0px 0px;
		}
		
		
		div.innertablebottom {
			width: 775px;
			height: 33px;
			display: block;
			position: relative;
			margin: 0px 0px 0px 0px;			
		}
		
		
		
/* TOP Section */

ul#subtabletop {
			list-style: none;
			display: block;
			position: relative;
			width: 775px;
			height: 117px;
			margin: 0px 0px 0px 0px;
		}
			ul#subtabletop li {
				display: block;
				margin: 0px 0px 0px 0px;
				position: absolute;
				height: 117px;
			}
			

				ul#subtabletop li.t1 		{ left: 0px;  }
				ul#subtabletop li.t2 		{ left: 10px; }
				ul#subtabletop li.t3  		{ left: 264px; }
				ul#subtabletop li.t4		{ left: 411px; }
				ul#subtabletop li.t5		{ left: 652px; }
				ul#subtabletop li.t6		{ left: 765px; }
		

				
				
/* OLD BOTTOM bar 

ul#subtablebottom {
			list-style: none;
			display: block;
			position: relative;
			width: 775px;
			height: 33px;
			margin: 0px 0px 0px 0px;
		}
			ul#subtablebottom li {
				display: block;
				margin: 0px 0px 0px 0px;
				position: absolute;
				height: 33px;
			}

				ul#subtablebottom li.b1 		{ left: 0px;  }
				ul#subtablebottom li.b2 		{ left: 10px;  }
				ul#subtablebottom li.b3 		{ left: 188px;  }
				ul#subtablebottom li.b4 		{ left: 190px;  }
				ul#subtablebottom li.b5 		{ left: 434px;  }
				ul#subtablebottom li.b6 		{ left: 436px;  }
				ul#subtablebottom li.b7 		{ left: 644px;  }
				ul#subtablebottom li.b8 		{ left: 646px;  }
				ul#subtablebottom li.b9 		{ left: 765px;  }	
				
				*/			
				
				
/* BOTTOM bar */

ul#subtablebottom {
			list-style: none;
			display: block;
			position: relative;
			width: 775px;
			height: 33px;
			margin: 0px 0px 0px 0px;
		}
			ul#subtablebottom li {
				display: block;
				margin: 0px 0px 0px 0px;
				position: absolute;
				height: 33px;
			}

				ul#subtablebottom li.b1 		{ left: 0px;  }
				ul#subtablebottom li.b2 		{ left: 10px;  }
				ul#subtablebottom li.b3 		{ left: 188px;  }
				ul#subtablebottom li.b4 		{ left: 190px;  }
				ul#subtablebottom li.b5 		{ left: 394px;  }
				ul#subtablebottom li.b6 		{ left: 396px;  }
				ul#subtablebottom li.b7 		{ left: 554px;  }
				ul#subtablebottom li.b8 		{ left: 556px;  }
				ul#subtablebottom li.b9 		{ left: 765px;  }





