﻿/* CSS layout */
body {
	background-color: #fff;
	background-image: url("../images/background.jpg");
	background-repeat:no-repeat;
	font-family: trebuchet ms, arial;
	font-size: small;
	text-align: center; /* Purely for nasty IE5 / 6 */
}
/***************************************************************/
/* The main container for everything - header, body and footer */
/***************************************************************/
#container {
	width:808px;
	margin: 16px auto 16px auto;
	text-align: left; /* Undoing the nasty IE5 hack for main body on */
}
/**********************/
/* Header             */
/**********************/
#header_body {
	/* specific sizing causes probs in IE6 */
	overflow: hidden;
	border: 0 #fff none;
	margin: 0;
	padding: 0;
}
#header_body img{
	margin: 0;
	padding: 0;
	border: 0px none #fff;
	float: left;
}
/****************/
/* Menu         */
/****************/
#menu {
	width: 800px;
	background-color: #475c77;
	text-align: center;
	overflow: hidden;
}
#menu ul {
	border-style: none;
	border-width: 0px;
	list-style-type: none;
	margin: 0 0 0 24px;
	padding: 0;
}
#menu li {
	float: left;
}
#menu a {
	color: #fff;
	text-decoration: none;
	padding: 5px 15px 5px 15px;
	display: block;
	text-align: center;
	letter-spacing: 3px;
}
#menu a:hover {
	background-color: #6aaed2;
	color: #000;
}

/**********************/
/* Content            */
/**********************/
#mainbody {
	margin: 0 8px 0 0; 
	padding: 15px 16px 15px 24px;
	background-color: #fff;
}
#RightCol {
	float: right;
	width: 210px;
	padding: 0 5px 0px 3px;
/*background-color: #FFF4D5;*/	background-color: #E6E6E6;
	overflow: hidden;
}
.RightColLinkImg {
	float: right; 
	border: 0px #fff none; 
}
#RightCol .maintext {
	font-family: trebuchet ms, arial;
	margin: 0 8px;
	font-size: 13px;
	color: #666;
	font-weight: normal;
}
#RightCol h2 {
	font-family: trebuchet ms, arial;
	color: #DF9202;
	text-indent: 8px;
	font-weight: bold;
	font-size: 14px;
	padding: 3px 0px 0px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
#LeftCol {
	float: left;
	width: 520px;
	background-color: #fff
}
#summise{
	clear:both;
	background-color: #fff;
	margin: 0;
	padding: 0;
}
/**********************/
/* Formatting         */
/**********************/
.maintext {
	font-family: trebuchet ms, arial;
	margin: 0;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 1px;
}
.contentheading {
	margin: 0px;
	color: #DF9202;
	text-indent: 0px;
	font-weight: bold;
	font-size: 18px;
	padding: 0px 0px 3px 0px;
	border-bottom: 2px dotted #CCCCCC;
}
h1, #hid {
	display: none;
}
h2 {
	font-family: trebuchet ms, arial;
	color: #DF9202;
	text-indent: 0px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #CCCCCC;
	/* don't meddle - IE fix */
	margin: 3px 0px 0px 0px;
	padding: 3px 0 0 0;	
}
h3 {
	font-family: trebuchet ms, arial;
	margin: 0;
	font-size: 13px;
	color: #666;
	text-indent: 0px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
.techbox {
	font-family: trebuchet ms, arial;
	margin: 0;
	font-size: 11px;
	color: #444;
	font-weight: normal;
	background-color: #ddb;
	padding: 5pt;
	border-width: thin;
	border-color: black;
	border-style: solid;
}
.contentsubheading {
	color: #DF9202;
	text-indent: 5px;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #CCCCCC;
}
.footnote {
	font-family: trebuchet ms, arial;
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
/*links of title,readon,etc*/
a, a:visited {
	text-decoration : none;
	color: #6BAACB;
	font-family: Trebuchet ms;
	font-weight: normal;
	border-bottom: 1px dotted #666;
}
a:hover {
	color: #000;
	font-family: Trebuchet ms;
	font-weight: normal;
}
/***************************/
/* Customised bullet lists */
/***************************/
ul.bullet {
	margin: 10px 0;
	padding: 0;
	padding-left: 40px;
	list-style: square;
	list-style-image: url("../images/vectorbullet.gif");
}
ul.bullet li {
	line-height: 20px;
	padding-left: 5px;
	padding-top: 0px;
}
ul.bullet li.sublist {
	font-family: trebuchet ms, arial;
	margin: 10;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	list-style: disc;
	list-style-image: none;
}
/**************************/
/* Publication formatting */
/**************************/
p.citation {
	font-family: trebuchet ms, Helvetica, sans-serif;
	margin: 0;
	font-weight: normal;
	font-size: 11px;
}
p.citation-abs {
	font-family: trebuchet ms, Helvetica, sans-serif;
	margin: 0;

	color: #fff;
	font-size: 13px;
	background-color: #446;
	padding: 6px;
	border-width: 3px;
	border-color: #ccc;
	border-style: solid;
}
.bib-emph {
	font-style: italic;
}
.bib-title {
	font-weight: bold;
}
.bib-volume {
	font-weight: bold;
}
p.bib-abs-title {
	font-family: trebuchet ms, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #446;
	background-color: #ccc;
	border-bottom: 2px dotted #ccc;
	padding: 0px 6px 0px 6px;
}
p.bib-abs-text {
	font-style: normal;
	font-size: 13px;
	color: #666;
	margin:0;
	padding: 0px 6px 4px 6px;
	border-bottom: 2px dotted #ccc;
}
.paperbox {
	font-size: 10px;
	background-color: white;
	margin-top: 12px;
	padding: 4px;
	clear: both;
}
.paperbox h3 {
	font-size: 14px;
	color: #DF9202;
	padding-top: 8px;
	padding-left: 6px;
}
.paperbox img{
	float:right;
	margin: 0 0px 0 0px;
	padding: 3px 10px 0 5px;
}
/**********************/
/* Footer             */
/**********************/
#footer_left{
	float: left;
	/*height:35px;
	width:24px;*/
}
#footer_body {
	height: 35px;
	/*width: 752px;*/ /* causes probs in IE6 */
	/*background-color: #475c77;*/
	overflow: hidden;
	vertical-align:middle;
}
.footertext {
	font-family: trebuchet ms, arial;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-align:center;
}
#footer_right{
	float: right;
}
#footer_body img{
	margin: 0;
	padding: 0;
	border: 0px none #fff;
	float: left;
}