/* CSS Document */

#container {
	width: 100%;
}

#shadow {
	display: none;
}

#header {
	width: 100%;
	background: #000099;
}

table#liquid {
	width: 100%;
}

/* Menu */
#menu {
margin-right: 0;
}


td#t_menu {
	width: 175px;
	padding: 10px 0;
	vertical-align: top;
}


#t_menu ul {
	margin-bottom: 10px;
	margin-top: 0;
	list-style: none;
}

#t_menu h3 {
	margin: 10px 0 0 0;
	padding: 0 0 0 3px;
}

#t_menu h3 a{
	font-weight: bold;
	color: black;
	}


#t_menu h3 a:hover {
	color: #000099;
}

#t_menu li {
	line-height: 1.4em;
	padding: 0 0 0 7px;
	margin-left: -35px;
}

#t_menu li a {
	text-decoration: none;
	padding: 1px 0 1px 15px;
	background: url(../images/list_bkg.gif) no-repeat center left;
	white-space: nowrap;
	color: black;
}

#t_menu li a:hover {
	color: #000099;
}
	
/* End Menu */	

/* T_Content */	
td#t_content {
	font-size: 0.90em;
	padding: 10px;
	border-right: 1px solid #000;
	vertical-align: top;
}

h3.title {
margin-bottom: 0;
}

h3#story_title {
	padding: 20px 0 0 40px;
	font-size: 1.1em;
	background: url(../images/h2_raven.gif) bottom left no-repeat;
	margin-top: 25px;
	margin-bottom: 0;
	border-bottom: 1px solid black;
}

h2#story_title {
	margin-left: 10px;
	padding: 20px 0 0 100px;
	font-size: 1.2em;
	background: url(../images/h3_fish.jpg) bottom left no-repeat;
	border-bottom: 1px solid #000099;
}	

p.date, p#story_date, p.c_date {
	font-style: italic;
}

p.date {
	margin-left: 10px;
	margin-top: 3px;
}

p#story_date {
	margin-top: 3px;
}

p.abstract {
	margin: 10px 20px 10px 50px;
}


input {
	width: 180px;
}

/* End Content */	

/* Message Board */	
td#t_messages {
	width: 25%;
	font-size: 0.80em;
	vertical-align: top;
}

p.commentor {
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 20px;
}

p.c_date {
	font-style: italic;
	font-weight: bold;
	margin-top: 0;
}

td#t_messages h3 {
	font-size: 1.2em;
}

/* End Message Board */	
