/* Generic Selectors */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11pt;
font-weight: normal;
line-height: 130%;
color: #000000;
background-color: #ffffff;
margin: 5%;
}

ul {
margin-top: 0;
}

li {
margin-top: 0;
}

h1 {
clear: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 2em;
font-weight: bold;
line-height: 1em;
color: #000000;
}

h2 {
clear: left;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: bold;
color: #000000;
}
 
p.question {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #000000;
}

p.answer {
}

p.screenonly {
display: none;
}

p#footernav {
display: none;
}

.inpagenav {
display: none;
}

ul.faqcontents {
list-style: decimal outside;
}

.faqcontents a:link, .faqcontents a:visited {
text-decoration: none;
}

.image {
margin-right: 1em;
float: left;
}

/* Contents of Course table layout */

.course td {
vertical-align: top;
padding: 5px;
}

.course td.header {
font-weight: bold;
border-bottom: 1px solid black;
}

/************************* ID's *************************/

#centreDoc {
float: none;
background-color: #ffffff;
}

/**************** Navigation ID ************/

#navcontainer {
float: none;
display: none;
}

a:link, a:visited {
text-decoration: underline;
font-weight: bold;
color: #000000;
}

img.photoleft {
float: left;
position: relative;
margin-right: 50px;
margin-bottom: 50px;
clear: both;
}

img.photoright {
float: right;
position: relative;
margin-left: 10px;
margin-right: -6em;
margin-bottom: 10px;
clear: both;
}

/* Lesson formatting */

.lessonhead {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: bold;
line-height: 1.5em;
color: #000000;
}

.lessonsubject {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.5em;
font-weight: bold;
line-height: 1.5em;
color: #000000;
}

.lessonauthor {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em;
font-weight: bold;
line-height: 1em;
color: #000000;
}

