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: 258px;
		}

	td.b1	{
		width: 171px;
		}

	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 */
	#dotback {
	maring: 15px 0 0 0;
	height: 10px;
	width: 630px;
	background: url(../images/dotbg-horizontal.gif) repeat-x;
	}
	#news table {
		width: 650px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #404040;
	}
	
	#news tr {
	}
	
	#news td {
		height: 15px;
	}
	
	#news td.title {}
	#news td.type {}
	#news td.date {}
	table.space {
	padding:15px;
	border-spacing: 15px;
	border-color: rgb( 100, 100, 255); 
    border-style: dashed;
}
	
/*END OF CB ADDED CSS*/