body {
	text-align: center;
}

body, p, h1, h2, h3, table, td, th, ul, ol, input, textarea, select, button {
	font-family:		arial, tahoma, verdana, helvetica, sans-serif;
	font-size:			9pt;
}

form {
	margin:				0px;
}

/* HyperLink Styles */

a:link				{color: #000080; text-decoration: none;}
a:visited 			{
	text-decoration: none;
	color: #000080;
}
a:hover 			{color: #000080; text-decoration: underline;}
a:active			{color: #000080; text-decoration: underline;}

a.small_nav:link	{color: #FFFFFF; text-decoration: none;}
a.small_nav:visited	{color: #FFFFFF; text-decoration: none;}
a.small_nav:hover	{color: #FFFFFF; text-decoration: underline;}
a.small_nav:active	{color: #FFFFFF; text-decoration: none;}

a.crumbs:link		{color: #4682B4; text-decoration: underline;}
a.crumbs:visited	{color: #4682B4; text-decoration: underline;}
a.crumbs:hover		{color: #DC143C; text-decoration: underline;}
a.crumbs:active		{color: #DC143C; text-decoration: underline;}

a.func:link			{color: #000080; text-decoration: none; font-size: 0.8em;}
a.func:visited		{color: #000080; text-decoration: none; font-size: 0.8em;}
a.func:hover		{color: #000080; text-decoration: none; font-size: 0.8em;}
a.func:active		{color: #000080; text-decoration: none; font-size: 0.8em;}

td.page_body {
	padding-left:		10px;
	vertical-align:		top;
	font-size:			9pt;
}

table.format {
	border:				none;
	padding:			0;
	margin:				0;
	width: 100%;
}

.crumbs {
	color:				#4682B4;
	font-size:			9pt;
	padding-bottom:		5px;
	padding-top:		10px;
}

.left_nav {
	width:				180px;
	background-color:	#bfd7d4;
}

.left_nav ul {
  background-color:	#fff;
}

.udm a:hover { text-decoration:underline !important; }

.small_nav_bg {
	background-color:	#034a67;
	padding-bottom:		2px;
	padding-top:		2px;
	padding-left:		1px;
	padding-right:		1px;
	font-size:			9pt;
	font-weight:		bold;
	color:				#FFFFFF;
}

tr.small_nav {
	background-color:	#034a67;
	padding:	1px;
}

td.small_nav {
	background-color:	#034a67;
	padding-bottom:		4px;
	padding-top:		4px;
	padding-left:		5px;
	padding-right:  10px;
	font-size:			9pt;
	font-weight:		bold;
	color:				#FFFFFF;
	border-top: 3px solid #a5c6bf;
}

table.format {
	border:				none;
}

input.small_nav {
	font-size:	1em;
	font-family: Trebuchet MS,arial, sans-serif;
	margin:			0;
	border:				none;
	color:				#000000;
	background-color:	#E1ECFF;
}

* html input.small_nav { margin-bottom: 1px; }

.small_nav_button {
	font-size:		0.9em;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin:			0;
	padding:0px 3px;
	border:				1px solid #034a67;
	color:				#034a67;
	background-color:	#E1ECFF;
}


#main {
  width:850px;
	margin:1em auto;
}

#main .page_body { background-color:#fff; }

#main2 {
  width:800px;
	margin:1em auto;
	border:1px solid #000;
}

#main .format tr { width:850px; }
/* list display styles */

table.list {
	background-color:	#808080;
	font-size: 0.9em;
}

th.list {
	background-color:	#888888; 
	color:				#FFFFFF; 
	padding-left:		2px;
	padding-bottom:		2px;
	font-weight:		bold;
}

tr.list_even {
	background-color:	#FFFFFF;
	vertical-align:		top;
	padding-left:		2px;
	padding-top:		1px;
	padding-bottom:		2px;
}

tr.list_odd {
	background-color:	#EEEEEE;
	vertical-align:		top;
	padding-left:		2px;
	padding-top:		1px;
	padding-bottom:		2px;
}

/* news styles */
#news {
  text-align:left;
	margin-top:2em;
}

.news_title {
	font-size:			12pt;
	font-weight: bold;
	color:				#3f3f3f;
	padding-bottom:		0px;
	padding-top:		10px;
}

.news_title a { 
	color:				#3f3f3f;
	text-decoration: none;
}

.news_title a:hover { 
	text-decoration: underline;
}

.news_date {
	color:				#a5c6bf;
	font-weight: bold;
	font-size:			12pt;
	padding-top:		10px;
}

.news_teaser {
	color:				#000000;
	font-size:			9pt;
}

.news_teaser a {
  color:#000000;
	text-decoration:none;
}

.news_teaser a:hover {
	text-decoration:underline;
}

.news_body {
	color:				#000000;
	font-size:			9pt;
}

.news_body a {
  color:#0060B6;
	text-decoration:none;
}

.news_body a:hover {
	text-decoration:underline;
}

.news_signature {
	color:				#888888;
	font-size:			9pt;
	padding-bottom:		10px;
}

.news_comment_body {
	color:				#000000;
	font-size:			9pt;
}

.news_comment_sig {
	color:				#888888;
	font-size:			9pt;
	border-top-width:	1px;
	border-top-style:	dashed;
	border-top-color:	#888888;
}

/* content styles */

.content_page_header {
	font-size:		12pt;
	font-weight:	bold;
	border-bottom:	1px solid #808080;
}

.content_section_header {
	font-size:		11pt;
	font-weight:	bold;
}

.content_subsection_header {
	font-size:		9pt;
	font-weight:	bold;
}

.content_green_text {
	color:		#007f00;
}

.content_red_text {
	color:		#7f0000;
}


/* home page headlines styles */

table.headlines {
	padding:			0;
	margin:				3;
}


.events {
  border:1px solid #8c8c8c;
	background: #dfecff;
	padding:0.4em 1em;
	width:190px;
}

.events2 {
	background: #dfecff;
	padding:0.4em 1em;
	text-align:left;
	text-align:center;
}

.events2 table { margin:0 auto; }

.events2 td { width:200px; padding:1em; }

.events img {
	width:160px;

}

.events .gr_thin {
  margin-left:2px;
	margin-top:-3px;
  border-left:1px solid #b0b0b0;
	height:100%;
}

.events .gr_thick {
  margin-left:2px;
	margin-top:-3px;
  border-left:3px solid #b0b0b0;
	padding-top:5px;
	height:100%;
}


.news_header {
	font-size: 1.7em;
	color: #034a67;
	font-family: Trebuchet MS, arial, sans-serif;
	font-weight: bold;
	margin-right:1em;
	border-bottom:	1px solid #808080;
	margin-bottom: 1em;
}

/* river words styles */

.r_header {
	font-size:		12pt;
	font-weight:	bold;
	border-bottom:	1px solid #808080;
	margin-bottom: 1em;
}
.r_header #share { float:right; margin-top:-1.2em; }

.r_header #share a { text-decoration:none; font-size:0.8em; } 
.river_name {
  font-weight:bold;
	font-size:1.6em;
	color:#014a67;
}
#exps {
  background:#bfd7d4;
	padding:1em;
	padding-top:0.5em;
	margin:1em 0em;
}

#exps .sub_title { color:#000066; }
#exps .sub_author { color:#333; }

.share td { padding-bottom:1em; }
.share .title { font-weight:bold; text-align:right; padding-right:0.3em; vertical-align:top; }

.exp_title_auth { font-size:1.1em; color:#014a67; }
.exp_title_auth .exp_title { font-size:1.3em; }
