body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#fff;
	color:#000;
	margin:0px;
	padding:0px;
}
p  {font-size:0.8em;}
blockquote  {font-size:0.8em;}
fieldset{border:none;}

.main {
	margin: 0 15px 15px 15px;
	min-height: 185px; /* not in IE/Win */
}
/* Hides from IE5-mac \*/
* html .main {height: 200px;} 
/* for IE/Win only as IE bug will allow this to auto expand and end IE5-mac hide */
.bottom {
	margin: 0 15px 15px 15px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}


/*for use of elements with background colour = red*/
.backgroundred {
	background-color: #900;
}
/*for use of elements with background colour = black*/
.backgroundblack {
	background-color: #000;
}

/*format for secondary navigation and functionality links at top of page content*/
p.secondarylinks {
	font-size:0.75em;
}

.border {
	width:585px;
	border-bottom:1px #900 solid;
	padding-bottom:10px;
}

p.linkonright {
	font-size:0.7em;
	float: right;
	margin-top: -18px;
	margin-right: 0px;
}

h1 {
	font-size: 1.4em;
	color: #900;
	margin-top: 13px;
	margin-bottom: -6px;
	letter-spacing: 1px;
	padding-bottom:5px;
	border-bottom:1px #900 solid;
	width:585px;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	letter-spacing: 1px;
	margin-top: 23px;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	letter-spacing:1px;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

a:link, a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fff;
	background-color: #069;
	text-decoration: none;
}

a:link.bold, a:visited.bold, a:hover.bold, a:active.bold {
	font-weight: bold;
}

hr{
	color:#000;
	height:1px;
	margin-top:15px;
	width:300px;
	margin-left:0px;
}

/*styles for navigation links*/

/*utility nav (help, site map)*/
#utility {
	color: #fff;
	font-weight: bold;
	font-size: 0.7em;
	margin-left:6px;
}
#utility a:link, #utility a:visited {
	color: #fff;
	text-decoration: underline;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:6px;
}
#utility a:hover, #utility a:active {
	color: #fff;
	background-color: #069;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	margin-left:6px;
}


/*main left-hand nav links*/
.mainnav {
	background-color: #900;
	color: #fff;
	font-size: 0.7em;
	line-height: 1.3em;
	width: 148px;
}
.mainnav a:link, .mainnav a:visited  {
	font-weight: bold;
	color: #fff;
	width: 148px;
	display:block;
	padding: 0.3em 0 0.55em 0;
}
.mainnav a:hover, .mainnav a:active {
	color: #fff;
	background-color: #069;
}

/*ilc left-hand nav links*/
.backgrnd {
	font-size:1px;
	height:13px;
	background-color: #000;
}

/* common table layout */
table.layout {
	width:585px;
	font-size: 0.8em;
}

/*button style used for all 'search' button*/
.selectbutton, .selectbuttonintable {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	width: 5.8em;
	height: 1.8em;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 10px 0px 10px 0px;
}
.selectbuttonintable {
	width: 5.8em;
	height: 1.8em;
	font-size: 1em;
}
/*submit button on mailing list*/
.search a:link,.search a:visited,.search a:hover,.search a:active {
	color: #fff;
	background-color:#069;
	border: 1px solid #033;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding: 0.2em 0.8em;
	text-align: center;
	width: 4em;
}
/*styles for formatting lists*/
ul {
    list-style: square url(../images/bullet.gif);
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 4px;
    padding-top: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}	
ul.indent {
	list-style: none;
	list-style-image: none;
	margin-left: 10px;
	margin-top:0em;
	font-size: 1em;
	line-height:1.25em;
	padding-left: 0;
}

ol {
    font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 4px;
    padding-top: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}

/* styles for citation page in infoCentre */
cite {
	font-style: normal;
	margin-left: 40px;
	margin-top: 15px;
	text-indent: -40px;
	font-size: 0.8em;
	display: block;
}

/*styles for subscription info page*/
table.subsinfo{
	width:585px;
	font-size:0.8em;
	border: 1px solid #900;
}
th.subsinfo {
	border-bottom: 1px solid #900; 
}
th.collection{
	font-weight: normal;
	text-align:left;
}
.dark {
	background-color: #F8D6D6;
	}
.light {
	background-color: #fff;
}
.tabletitle {
	font-size:1.2em;
}

/*COUNTER stats*/
#stats table{
	font-size:0.8em;
}
/*User stats*/
#userstats th{
	font-size:1em;
}

/*misc text formatting*/
.small {
	font-size:0.86em;
}
.smaller{
	font-size: 0.8em;
}
.skiplink {
position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;
}
p.small {
	font-size:0.7em;
}
.right {
	text-align: right;
}
 #skip a {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
 	left:0px; 
 	top:-500px; 
}
#skip a:active, #skip a:focus {
	position: absolute;
	overflow: visible;
	width: auto;
	height: auto;
	background-color: #fff;
	color: #069;
	top: 5px;
	left: 5px;
	padding: 5px;
	border: 1px solid #069;
	font-weight:bold;
	font-size:0.8em;
}
.hiddentext{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
}

/* PQ Next Text styles for jnl pages */
.textMediumBold {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:80%;
	font-weight: bold;
	}
.textMediumItalic {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:80%;
	font-style: italic;
	}
.textSmall {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:75%;
	}
.textReallySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40%;
	}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight: bold;
	}



/*styles for display of footer text*/
.footer{
	font-size: 0.8em;
	padding:15px 0;
	width: 615px;
	margin-left:148px;
}
.footercontents{
	font-size: 0.6em;
	padding-top:20px;
	border-top: 1px #900 solid;
	width: 585px;
}
.version {
	font-size: 0.8em;
	vertical-align: top;
}



