body {background-color:#eaeaea;}

/* main page template */
table.idx_hed{background-color:#ffffff;}

/* heading */
td.idx_hed_left{
	width:40%;
	background-image: url(../images/hed_left_bg.jpg);
	background-repeat: repeat-x;
}
td.idx_hed_nav{
	width:950px;
	text-align:right;
	vertical-align:top;
	padding-bottom:30px;
}
td.idx_hed_right{
	width:40%;
	background-image:  url("../images/hed_right_bg.jpg");
	background-repeat: repeat-x;
}

/* body */
table.idx_bd {width:1000px;background-color:#ffffff;}

/* articles */
td.idx_bd_articles{
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	vertical-align:top;
}
td.idx_bd_section {
	padding:0px 30px 10px 25px; /* adjust to match iframe */
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
td.idx_bd_bottom{height:15px;}
td.idx_bd_footer{
	height:30px;
	background-color:#68686a;
	color:#ffffff;
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
}
td.idx_bd_footer a{
	color:#ffffff;
	font-size:10px; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

/* white paper */
.story_heading {
	font-size:18px;
	color:#525252;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0 20px 0;
}
.story_title {
	font-size:14px;
	font-weight:bold;
	color:#006699;
	padding-bottom:10px;
}
.story_body {
	font-size: 12px;
	color:#444444;
	line-height:18px;
}

/* subscribe */
.subscribe {
	width:495px;
	height:130px;
	margin-bottom:30px;
	outline:none;
}

.subscribe_panel a img {
	position:absolute; 
	margin:4px 0 30px 0;
	outline:none;
	border:none;
}
 
.subscribeOld {
	width:auto;
	background-color:#aaa; 
	margin: 4px 0 40px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-align:center;
	text-decoration:none;
	line-height:14px;
	color:#FFFFFF;
	padding: 20px 0 20px 0;
}
 
/* box elements */
table.box_art{width:426px;margin:0px 0px 10px 20px;}
table.box_quad_l{width:470px;margin:0px 0px 20px 20px;height:425px;}
table.box_quad_r{width:470px;margin:0px 20px 20px 10px;height:425px;}

.box_art_head{
	margin-left:10px;
	color:#bcbcbc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

td.box_art_top_l{width:12px;height:51px;background-image:url('../images/box_art_top_l.gif');background-repeat: no-repeat;}
td.box_art_top_c{height:51px;background-image:url('../images/box_art_top_c.gif');background-repeat: x-repeat;} /* expandable width */
td.box_art_top_r{width:5px;height:51px;background-image:url('../images/box_art_top_r.gif');background-repeat: y-repeat;}
td.box_art_mid_l{width:12px;background-image:url('../images/box_art_mid_l.gif');background-repeat: y-repeat;} /* expandable height */
td.box_art_mid_c{background-image:url('../images/box_art_mid_c.gif');background-repeat: y-repeat;} /* expandable height and width */
td.box_art_mid_r{width:5px;background-image:url('../images/box_art_mid_r.gif');background-repeat: y-repeat;} /* expandable height */
td.box_art_bot_l{width:12px;height:13px;background-image:url('../images/box_art_bot_l.gif');background-repeat: y-repeat;}
td.box_art_bot_c{height:13px;background-image:url('../images/box_art_bot_c.gif');background-repeat: x-repeat;} /* expandable width */
td.box_art_bot_r{width:12px;height:13px;background-image:url('../images/box_art_bot_r.gif');background-repeat: no-repeat;}

table.box_art_item {width:100%;}
td.box_art_item_l {width:80px;vertical-align:top;padding-top:5px;}
td.box_art_item_r {padding-top:5px;}
.box_art_item_graphic {display:block;margin:0px;}
.box_art_item_date {display:block;margin:0px;font-size:11px;font-weight:bold;color:#07b3db;}
.box_art_item_title {display:block;margin:0px;font-size:11px;color:#444444;font-weight:bold;}
.box_art_item_summary{display:block;margin:0px;font-size:10px;color:#444444;}
.box_art_item_more {display:block;margin:0px;padding-bottom:10px;}
.box_art_item_more a {font-size:11px;color:#07b3db;font-weight:bold;}

.box_new_item_summary {font-size:11px;}
.box_art_item_more a {font-size:10px;}

table.box_quad_item {width:100%; padding:15px 5px 0 0;}
td.box_quad_mid_c{background-image:url('../images/box_art_mid_c.gif');background-repeat:y-repeat;vertical-align:top;height:370px;} /* fixed height */

.contactbox { width:250px; }


/* PRINTER overrides */
@media print {

	body{background:none;color:black;}
	/* no underline */
	a {text-decoration:none;}	
	/* include link as content 
    a:after{content:" (" attr(href) ") " ;}*/
	
	/* hide images 
	img {display:none;visibility:hidden;}*/
    /* ?? */
	p a:after{content:"";}
    abbr, acronym {border-bottom:none;}
	}