table.threecol {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	}

	table.threecol td {
		padding-left: 8px;
		padding-right: 5px;
		padding-bottom: 8px;
		}

	td.a1	{
		width: 208px;
		}

	td.b1	{
		width: 221px;
		}

	td.c1	{
		width: 210px;
		}

	td.d1	{
		width: 22.5%;
		}

	td.a2	{
		background-image: url('../images/dotbg.gif');
		background-repeat: repeat-y;
		background-position: top right;
		}

	td.b2	{
		background-image: url('../images/dotbg.gif');
		background-repeat: repeat-y;
		background-position: top right;
		width: 221px;
		}

		td.b2 p {
			padding-top: 0px;
			margin-left: 5px;
			color: #1c5082;
			font-weight: bold;
			}


	td.c2	{
		width: 210px;
		}

		td.c2 select {
			border: 1px solid #839fb7;
			width: 200px;
			font-size: 80%;
			}

		td.c2 input.searchbutton2 {
			position: relative;
			top: 8px;
			}

		td.c2 form {
			margin-bottom: 3px;
			margin-left: 5px;
			}

		td.c2 p {
			padding-top: 0px;
			margin-left: 5px;
			color: #1c5082;
			font-weight: bold;
			}

	td.d2	{
		background-image: url('../images/dotbg.gif');
		background-repeat: repeat-y;
		background-position: top left;
		}

	td.a3	{
		background-image: url('../images/dotbg-horizontal.gif');
		background-repeat: repeat-x;
		background-position: top left;
		padding-top: 8px;
		}

	td.a4	{
		}

	td.b3	{
		background-image: url('../images/dotbg-horizontal.gif');
		background-repeat: repeat-x;
		background-position: top left;
		padding-top: 8px;
		}

	td.b4	{
		background-image: url('../images/dotbg.gif');
		background-repeat: repeat-y;
		background-position: top left;
		}

		td.b4 ul {
			margin-left: 5px;
			padding-bottom: 0px;
			padding-top: 3px;
			}

		td.b4 li {
			line-height: normal;
			padding-bottom: 0px;
			}

		td.b4 p {
			margin-left: 15px;
			padding-top: 0px;
			}

	td.c3	{
		background-image: url('../images/dotbg-horizontal.gif');
		background-repeat: repeat-x;
		background-position: top left;
		padding-top: 8px;
		}

	td.c4	{
		background-image: url('../images/dotbg.gif');
		background-repeat: repeat-y;
		background-position: top left;
		}
		
/*CB ADDED CSS */

	#faq {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #404040;
	}
	
	#faq a {
		font-size: 12px;
	}
	
	#faq p.faq_head {
		font-size: 13px;
	}
	
	#faq p.faq_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #404040;
	}
	
	#faq i {
		font-weight: bold;
	}
	
	#faq ul {
		list-style-type: disc;
		list-style-position: outside;
		padding: 0 0 0 25px;
	}
	
	#faq li {
		padding: 5px 0 5px 0;
	}

	#faq ul.tight {
		list-style-type: disc;
		list-style-position: outside;
		padding: 0 0 0 25px;
	}
	
	#faq li.tight {
		padding: 1px 0 1px 0;
	}
	
	td.faqbanner {
		/*padding: 2px;*/
		width: 687px;
		height: 165px;
	}
	
	div.faqlist{
		float: left;
		width: 685px;
	}
	
	div.faqlist li {
		padding: 1px 0 0 10px;
	}

	div.faqlist2 {
		float: left;
		width: 685px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #404040;
	}
	
	div.faqlist2 ul {
		list-style-type: disc;
		list-style-position: outside;
		padding: 0 0 0 25px;
	}
	
	div.faqlist2 li {
		padding: 1px 0 0 10px;
	}
	
	p.faq_head {
		clear: both;
		size: 18;
		font-weight: bold;
		color: #1c5082;
	}
	
	p.faq_top a{
		float: right;
		margin: 0 0 5px 0;
	}
	
	
	
/*END OF CB ADDED CSS*/