/*
 * style sheet
 */


/*
 * no margins no padding
 * apply to html as well as body for safety
 * nb this does not fix the margins added by IE
 */

html, body  {
	margin: 0;
	padding: 0
}

/*
 *  default font and colour scheme;
 *  background-color was: consider:rgb(223,243,223);
 */ 

body {	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color:#def2d2;
	color: #000066;
}

/* increase leading for text but not for headings */

p { line-height:1.3em }
li { line-height:1.35em }

a:link	{color: #A52A2A }
a:visited	{color: #A52A2A }
a:hover	{color: #cd2222 }
a:active	{color: #A52A2A }

.email {	color: #b80c07;
	text-decoration: underline }

blockquote,q { font-style: italic;
	font-family: Georgia, 'Times New Roman', serif }

/*
 * define normal text weight
 */

address {	font-size: small;
	font-style: normal }

.copyright {
	font-size: x-small;
	font-style: normal }

/*
 * define heading styles
 */

H1, H2, H3, H4, H5, H6 { color: #000066 }

H1 {	font-size: xx-large;	font-weight: bold }
H2 {	font-size: large;	font-weight: bold }
H3 {	font-size: medium;	font-weight: bold }
H4 {	font-size: small;	font-weight: bold }
H5 {	font-size: x-small;	font-weight: bold }
H6 {	font-size: xx-small;	font-weight: normal }

H1 { 	font-family: "Times New Roman", Times, serif }

/*
 * special break for use with images and floats
 */

.clbr	{ clear: both}


/*
 * fix to prevent scrollbars - IE6 bug
 * http://noscope.com/journal/2004/02/horizontal_scrollbar_bug
 * overflow-y: scroll;
 */

html {
overflow-x: hidden
}

/*
 *  italics for publications and authors
 */

.pub {	font-style: italic;
	font-weight: normal }

.author {	font-style: normal }

/*
 *  background-color:LightSkyBlue  / color:Firebrick for download areas
 *  background-color:DarkForestGreen for highlight boxes
 *  background-color:?blue; color:IndianRed for offer
 */

.download {
	background-color: #c6d6e6;
	color: black;
	font-size: smaller }

.download2 {
	background-color: #c6d6e6;
	color: black;
	font-size: small
}

.contrast { color:red }

.highlight { background-color: #9FCD9F }

.offer {	background-color: #87CEFA;
	color: #B22222;
	font-weight: bold }

.book {	width:100px;
	border:0 }

/*
 *  margins for the first few pages - apply with div
 */

.addmargins {
	margin-left: 6%;
	margin-right: 6%;
	margin-top: 3% }

/*
 *  font switch for practitioner locator pages
 */

.serif {	font-family: Georgia, "Times New Roman", Times, serif }

ul { 	list-style-type:disc }

.innerlist { 	list-style-type:circle }

.course {	color: #CD5C5C;
	font-weight: bold }

.date {	color:#200099;
	font-weight: normal }

.person { 	font-weight: bold }

.back {	font-size: small }