/*
colours:
yellow #FCED00;
green #00A754;
blue #1e3686;
hover/active link #005b70;
*/
/*hide layout from browsers that can't handle it -ie NN4*/
@import url(layout.css);

    /*fonts and simple formatting*/

body {margin: 0; padding: 0; color: #000; /*small/1.6em*/ font: 0.8em/1.5em tahoma, arial, helvetica, sans-serif;
}
	 /*fonts*/

p li {font-size:100%; font-style:normal; margin-top:0; background-color : transparent;}
h1 {margin: 0 0 0.5em 0; background: transparent; font-size: 135%; color: #1e3686; line-height: 115%; padding-top: 0; }
h2 {margin: 0 0 0.3em 0; background-color: transparent; color: #1e3686; font-size: 120%; }
h3 {margin-top : 0; margin-left : 0; margin-right : 0; margin-bottom: 0.3em; background: transparent; color: #1e3686; font-size: 105%}
h4 {margin-top : 0; margin-left : 0; margin-right :0; margin-bottom:0.25em; background-color : transparent;  color: #1e3686;}
strong { color: #1e3686;}
a {color:#1e3686;}
a:hover {color: #005b70;}
img {border: none;}
  
  /*special formatting*/
  
  dt {color: #1e3686; background-color: transparent;}
  .top {text-align: right;}
/*journal*/
  .jqrefsource {font-style : italic;}

  acronym {text-decoration: underline;}
  
/*training*/

body#learning #links p {font-size: 80%}

/*publications*/
blockquote.pullquote {/*pullquote style borrowed from Adam Poselli: http://www.adampolselli.com/articles/pullaquote.php*/
float: right; width: 175px; margin: 10px 0 10px 15px; padding: 0; font: 16px/20px georgia, palatino, serif; color: #333; text-align: center; }

.box {border: 1px solid #cc9900; margin-left: 10%; margin-right: 10%; padding: 3px;}

/*join now box*/

.joinnow {
	border-right: 3px solid #00A754;
	border-left: 3px solid #FCED00;
	font-size: 130%;
	vertical-align: middle;
	text-align: center;
	width: 75%;
	height: 60px;
}

/*store stuff*/
table.orderinfo tr {vertical-align: top;}
table.orderinfo td {width: 30%;}

/*resources copyright and disclaimer*/
.infocopyright {font-size: 90%; margin-right: 10%; margin-left:10%}