/*
	Created by R3D Systems Limited
	  
*/
body {
	margin: 0px 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	background: #e3e3e3;
}

a:link {
	color:#b7060b; 
	text-decoration: none;
}
a:visited {
	color:#b7060b; 
	text-decoration: none;
}
a:active {
	color:#b7060b; 
	text-decoration: none;
}

a:hover {
	color:#000; 
	text-decoration: none;
}

img { 
	border: 0px;
	padding: 0px; 
}

#wrapper { 
	margin: 0px auto;
	padding: 0px;
	width: 973px;
	background: #fff;
}
#header {
	margin: 0px 0px 0px 0px;
	width: 973px;
	float: left;
	padding: 0px;
	border: 0px solid #fff;
	height: 109px;
	background: #fff url(banner.png);
	background-repeat:no-repeat;
}
#navigation {
	float: left;
	width: 973px;
	padding: 0px;
	margin: 0px;
}
#leftcolumn { 
	margin: 0px;
	padding: 0px;
	width: 18%;
	float: left;
}
#rightcolumn { 
	float: right;
	border: 0px solid #000;
	margin: 0px;
	padding: 0px 11px 0px 15px;
	width: 79%;
	display: inline;
	position: relative;
}

#footer {
	display: block;
	clear: both;
	width: 100%;
	padding: 6px 0px 6px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 1px dotted #b7060b;
	text-align: center;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

/* Overall Navigation */
ul#tabnav {
	text-align: left;
	margin: 0 0 1em 0; 
	font-size: 14px;
	list-style-type: none;
	padding: 6px 0px 6px 10px;
	background: url(nav_bg.png);
	background-repeat:repeat-x;
}

ul#tabnav li { 
	display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6 { 
	background: url(nav_hover.png);
	background-repeat:repeat-x;
	padding: 10px 3px;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a { 
	color: #000; 
}

ul#tabnav li a { 
	padding: 0px 10px 6px 10px; 
	color: #fff; 
	margin-right: 0px; 
	text-decoration: none;
}

/* Left Column */
.lft_title {
	margin: 0px 0px 10px 20px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #b7060b
}

#leftcolumn .more {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px;
	font-weight: bold;
	font-size: 10px;
}

.article {
	margin: 0px 0px 10px 20px;
	padding: 10px 5px;
	font-size: 12px;
	background: #ccc;
}

.article .title {
	margin: 0px 0px 2px 0px;
	font-weight: bold;
	font-size: 14px;
	text-transform:capitalize
}

.article .date {
	margin: 0px 0px 2px 0px;
}

.article .summary {
}

.affiliations {
	margin: 0px 0px 10px 20px;
	padding: 10px 5px;
}
.affiliations img{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px;
}

/* Right Column */
#rightcolumn p {
	margin: 0px 0px;
	padding: 0px 25px;
	text-align: justify;
	line-height: 175%
}

#rightcolumn li {
	margin: 20px 0px;
	padding: 0px 25px 0px 5px;
	text-align: justify;
	line-height: 175%
}

#rightcolumn h2 {
	font-size: 18px;
}

#rightcolumn h1,h2,h3,h4,h5,h6,h7 {
	padding: 10px 20px 0px 20px;
	margin: 10px 2px;
}

#rightcolumn img {
	margin: 0px 10px;
}

#rightcolumn .inserts {
	margin: 10px 25px 0px 25px;
}

.articles_box
{
	margin: 0px 0px 20px 0px;
	padding: 0px 40px;
}

.articles_box .title {
	margin: 0px 0px 8px 0px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px dotted #b7060b;
	text-transform:capitalize
}

.articles_box .author_date {
	margin: 0px 0px 6px 0px;
	font-weight: bold;
	font-size: 12px;
}

.articles_box .summary {
	text-align: justify;
	line-height: 175%;
	font-size: 13px;

}

.articles_box .filename {
	text-align: right;
	font-size: 14px;
}

/* Page Makeup */
#columnTwo {
	float:left;
	width:50%;
}

#columnThree {
	float:left;
	width:33%;
}

/* Tables */
table {
	margin: 0px auto;
	padding: 10px;
	text-align: center;
}

/* jQuery Setup */
#refined_preview {
	color: #b7060b;
}

#refined_full {
	display:none;
}

/* Other Styles */
dt {
	padding: 0px 25px;
	font-weight: bold;
	font-size: 14px;
	line-height: 175%;
}

dd {
	margin: 5px 0px;
	padding: 0px 25px;
	line-height: 175%;
	text-align: justify;
}
