/* front_table */

.front_table {
	width: 755px;
	border: 0px; 
}

	.front_table td {
		border: 0px;
	}

	.front_table .left_col {
		width: 169px;
	}
	
		.front_table .left_col .publications {
			width: 146px;
			margin: 0 7px 0 16px;
			padding: 26px 0 14px 0;
		}
		
			.front_table .left_col .publications .pub {
				border-top: 1px solid #C1C8CF;
				margin: 2px 0 0;
				padding: 13px 0 0;
				clear: both;
			}
		
			.front_table .left_col .publications .pub .prices {
				background-image: url(/images/front_prices.gif);
				background-repeat: no-repeat;
				position: relative;
				float: right;
				padding-right: 13px;
				height: 71px;
				width: 66px;
			}
			
				.front_table .left_col .publications .pub .prices div {
					text-align: center;
					font-size: 11px;
					line-height: normal;
					padding-top: 1px;
					font-weight: bold;
					width: 63px;
				}
			
				.front_table .left_col .publications .pub .prices .member_price {
					color: #FFF;
					
					position: absolute;
					top: 13px;
					left: 0px;
				}
			
				.front_table .left_col .publications .pub .prices .non_member_price {
					color: #424242;
					
					position: absolute;
					top: 53px;
					left: 0px;
				}
			
				.front_table .left_col .publications .pub .prices .member_price {
					color: #FFF;
					
					position: absolute;
					top: 13px;
					left: 0px;
				}
			
			.front_table .left_col .publications .pub .description {
				color: #344752;
				clear: both;
				line-height: 14px;
				font-size: 10px;
				margin-right: 13px;	
				padding-top: 4px;
			}
		
			.front_table .left_col .publications .pub .pub_title {
				font-weight: bold;
				font-size: 12px;
				color: #529E00;
				margin-bottom: 8px;
			}
		
			.front_table .left_col .publications .pub .options {
				padding-top: 12px;
			}
		
			.front_table .left_col .publications .pub .image {
				padding: 0px;
			}

	.front_table .center_col {
		width: 419px;
		background-image: url(/images/front_middle_right.gif);
		background-repeat: repeat-y;
		background-position: 100% 0%;
	}
	
		.front_table .center_col .editable_blurb {
			font-size: 10px;
			line-height: 14px;
			color: #525E65;
			text-align: justify;
			margin: 22px 0 0 0;
			padding: 0 24px 0 11px;
		}
		
			.front_table .center_col .editable_blurb h1 {
				font-size: 12px;
				text-transform: uppercase;
				line-height: normal;
				margin: 0 0 8px 0;
			}
		
			.front_table .center_col .editable_blurb .date {
				font-size: 12px;
				color: #6193BE;
				float: right;
				text-align: right;
				width: 60px;
				text-transform: uppercase;
				font-weight: bold;
			}
		
			.front_table .center_col .editable_blurb .image_link {
				margin: 8px 0 0;
			}
			
		.front_table .center_col .news_table {
			width: 390px;
			border: 0px;
			margin: 20px 0 15px 7px;
		}
		
			.front_table .center_col .news_table .left {
				background-image: url(/images/front_news_left.jpg);
				background-repeat: repeat-y;
				width: 5px;
			}
			
			.front_table .center_col .news_table .news_text {
				width: 380px;
				padding: 16px 0;
			}
			
				.front_table .center_col .news_table .news_text .news_story {
					clear: both;
					width: 347px;
					margin: 0 auto;
				}
			
					.front_table .center_col .news_table .news_text .news_story h2 {
						color: #4C4C4C;
						font-size: 12px;
						font-weight: bold;
						font-family: Arial, Helvetica, sans-serif;
						text-transform: uppercase;
					}
			
						.front_table .center_col .news_table .news_text .news_story h2 a {
							text-decoration: none;
						}
					
					.front_table .center_col .news_table .news_text .news_story .short_description {
						color: #525E65;
						font-size: 10px;
						line-height: 14px;
						text-align: justify;
					}
					
					.front_table .center_col .news_table .news_text .news_story .read_more {
						padding: 8px 0 0 0;
					}
			
					.front_table .center_col .news_table .news_text .news_story .date {
						font-size: 12px;
						color: #6193BE;
						float: right;
						text-align: right;
						width: 60px;
						text-transform: uppercase;
						font-weight: bold;
					}
		
			.front_table .center_col .news_table .right {
				background-image: url(/images/front_news_right.jpg);
				background-repeat: repeat-y;
				width: 5px;
			}

	.front_table .right_col {
		width: 167px;
		border-left: 1px solid #999;
	}
	
			.front_table .right_col .search_box {
				border-bottom: 1px solid #959EAC;
				background-image: url(/images/front_search_box.jpg);
				background-repeat: no-repeat;
				background-position: 0% 0%;
				width: 166px;
				height: 94px;
				position: relative;
			}
	
			.front_table .right_col .search_box .form {
				position: absolute;
				top: 47px;
				left: 10px;
			}
	
				.front_table .right_col .search_box .form .search {
					width: 115px;
					vertical-align: text-top;
					border: 1px solid #9CA4AE;
					margin-top: 1px;
				}
	
				.front_table .right_col .search_box .form .submit {
					width: 23px;
					height: 20px;
					margin-top: 1px;
					border: 0px;
					vertical-align: top;
				}
	
			.front_table .right_col .upcoming_events {
				width: 166px;
				border-bottom: 1px solid #959EAC;
			}
			
				.front_table .right_col .upcoming_events .event {
					margin: 8px auto;
					width: 145px;
					height:170px;
				}
	
			.front_table .right_col .sponsors {
				width: 166px;
			}
	
			.front_table .right_col .sponsors .sponsor {
				margin: 8px auto;
				width: 140px;
			}
			
		
	/* non-hieracrhical */
	.front_table .right_col .text {
		margin: 4px 0 8px;
		line-height: 14px;
	}
	
		.front_table .right_col .text .date {
			color: #1F69C1;
			font-size: 11px;
			font-weight: bold;
		}
	
		.front_table .right_col .text .short_description {
			color: #344752;
			font-size: 10px;
		}
				
	.front_table .top_gray_bar {
		background-color: #DDD;
	}
	
.front_table .doc_icon {
	width: 16px;
	height: 16px;
	border: 0px;
	vertical-align: middle;
	margin-left: 4px;
}