/* 
WEBSITE: Can you spot lymphoma
---------------------
AUTHOR: Mark Scholey
---------------------
DATE CREATED: 10/09/07
---------------------
Generic.css
Provides generic styles that are included on every page regardless of section

*/
BODY		{margin:0px 0px 0px 0px; padding:20px 0px 0px 0px; font-family: Verdana, Arial, Sans-Serif; font-size:100%; text-align: center; background: url(page-back.jpg); background-position:top center; background-repeat: repeat-y; background-color: #BFE8F8; }

/*markup styles*/
p		{ text-align:left; margin:0px 5px 0px 5px; padding: 0px; color:#000000; font-weight:normal; font-size:80%;}
h1		{ text-align:left; margin:10px 5px 0px 15px; padding: 0px; color:#004684; font-weight:normal; font-size:240%; font-family: Georgia, "Times New Roman", Serif;}
h2		{ text-align:left; margin:10px 5px 0px 15px; padding: 0px; color:#004684; font-weight:normal; font-size:200%; font-family: Georgia, "Times New Roman", Serif;}
h3		{ text-align:left; margin:10px 5px 0px 15px; padding: 0px; color:#004684; font-weight:normal; font-size:150%; font-family: Georgia, "Times New Roman", Serif;}
a 		{ text-decoration: underline; color: #C93092; font-weight: normal;  }
a:hover	{ text-decoration: underline; color:#000000; font-weight: normal; }
.boldMe		{font-weight:bold;}

/* 
This holds all the content centred in the page, but aligned left
*/

#holder			{ margin: 0 auto; width: 770px; height:auto; text-align: left; display: table;}
#pageContent	{ margin: 0 auto; width: 770px; text-align: center; }
#pageHeader		{ margin: 0 auto; width: 770px; height: 125px; margin: 0px;  }

/* 
This holds all the body copy it's been split up to make the design work
*/
#contentWrap	{ margin: 0 auto; width: 770px; text-align: center; clear:both; padding:0px 0px 0px -50px; }
#pageFooter 	{ clear:both; width: 770px; margin: 0px;}

#pageFooter ul 		{margin-top:70px;}
#pageFooter ul li	{ list-style-type:none; display:inline; font-size:70%; padding: 0px 0px 0px 0px;}
.footer 			{ margin: 0px 20px 0px 20px; font-size:60%;  padding: 0px 0px 20px 0px; text-align:center; }
#pageFooter a 		{ color: #FF6666;}
#pageFooter a:hover 	{ color:#000;}
#pageFooter p 	{ color:#666; margin: 0px 20px 0px 20px;}
#pageFooter ol li 	{ color:#666; margin: -10px 20px 10px 25px;}
.referenceList { text-align:left; font-size:70%; margin: 0px 0px 0px 20px; padding:0px;}
.references		{font-size:70%; padding: 0px 0px 0px 20px;}



.accessibility			{ display:none;}








