﻿@charset "utf-8";

#header {
	text-align: center;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	font-weight:bold;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

#header h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold;
	color : #CC0033;
	line-height : normal;
	text-align : left;
	padding: 0px;
	margin: 0px;
}


#left {
	float: left;
	width: 140px;
	display: inline;
}

#left_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 140px;
	color: #336600;
	background-color: #FFFFFF;
}

#left_nav a {
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

#left_nav a:active {
	text-decoration: none;
}

#left_nav a:hover {
	text-decoration: underline;

}


#left_nav p {
	color: #FFFFFF;
	text-align: left;
	padding: 5px;
	margin: 0px;
	background-color: #000099;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

#left_nav ul {
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}

#left_nav ul li {
	color: #000000;
	list-style-type:none;
	text-decoration:none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: normal;
	text-align: left;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
}

#authors {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #505050;
	width: 170px;
	background-color: #ffffff;
	font-size: 11px;
}

#maincontent_fp {
	font-size: 14px;
	padding: 20px;
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#maincontent {
	font-size: 14px;
	padding: 20px;
	margin: 0 0 0 140px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#backpage {
	text-align: left;
	padding: 11px;
	font-weight: bold;
	font-size: 14px;
}

#backpage a {

}

#nextpage {
	text-align: right;
	padding: 11px;
	font-weight: bold;
}

#nextpage a {

}

#maincontent h2, #maincontent_fp h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000099;
	padding: 0px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#maincontent h3 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}

#maincontent h4 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: left;
	font-style: normal;
	color: #000000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pic_table
{
	margin: 5px;
	border: 1px solid #CCCCCC;
}

.pic_table, .pic_table a {
	color: #336600;
	font-size: 12px;
	background-color:#F5F5DC;
}

.pic_table p img {
	border: 1px solid #ebe7e4;
}

.pictcaption {
	padding: 2px;
	font-family : Arial;
	font-size : 9px;
	font-style : normal;
	color: #274358;
	font-weight: bold;
	clear: both;
}
