﻿body, html {
	 margin:0px; 
	 padding: 0px;
	 background-image: url('../img/background.png');
	 background-repeat:no-repeat;
	 background-color:#b8b19d; /*c7c1a9; */ 
	 font-family: Georgia, Times New Roman, Serif;
	 font-size: 10pt;
	 line-height: 1.6em;
	 height: 100%
}

a {
	color: #0b576b; /* #0f7ca4; /*#fd8300;*/
	text-decoration: none;
}

a:hover 
{
	text-decoration:underline;
}

p {
	padding-top:0px; 
	margin-top: 0px
}

h2 
{
	font-size: 14pt;
	padding-top:0px; 
	margin-top:0px;
	color:#444;
}

h3 {
	color: #375B4E; /* #62A591;*/
	margin: 10px 0px 10px 0px;
	}

blockquote 
{
	margin-left:0px;
	padding-left: 40px;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	 }

div.indent {
	margin-left:5px; 
	padding-left:10px; 
	border-left:2px solid #721740;
}

.currentIssue 
{
	border-bottom: 1px solid #adadad;
	padding: 0px 15px 10px 25px;
	color: #666;
    line-height: 1.85em;
}
.frontIssue 
{
	border: 1px solid #b3b3b3;
	padding: 15px 15px 15px 15px;
	background: #e3e3e3;
	color: #333;
}

.collapsible { margin-bottom: 1em; }
.collapsible p { margin-bottom: 0px }
.abstract { margin-top: 8px; font-size:9pt;}
.collapseControl a {cursor: pointer; font-size:.8em; color: #375b4e}

.blogFeed {margin-bottom: 25px; border-bottom:4px solid #003a21}

.rss-box ul {padding-left: 0px; margin: 0px; }
.rss-box li {padding-bottom:auto; list-style-type:none;}
             
.rss-item {margin-bottom:10px; }
a.rss-item {color: #375B4E; font-weight:bold; margin-bottom:0px; font-size:14pt }
.rss-date {font-style: italic}

/* -- Body Panels -- */

#bodyPanel 
{
	margin: 0px auto;
	width:840px; 
	background-image:url('../img/shadow.png');
	min-height: 100%;
}

#pagePanel 
{
	margin: 0px auto;
	width:810px; 
	background:#fff; 
	border: 1px solid #666; 
	border-top-width: 0px;
	border-bottom-width: 0px;
	min-height: 100%;
}

#pageFrame {
	margin: 0px auto;
	width:780px; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999; 
	min-height: 100%;
}

#headerPanel {
	position: relative;
	height:200px
}

#headerPanel > div {
	position: absolute;
}

#headerBanner 
{
	top:0px; 
	left:0px; 
	height:170px; 
	width:780px; 
	background-image: url('../img/header_gradient.png');
	background-repeat: repeat-x;
	background-position: 0px -40px;
	background-color:#e4eee3;
	border-bottom: 10px solid #003a21;
}
	

#contentPanel {position:relative; padding-bottom: 25px;}

#sidePanel 
{
	width: 160px;
	float: left;
	margin: 0px 10px 0px 10px;
}

#navPanel 
{
	width: 110px;
	border: 1px solid #b4ceb3;
	padding: 10px 25px 10px 25px;
	margin-bottom: 15px;
	background: #e4eee3;
}

#navPanel a 
{
	font-family:Georgia, Times New Roman, Serif;
	font-weight:bold;
	font-size:11pt;
}

#smPanel 
{
	width:110px;
	}

#blogPanel 
{
	width: 140px;
	border: 1px solid #b3b3b3;
	padding: 10px 10px 2px 10px;
	margin-bottom: 15px;
	background: #e3e3e3;
	font-size: 11pt;
	color: #666;
}

#pastPanel select
{
	width: 110px;
}

#pastPanel 
{
	width: 110px;
	border: 1px solid #b3b3b3;
	padding: 10px 25px 10px 25px;
	margin-bottom: 15px;
	background: #e3e3e3;
	font-size: 11pt;
	color: #666;
}

#pastPanel select
{
	width: 110px;
}

#mainPanel {
	float: left;
	margin: 0px 10px 0px 10px;
	width:545px;
}

#footerPanel {
	clear:both;
	position:relative;
	text-align: center;
	font-size:8pt;
	color: #555;
	padding-bottom: 20px;
	padding-top: 20px;
}

#footerPanel a 
{
	text-decoration:none;
	color: #555;
}

#footerPanel a:hover
{
	text-decoration:underline;
	color: #0f7ca4;
}