body,td {
	font-family: Arial, Sans Serif;
	font-size: 11px;
	line-height: 14px;
}

body {
	background-color: #6e7649;	
}


#page_grid {
	height: 100%;
	width: 100%;
	
	vertial-align: top;
}

	#grid_left {
		width: 40%;
		
		vertial-align: top;
		
	}
	
	#grid_main {
		width: 831px;
		
		vertial-align: top;
		
	}
	
	#grid_right {
		width: 40%;
		
		vertial-align: top;
	
	}
	
	
#main_body {
	width: 831px;

}


#body_shadow {
	width: 831px;

	background-color: #4c5332;
	
	position: relative;
	
}

	#shadow_top_right {
		height: 10px; 
		width: 10px; 
		
		background-color: #6e7649; 
		
		position: absolute; 
		left: 821px; 
		top: 0px;
		
		font-size: 1px;
		line-height: 1px;
	}
	
	#shadow_bottom {
		height: 10px; 
		
		background-color: #4c5332; 
		
		font-size: 1px;
		line-height: 1px;
		
		position: relative;
	}
	
	#shadow_bottom_left {
		height: 10px; 
		width: 10px; 
		
		background-color: #6e7649; 
		
		position: absolute;
		top: 0px;
		left: 0px;
		
		font-size: 1px;
		line-height: 1px;
		
	}



#body_page {
	width: 821px;

	background-color: #ffffff;
}

#page_header {
	height: 214px;
	width: 800px;
	
	margin-left: 11px;
	margin-bottom: 9px;
	
	background-color: #ffffff;
	
	position: relative;
}

	#header_photo1-jpg {
		height: 214px;
		width: 446px;
		
		position: absolute;
		top: 0px;
		left: 0px;
	}

	#header_photo1-credit {
		height: 214px;
		width: 446px;
		
		position: absolute;
		top: 190px;
		left: 10px;
		
		color: #ffffff;
		
		z-index: 20;
	}
	
		#header_flash {
			height: 214px;
			width: 446px;
			
			background-image: url(images/header_photo1.jpg);
			
			position: absolute;
			top: 0px;
			left: 0px;
		}

	#header_logo1-gif {
		height: 214px;
		width: 303px;
		
		position: absolute;
		top: 0px;
		left: 456px;
	}
	
	#header_bar1 {
		height: 214px;
		width: 31px;
		
		position: absolute;
		top: 0px;
		left: 769px;
		
		background-image: url(images/header_bar1.gif);
		background-repeat: no-repeat;
	}

#page_nav {
	height: 31px;
	width: 801px;
	
	margin-left: 10px;
	margin-bottom: 9px;
	
	background-color: #636363;
	
	position: relative;
}

	.nav_button {
		height: 31px;
		width: 98px;
		
		background-color: #636363;
		
		float: left;
		
		text-align: center;
	}
	
		.button_label {
			font-face: Verdana, Sans Serif;
			font-size: 11px;
			
			padding-top: 9px;
		}
		
		.nav_button a {
			color: #ffffff;
			text-decoration: none;
		}

	.nav_button_over {
		height: 31px;
		width: 98px;
		
		background-color: #636363;
		
		background-image: url(images/nav_button_over-bg.gif);
		background-repeat: no-repeat;
		
		float: left;
		
		text-align: center;
	}
	
		.nav_button_over .button_label {
			font-weight: bold;
		}

			.nav_button_over .button_label a {
				color: #ffffff;
				text-decoration: none;
			}
	
	.nav_sep {
		height: 100%;
		width: 1px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/nav_sep.gif);
		background-repeat: repeat-y;
		
		float: left;
	}

#page_news {
	height: 86px;
	width: 801px;
	
	margin-left: 10px;
	margin-bottom: 9px;
	
	background-color: #d7d7d7;
	
	position: relative;
}

	#news_logo {
		height: 63px;
		width: 98px;
		
		background-color: #d7d7d7;
		
		position: absolute;
		top: 0px;
		left: 0px;
		
	}
	
		#logo_div {
			height: 47px;
			width: 52px;
			
			position: absolute;
			top: 8px;
			left: 22px;
		}
			
			#logo_div.logo_out {
				background-image: url(images/logo_out.gif);
				background-repeat: no-repeat;
			}
			
			#logo_div.logo_over {
				background-image: url(images/logo_over.gif);
				background-repeat: no-repeat;
			
			}
	
	#news_blank {
		height: 31px;
		width: 255px;
		
		background-color: #d7d7d7;
		
		position: absolute;
		top: 0px;
		left: 99px;
	}
	
	#news_search {
		height: 31px;
		width: 255px;
		
		background-color: #d7d7d7;
		
		position: absolute;
		top: 32px;
		left: 99px;
	}
	
		#search_form {
			margin: 0px;
			padding: 0px;
		}
		
		#search_keywords {
			height: 23px;
			width: 199px;
			
			position: absolute;
			top: 4px;
			left: 4px;
			
			font-family: Verdana, Sans Serif;
			font-size: 10px;
			
			padding-top: 4px;
			padding-left: 4px;
			
			z-index: 20;
		
		}
		
		#search_button {
			border: 0px;
			
			background-color: #d7d7d7;
						
			color: #7d7d7d;
			
			font-family: Verdana, Sans Serif;
			font-size: 9px;
			
			font-weight: bold;
			
			position: relative;
			top: 10px;
			left: 210px;
			
		}

		#search_button a {
			color: #7d7d7d;
			text-decoration: none;
		}
	
	#news_links {
		height: 63px;
		width: 446px;
		
		background-color: #d7d7d7;
		
		position: absolute;
		top: 0px;
		left: 355px;
	}
	
		.links_photo-bg {
			height: 51px;
			width: 52px;
			
			background-image: url(images/links_photo-bg.gif);
			background-repeat: no-repeat;
		}

		.links_photo-image {
			position: absolute;
			top: 2px;
			left: 2px;
		}
		
		.links_photo-text {
			font-family: Verdana, Sans Serif;
			font-size: 10px;
			
			font-weight: bold;
			
			color: #7d7d7d;
			
			position: absolute;
			top: 20px;
			left: 55px;
		}
		
			.links_photo-text a {
				color: #7d7d7d;
				text-decoration: none;
			}
	
		#links_photo_1 {
			position: absolute;
			top: 8px;
			left: 11px;
		}
	
		#links_photo_2 {
			position: absolute;
			top: 8px;
			left: 173px;
		}
		
		#links_photo_3 {
			position: absolute;
			top: 8px;
			left: 331px;
		}
		
		
	
	#news_latest {
		height: 22px;
		width: 98px;
		
		background-color: #d7d7d7;
		
		position: absolute;
		top: 64px;
		left: 0px;
	}
	
		#news_latest-text {
			font-family: Helvetica, Sans Serif;
			font-size: 10px;
				
			color: #7d7d7d;
			
			padding-top: 4px;
			
			text-align: center;
			
		}
	
	#news_scroll {
		height: 22px;
		width: 702px;
		
		background-color: #d7d7d7;
		
		position: absolute;
		top: 64px;
		left: 99px;
	}
	
	#news_border_1 {
		height: 86px;
		width: 1px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-border.gif);
		background-repeat: repeat-y;
				
		position: absolute;
		top: 0px;
		left: 98px;
		
		z-index: 50;
	}
	
	#news_border_2 {
		height: 1px;
		width: 801px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-border.gif);
		background-repeat: repeat-x;
				
		position: absolute;
		top: 63px;
		left: 0px;
		
		z-index: 50;
		
	}
	
	#news_border_3 {
		height: 1px;
		width: 255px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-border.gif);
		background-repeat: repeat-x;
				
		position: absolute;
		top: 31px;
		left: 99px;
		
		z-index: 50;
	}
	
	#news_border_4 {
		height: 63px;
		width: 1px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-border.gif);
		background-repeat: repeat-y;
		
		position: absolute;
		top: 0px;
		left: 354px;
		
		z-index: 50;
	}

#page_content {
	width: 801px;
	
	margin-left: 10px;
	margin-bottom: 10px;
	
	position: relative;
	
	font-size: 12px;
	line-heigth: 14px;
	
}

#content_grid {
	height: 100%;
	width: 100%;
	
	vertial-align: top;
}

	#content_left {
		position: relative;	
		width: 532px;
		background: #bec1ad;
		background-image: url(images/feature-blend.jpg);		
		background-repeat: no-repeat;
		background-position: top right
		
	}
	
	#index_feature {
		position: relative;	
	}

	#index_story {
		position: relative;	
		left: 16px;
		width: 490px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #636363;
	}

	#content_center {
		width: 10px;
		
		vertial-align: top;
		
	}
	
	#content_right {
		width: 260px;
		background: #8c936f;
		background-image: url(images/right-hdr.jpg);		
		background-repeat: no-repeat;
		vertial-align: top;
	
	}
	
		#tten_hdr {
			position: relative;
			left: 16px; 
			
			font-size: 18px;
			line-height: 12px;
			color: #ffffff;		
		}
		
		#tten_bighdline {
			position: relative;
			left: 16px; 
			height: 20px; 
			
			font-size: 14px;
			line-height: 16px;
			color: #ffffff;
		}
		
			#tten_bighdline a {
				color: #ffffff;
				text-decoration: none;
			}

		#tten_bighdline_copy {
			position: relative;
			width: 170px;
			left: 40px; 
			
			font-size: 11px;
			line-height: 14px;
			color: #bec1ad;
		}
		
		#tten_hdline {
			position: relative;
			left: 16px; 
			height: 28px; 
			
			font-size: 11px;
			line-height: 14px;
			color: #ffffff;
		
		}
		
			#tten_hdline a {
				color: #ffffff;
				text-decoration: none;
			}

		#tten_green {
			color: #bec1ad;
		}
		
		.tten_hdline a {
			color: #ffffff;
			text-decoration: none;
		}
		
	#tten_border {
		height: 1px;
		width: 260px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-tten.gif);
		background-repeat: repeat-x;
	}

		#ad_title {
			position: relative; 
			left: 16px; 
			top: 0px;
			
			font-size: 9px;
			line-height: 12px;
			color: #636363;
		}

		#ad_vert {
			width: 228px; 
			height: 478px; 
		
			background-color: #636363; 
		
			position: relative; 
			left: 16px; 
			top: 0px;
			
			font-size: 1px;
			line-height: 1px;
		}
	
	#content_left_foot {
		width: 260px;
		height: 14px;
		background: #8c936f;
		background-image: url(images/foot-left.gif);		
		background-repeat: no-repeat;
		vertial-align: top;
	
	}

	#content_right_foot {
		width: 260px;
		height: 14px;
		background: #8c936f;
		background-image: url(images/right-foot.gif);		
		background-repeat: no-repeat;
		vertial-align: top;
	
	}

	#content_big_foot {
		background: #bec1ad;
	}

	#feature_toolbar {
		position: absolute;
		width: 98px;
		height: 1px;

	}
	
	#feature_content {
		width: 434px;
	}

	#feature_border_1 {
		height: 398px;
		width: 1px;
			
		font-size: 1px;
		line-height: 1px;
			
		background-image: url(images/dot-feat_vert.gif);
		background-repeat: repeat-y;
					
		position: relative;
		top: 0px;
		left: 98px;
			
	}

	#feature_border_2 {
		height: 1px;
		width: 98px;
			
		font-size: 1px;
		line-height: 1px;
			
		background-image: url(images/dot-feat_hrz.gif);
		background-repeat: repeat-x;
					
		position: absolute;
		top: 398px;
		left: 0px;
			
	}

	#feature_selector {
		height: 27px;
		width: 3px;
		
		position: absolute;
		top: 30px;
		left: 6px;

	}

	#feature_tmb1 {
		height: 49px;
		width: 71px;
		
		position: absolute;
		top: 19px;
		left: 14px;

		background: #ffffff;
	}

	#feature_tmb2 {
		height: 49px;
		width: 71px;
		
		position: absolute;
		top: 82px;
		left: 14px;

		background: #ffffff;
	}

	#feature_tmb3 {
		height: 49px;
		width: 71px;
		
		position: absolute;
		top: 145px;
		left: 14px;

		background: #ffffff;
	}

	#feature_tmb4 {
		height: 49px;
		width: 71px;
		
		position: absolute;
		top: 208px;
		left: 14px;

		background: #ffffff;
	}

	#feature_tmb5 {
		height: 49px;
		width: 71px;
		
		position: absolute;
		top: 270px;
		left: 14px;

		background: #ffffff;
	}

	#feature_tmb6 {
		height: 49px;
		width: 71px;
		
		position: absolute;
		top: 332px;
		left: 14px;

		background: #ffffff;
	}

		#feature_tmb_jpg {
			height: 45px;
			width: 67px;
			
			position: absolute;
			top: 2px;
			left: 2px;
		}

	#feature_pic {
		height: 245px;
		width: 389px;
		
		position: absolute;
		top: 19px;
		left: 118px;

		background: #ffffff;
	}

		#feature_pic_jpg {
			height: 237px;
			width: 381px;
			
			position: absolute;
			top: 4px;
			left: 4px;
		}

		#feature_shadow_right {
			height: 241px;
			width: 4px;
			
			position: absolute;
			top: 23px;
			left: 507px;
	
			background: #8e9471;
		}

		#feature_shadow_bottom {
			height: 4px;
			width: 389px;
			
			position: absolute;
			top: 264px;
			left: 122px;
	
			background: #8e9471;
		}

	#feature_title {
		position: absolute;
		width: 389px;
		top: 285px;
		left: 121px;

		font-face: Verdana, Sans Serif;
		font-size: 18px;
		line-height: 20px;
		color: #ffffff;
		
	}
		

		#feature_title a {
			color: #ffffff;
			text-decoration: none;
		}

	#feature_copy {
		position: absolute;
		top: 311px;
		left: 121px;
		width: 388px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #636363;
		
	}

		#feature_copy a {
			color: #ffffff;
			text-decoration: none;
		}
		
	#blog_intro {
		position: relative;
		left: 49px;
		width: 388px;

		padding-top: 10px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #636363;
		
	}

	#story_content {
		position: relative;
		width: 434px;
		left: 49px;
	}

		
	#story_pic {
		height: 249px;
		width: 393px;
		padding-top: 10px;
	}

		#story_pic_box {
			height: 245px;
			width: 389px;
		
			position: absolute;
			background: #ffffff;
		}

		#story_pic_jpg {
			height: 237px;
			width: 381px;
			
			position: relative;
			top: 4px;
			left: 4px;
		}

		#story_shadow_right {
			height: 241px;
			width: 4px;
			
			position: relative;
			top: 4px;
			left: 389px;
	
			background: #8e9471;
		}

		#story_shadow_bottom {
			height: 4px;
			width: 389px;
			
			position: relative;
			top: 245px;
			left: 4px;
	
			background: #8e9471;
		}

	#vid_pic {
		padding-top: 10px;
	}

		#video_player {
			padding: 4px;
			background: #ffffff;
		}

		#vid_pic_obj {
			width: 320px;
			height: 240px;
			
			position: relative;
			top: 4px;
			left: 4px;
		}

		#vid_shadow_right {
			width: 4px;
			height: 100%;
			margin-top: 4px;
			
			background: #8e9471;
		}

		#vid_shadow_bottom {
			height: 4px;
			width: 100%;
			margin-left: 4px;
			
			background: #8e9471;
		}

	#story_title {
		position: relative;

		font-face: Verdana, Sans Serif;
		font-size: 18px;
		color: #ffffff;
		
		line-height: 20px;
		padding-top: 10px;
	}
		
		#story_title a {
			color: #ffffff;
			text-decoration: none;
		}
		
	#story_credit {
		position: relative;

		padding-top: 4px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #6e7649;
		
	}
		
		#story_credit a {
			color: #ffffff;
			text-decoration: none;
		}
		
	#story_copy {
		position: relative;
		width: 388px;

		padding-top: 10px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #636363;
		
	}

		#story_copy b {
			font-size: 11px;
			color: #4c5332;
		}

		#story_copy a {
			color: #ffffff;
			text-decoration: none;
		}
		
	#index_story_copy {
		position: relative;
		width: 488px;

		padding-top: 10px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #636363;
		
	}

		#index_story_copy b {
			font-size: 11px;
			color: #4c5332;
		}

		#index_story_copy a {
			color: #ffffff;
			text-decoration: none;
		}
		
	#story_copy_line {
		position: relative;
		height: 1px;
		width: 388px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-feat_hrz.gif);
		background-repeat: repeat-x;
	}
	
	#blog_list_hdr {
		position: relative;
		left: 14px;
		width: 234px;

		padding-top: 14px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #bec1ad;
	}
		.hdr_title {
			color: #ffffff;
		}
			
	#side_list_line {
		height: 1px;
		width: 260px;
		
		font-size: 1px;
		line-height: 1px;
		
		background-image: url(images/dot-tten.gif);
		background-repeat: repeat-x;
	}
	
	#side_list_item {
		position: relative;
	}

	#side_list_item_sel {
		position: relative;
		background: #ffffff;			
	}

	#side_list_space {
		height: 5px;
	}

	#side_list_space_sel {
		height: 4px;
		background: #ffffff;			
	}

	#side_list_space_sel2 {
		height: 5px;
		background: #ffffff;			
	}

	#side_list_seltop {
		height: 8px;

		background-image: url(images/subs-bottom.gif);		
		background-repeat: no-repeat;
		vertial-align: top;
	
	}

	#side_list_selbottom {
		height: 8px;

		background-image: url(images/subs-top.gif);		
		background-repeat: no-repeat;
		vertial-align: top;
	
	}

	#blog_tmb {
		height: 49px;
		width: 71px;		
		background: #ffffff;
	}

		#blog_tmb_jpg {
			height: 45px;
			width: 67px;
			
			position: relative;
			top: 2px;
			left: 2px;
		}
		
	#blog_label {
		width: 160px;		
		font-size: 12px;
		color: #ffffff;	
		margin-left: 4px;
	}
	
		#blog_label a {
			color: #ffffff;
			text-decoration: none;
		}

	#blog_label_sel {
		width: 160px;		
		font-size: 12px;
		color: #8c936f;
		margin-left: 4px;
	}

		#blog_label_sel a {
			color: #8c936f;
			text-decoration: none;
		}

	#blog_date {
		height: 20px;
		width: 160px;
		
		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #bec1ad;
		margin-left: 4px;
	}

	#sub_tmb {
		height: 49px;
		width: 71px;
		
		position: relative;
		left: 14px;

		background: #ffffff;
	}

		#sub_tmb_jpg {
			height: 45px;
			width: 67px;
			
			position: absolute;
			top: 2px;
			left: 2px;
		}
		
	#sub_label {
		position: absolute;
		width: 160px;
		
		left: 90px;
		top: 0px;

		font-face: Verdana, Sans Serif;
		font-size: 12px;
		color: #ffffff;
	}
	
		#sub_label a {
			color: #ffffff;
			text-decoration: none;
		}

	#sub_label_left {
		height: 20px;
		width: 160px;
		
		position: absolute;
		left: 14px;
		top: 0px;

		font-face: Verdana, Sans Serif;
		font-size: 12px;
		color: #ffffff;
	}
	
		#sub_label_left a {
			color: #ffffff;
			text-decoration: none;
		}

	#subsel_label {
		height: 20px;
		width: 160px;
		
		position: absolute;
		left: 90px;
		top: 0px;

		font-face: Verdana, Sans Serif;
		font-size: 12px;
		color: #8c936f;
	}

		#subsel_label a {
			color: #8c936f;
			text-decoration: none;
		}

	#subsel_label_left {
		height: 20px;
		width: 160px;
		
		position: absolute;
		left: 14px;
		top: 0px;

		font-face: Verdana, Sans Serif;
		font-size: 12px;
		color: #8c936f;
	}

		#subsel_label_left a {
			color: #8c936f;
			text-decoration: none;
		}

	#sub_date {
		height: 20px;
		width: 160px;
		
		position: absolute;
		left: 90px;
		top: 18px;

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #bec1ad;
	}

	#pod_player {
		position: relative;
		width: 388px;
	}

	#thumb {
		height: 49px;
		width: 71px;
		background: #ffffff;
	}

		#thumb_jpg {
			height: 45px;
			width: 67px;
			
			position: relative;
			top: 2px;
			left: 2px;
		}
	
	#cross_links {
		color: #8c936f;
		
	}
	
	#scbio {
		width: 200px;
		position: relative;	

		font-face: Verdana, Sans Serif;
		font-size: 11px;
		color: #636363;
	}
	
	#scbio_name {
		position: absolute;
		top: 0px;
		left: 76px;
	
	}
	
		#scbio_name a {
			color: #ffffff;
			text-decoration: none;
		}
	
	#scbio_copy {
		position: relative;	
	}
	
	