/**********************************************************
custom.css
**********************************************************/

/*  layout
**********************************************************/
#custom #belly {
	width: 728px;
	position: relative;
	padding-left: 210px;
	min-height: 600px;
	height: auto;
	_height: 600px;
}
#custom .subContainer {
	padding-left: 6px;
	padding-right: 10px;
}
#custom #leftNav {
	display: block!important;
}
	#custom .subContainer h2 {
		font: bold 13px verdana;
		color: #cc0000;
		height: 13px;
		padding: 0 0 18px 0;
	}
	#custom .subContainer ul {
		border-bottom: 1px solid #e0e0e0;
		margin: 0 0 18px 0;
		padding: 0 0 18px 0;
		list-style-type: none;
	}
		#custom .subContainer ul li {
			background: url(/images/bullet.gif) 0 4px no-repeat;
			padding: 0 0 0 13px;
			height: 22px;
			margin: 0 0 0 35px;
			font: 12px verdana;
		}
			#custom .subContainer ul li a {
				color: #2e5e97;
			}
	#custom .subContainer p {
		font: 12px verdana;
		line-height: 18px;
		margin: 0 0 17px 0;
	}
		#custom .subContainer p span {
			margin: 0 0 10px 0;
			display: block;
		}
	#custom #breadCrumb {
		padding-left: 0;
		margin-left: 4px;
	}
		#custom #breadCrumb h1 {
			font: bold 22px verdana;
			color: #00173d;
			text-transform: none;
			border-bottom: none;
			margin: 0;
			height: auto;
			padding: 10px 0 0 0;
		}
	#custom  .subContainer .colA {
		float: left;
		width: 25.0em;
		margin: 0 2.0em 0 0;
	}
		#custom .subContainer .colA img { margin: 0 0 1.6em 0; }
	#custom .subContainer .colB {
		float: left;
		width: 38.0em;
	}	
