body {
    background: #448d44;
    font-family: Georgia, Helvetica, serif;
    color: white;
	padding: 0px 333px 0px 333px;
	text-align: center;
}
body a:hover {
	color: black;
	/*color: #6361fe;*/
}

#stretch {
	margin: 0 auto 0 auto;
	padding: 0px 0 0px 0;
	width: 62%;
}

/* standard-compliant version */
#container {
	background: white;
	margin: 0 -333px 0 -333px;
	position: relative;

}
* html #container {
	margin: 0 -666px 0 0;
	float: left;
	left: -333px;
}

#wrapper { 
	width: 100%; 

} /* helps IE get the child percentages right. */

#main {
	float: left;
	width: 100%;
	text-align: left;
    padding-top: 2px;
    color: black;
	border: 2px solid black;
	background: url(../images/col-bg.gif) repeat-y -175px;
	min-height: 560px;
}

#two_column_wrapper {
	float: left;
	width: 72%;
}

#content {
	margin-top: -4px;
	margin-left: 120px;
	margin-right: -33px;
	min-height: 500px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 1px;
/*	border-top: 2px solid black; 
	border-left: 2px solid black;
	border-right: 2px solid black;*/
	background: white url(../images/logo_faded.gif) no-repeat fixed center;
}

#header {
	margin-top: 0px;
	height: 85px;
	background-color: #003300;
	width: 100%;
	border-top: 2px solid black;
	border-right: 2px solid black;
	border-left: 2px solid black;
}    

#content {
	color: black;
}
#content img {
	padding: 5px;
	border: 1px solid black;
}
#main p {
	line-height: 1.3;
	margin-top: 5px;
}
#main p sub {
	line-height: 0;
}
#main p sup {
	line-height: 0;
}
#main h1 {
	font-size: 18pt;
	text-align: center;
	padding-top: 5px;
}
#main h2 {
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}
#main h3 {
	font-size: 1.2em;
    padding-bottom: 0px;
    /*margin-bottom: -5px;*/
}
#main h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#main ul {
	margin-top: 5px;
}
#editors {
	background-color: #003300;
	color: white;
	float: left;
	width: 150px;
	padding-left: 8px;
	border-top: 2px solid #003300;
	border-bottom: 2px solid #003300;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
}
#editors img {
	border: none;
}
#editors ul {
	list-style: none;
	margin-top: 2px;
	font-size: 10pt;
}
#editors ul li {
	margin-left: -20px;
	margin-bottom: 2px;
}
#editors p.editor {
	font-weight: bold;
	font-size: .9em;
	margin-left: 0px;
	margin-bottom: -5px;
}
#editors p.associate {
	font-weight: bold;
	font-size: .9em;
	margin-left: 0px;
	margin-bottom: -5px;
}
#editors a {
    color: white;
    text-decoration: none;
}
#recent_papers {
	/*float: left;*/
	width: auto;
	margin-left: 175px;
	background-color: white;
	margin-top: 2px;
}
#about {
	float: right;
	width: 26%;
	margin-top: 2px;
	margin-right: 10px;
}
/* Start Mac IE5 filter \*/
#editors, #recent_papers, #about
	{
	/*padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;*/ 
	}
/* End Mac IE5 filter */
#wrapper
	{
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
#wrapper
	{
	float: left;
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
.section {
	margin: 7px 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: 2px solid black;
	background-color: #edffef;
	border-style: outset;
	font-size: 90%;
}
.section p {
	margin-bottom: 0px;
}
.section h3 {
	margin: 5px 0;
}
.section li {
	margin-bottom: 5px;
}
.section a {
	color: #007600;
	text-decoration: none;
}
.section a:visited {
	color: #007600;
	text-decoration: none;
}
.section a:hover {
	color: #007600;
	text-decoration: underline;
}
.section ul {
	list-style-type: none;
	margin-left: -10px;
}
.section form {
	overflow: hidden;
}
.section_header {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 -5px 5px -5px; 
	margin-right: -5px; 
	padding: 5px;
	border-bottom: 1px solid black;
	background: url(../images/header_bg.jpg) repeat;
}
#search_form {
	text-align: center;
	padding-top: 0;
}
* html p#search_form {
	margin-top: -10px;
}
* html div#google_img {
	padding-bottom: 12px;
}
#header_right a {
	color: white;
}
#footer {
	font-size: 70%;
	color: white;
	background-color: #003300;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	text-align: center;
	padding: 5px;
	clear: both;
}
#footer p {
	margin-top: 0;
	margin-bottom: 2px;
}
#footer a {
	color: #56a259;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#tagline {
	font-size: 8pt;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute; 
	left: 75px; 
	top: 25px
}
.featured_paper {
	background-color: white;
	border: 1px solid gray;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.featured_paper a {
	margin-bottom: 10px;
}
.featured_paper img {
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid black;
}
.featured_paper #blurb {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 90%;
}
.authors {
	margin-left: 7px;
	margin-top: 5px;
	font-size: 90%;
	font-style: italic;
}
ul {
	list-style: none;
    margin-left: 0;
    padding-left: 2em;
    /*text-indent: -2em;*/
	list-style-type: disc;
}
h4 {
    margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}
h5 {
    margin:0;
    font-size: 12pt;
}
p {
    margin-bottom: 1.33em;
}
a:visited {
    color:#660099;
    text-decoration:underline
}
