


/************************************************************
 BASIC STRUCTURE
 */



/************************************************************
 MAIN CONTENT
 */

div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content p,
div.content li,
div.content table,
div.content iframe {
	margin-left: 20px;
	margin-right: 20px;
}
div.row-2b div.content p {
	margin-right: 10px;
}


div.content ol,
div.content ul {
	margin-bottom: 1em;
	margin-left: 2em;
}

div.content blockquote {
	margin: 0 0 0 5px; 
}
div.row-2 div.content table.full {
 	/*  */
    width: 460px;
    margin-bottom: 1em;
}
div.row-2 div.content table.valign-bottom td {
    vertical-align: bottom;
}
div.content iframe {
	margin-bottom: 1em;
}

div.content h1 {
	color: #000000; 
	margin-top: 0;
	padding-top: 0.5em; 
	margin-bottom: 0.75em; 
	line-height: 1.25em; 
}
div.content div.manuscript h1 {
	/*  */
	margin-top: 0.6em;
}
div.content h2 {
	color: #A18937;   
	margin-top: 0;
	padding-top: 0.9em; 
	margin-bottom: 0.45em;
	line-height: 1.2em; 
}
div.content.entries h2 {
	margin-top: 1em;
}
div.content h2.first {
	padding-top: 0;
}

div.content h2 a {
	color: #000;   
	text-decoration: none;
}
div.content h2 a:hover {
	color: #5C220F;    
	text-decoration: underline;
}

div.content h3,
div.content h4,
div.content h5 {
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.25em;
}

div.content p,
div.content li {
	line-height: 1.5em; 
}
div.content li p {
	margin-left: 0;
	margin-right: 0;
}


/*/*/a{}
div.content div.hr {
	margin-left: 20px;
	margin-right: 20px;
	border-top: 2px solid #CDBFB1;
}
/* */



div.content .manuscript {
	font-family:Times New Roman,Arial, Helvetica, sans-serif;
}
div.content div.manuscript h2 {
	margin-top: 1.438em; 
	margin-bottom: 0.0625em; 
	line-height: 1.438em; 
}
div.content .manuscript p,
div.content .manuscript li,
div.content .manuscript th,
div.content .manuscript td {
	line-height: 1.769em;
}



/* Hover tips */
div.tip {
	position: absolute;
	z-index: 100;
	text-align: left;
	width: 316px;
  background-color:#f8f8f2;
	background: url("../images/tip_bg_top.png") top left no-repeat;
	padding: 10px 0 0 0;  
   
}
div.tip div.tip-inner {
	background: url("../images/tip_bg_bottom.png") bottom left no-repeat;
	padding: 0 0 18px 0;  
}
div.tip h3 {
	line-height: 1.333em; 
	margin: 0;
	padding: 0 19px 0 19px;
	width: 278px;
}
div.tip p {
	line-height: 1.333em; 
    background-color:#f8f8f2;  
	margin: 2;
	padding: 2px 15px 2px 15px;    
	width: 278px;
    border:1px solid #6a2109; 
    text-decoration:none;color:black;	
	font-weight:500;
}

div.tip-image {
	width: 426px;
	background-image: url("../images/tip-image_bg_top.png");
}
div.tip-image div.tip-inner {
	background-image: url("../images/tip-image_bg_bottom.png");
}
div.tip-image img {
	float: right;
	padding: 0 19px 0 0;
}
div.tip-image h3,
div.tip-image p {
	padding-right: 0;
}


div#tab-bg {
	background-image: url("../images/tip-image_bg_top.png");
	width: 1px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -1000px;
}
div#tab-bg span {
	background-image: url("../images/tip-image_bg_bottom.png");
}


