/*force toolbar hack*/
html { min-height: 100%; margin-bottom: 2px; }
p{
line-height:15px !important;
margin-top:7px !important;
margin-bottom:7px !important;
}
div#bio{
line-height:13px !important;
}
body{
	margin:0;
	}
div,td{
	font-size:11px;
	}
img{
	margin:0;
	border:0;
	padding:0;
	}
#main_logo{
	width:800px;
	height:86px;
	background-image:url(../images/logo_new.gif);
	}
#main_links{
	text-align:right;
	padding-top:60px;
	font-family:"Courier New";
	}
.main_link{
	color:black;
	text-decoration:none;
	margin-right:15px;
	font-weight:bold;
	font-size:12px;
	}
.main_link:hover{
	color:red;
	}
.color_red{
	color:red;
	}
#top_banner_left,#top_banner_right{
	background-color:#3A414B;
	font-family:"Courier New";
	width:400px;
	height:20px;
	color:white;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	float:left;
	}
#top_banner_right{
	text-align:right;
}
#current_date{
/*If you add more .tb_links decrease the margin-right relevant to it */
	position:relative;
	left:125px;
	text-align:right;
	margin-right:65px;
	margin-top:3px;
	display:inline;
	font-size:14px;
	}
a.tb_link{
	color:white;
	text-decoration:none;
	margin-right:15px;
	}
a.tb_link:hover{
	color:#dddddd;
	}
#right_image_floaty{
	text-align:left;
	margin-left:165px;
	width:635px;
	}
#left_bar{
	width:165px;
	@width:165px;
	text-align:left;
	float:left;
	}
.header_left_bar{
	color:#b30606;
	font-size:13px;
	font-weight:bold;
	font-family:"Courier New";
	letter-spacing:0px;
	line-height:15px;
	padding-bottom:4px;
	Margin-bottom:3px;
	border-bottom:1px solid #cfd0d2;
	width:145px;
	}
.link_left_bar{
	font-weight:normal;
	letter-spacing:0px;
	color:black;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	line-height:20px;
	}
.link_left_bar:hover{
	color:#ABAF47;
	}
#content{
	width:635px;
	float:left;
	vertical-align:top;
	}
.content_header{
	color:#454545;
	font-size:18px;
	line-height:20px;
	font-family:"Times New Roman";
	width:475px;
	float:left;
	padding-bottom:4px;
	margin-bottom:5px;
	border-bottom:1px solid #cfd0d2;
	}
.content_subheader{
	margin-top:7px;
	font-size:11px;
	float:left;
	font-family:Verdana;
	width:475px;
	color:gray;
	line-height:13px;
}
.main_content{
	float:left;
	line-height:15px;
	font-family:Verdana;
	width:475px;
	font-size:11px;
	}
#content_left{
	font-size:11px; vertical-align:top; width:140px; float:right; text-align:left; font-family:verdana;
	}
#content_left img{
	display:block;
	}
a{
	color:blue;
	}
.top_image{
	margin-top:3px;
	margin-bottom:9px;
	}
a:hover{
	color:#ABAF47;
	}
.left_image{
	float:left;
	align:left;
	padding-right:10px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
	}
.right_image{
	float:right;
	align:right;
	padding:10px;
	padding-right:0px;
	padding-bottom:5px;
	}
.search_header{
	color:#454545;
	font-size:18px;
	font-family:"Times New Roman";
	line-height:20px;
	padding-bottom:4px;
	margin-bottom:5px;
	border-bottom:1px solid #cfd0d2;
	width:145px;
	}
.spacer{ padding-top:6px; margin-bottom:6px; }
.sub_line{ padding-bottom:1px; margin-bottom:3px;}
.spacer, .sub_line{ border-bottom:1px solid #cfd0d2; line-height:0px;}
/* message display page */
.message_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 475px;
}
.message_list li {
	padding: 0;
	margin: 0;
}
.message_head {
	padding: 1px 10px;
	cursor: pointer;
	position: relative;
	background-color: #E2E2E2;
}
.message_head .timestamp {
	color: #666666;
	font-size: 95%;
	position: absolute;
	right: 10px;
	top: 0px;
}
.message_head cite {
	font-size: 100%;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	letter-spacing:1px;
	color:#B30606;
	font-style: normal;
}
.message_body {
	padding: 5px 10px 15px;
}
.collapse_buttons {
	text-align: right;
	border-top: solid 1px #e4e4e4;
	padding: 5px 0;
	width: 475px;
}
.collapse_buttons a {
	margin-left: 15px;
	float: right;
}
.show_all_message {
	padding-right: 12px;
}
.show_recent_only {
	display: none;
	padding-right: 12px;
}
.collpase_all_message {
	background: url(images/collapse-all.gif) no-repeat right center;
	padding-right: 12px;
	color: #666666;
}
.input_middle_form{
	width:475px;
}