@charset "utf-8";
/* CSS Document */

body{
background-color:#000000;
}

/* Centres the div with the id 'global' */
#global{
position:absolute;
left: 50%;
width: 902px;
margin-left: -451px; /* half of the width */ 
top: 10px;
}

/* Attributes of the div containing the menu */ 
.menubackground{
	position:absolute;
	left:0px;
	top:130px;
	width:900px;
	z-index:100;
	background-color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

/* The main text used on the site. */
.normaltext{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#FFFFFF;
	position:absolute;
	top:179px;
	left:186px;
	width: 530px;
	height:auto;
	text-align:justify;
}

/* The text used for subtitle sentences. */
.boldsentencetext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-weight:bold;
color:#FFFFFF;
text-align:justify;
}

/* The text used for audio titles. */
.audiotitletext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
color:#FFFF00;
text-align:left;
}

/* Any italic text within normal text. */
.italictext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#FFFFFF;
text-align:justify;
}

/* Yellow italic for when Ruth writes. */
.italictextyellow{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#FFFF66;
text-align:justify;
}

/* For captions. */
.captiontext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#000000;
position:absolute; 
}

/* For titles at the top of each page. */
.titletext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-style:normal;
font-weight:bold;
color:#FFFFFF;
}

/* For subtitles within main text on a page. */
.subtitletext{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:normal;
font-weight:bold;
color:#FF3366;
}

/* For blue text on a page. */
.smallerbluetext{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:bold;
color:#3333FF;
}

/* For the whiteboard title. */
.wbtitletext{
font-family:"Courier New", Courier, monospace;
font-size:15px;
font-style:normal;
font-weight:bold;
color:#990000;
}

/* For whiteboard subtitles. */
.wbsubtitletext{
font-family:"Courier New", Courier, monospace;
font-size:14px;
font-style:normal;
font-weight:bold;
color:#CC6600;
}

/* For whiteboard subtitles. */
.wbtext{
font-family:"Courier New", Courier, monospace;
font-size:11px;
font-style:normal;
color:#000000;
}

/* For normal text within a table. */
.tablenormal{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#FFFFFF;
text-align:center;
}

/* For italic text within a table. */
.tableitalic{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:italic;
color:#000000;
text-align:center;
}

/* For key text within a table. */
.tableimportant{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:bold;
color:#990000;
text-align:center;
}

/* For large bold text within a table. */
.tablebold{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-style:normal;
font-weight:bold;
color:#000000;
text-align:center;
}

/* For small bold text within a table. */
.tableboldsmall{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-weight:bold;
color:#000000;
text-align:center;
}

.linkstext{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
color:#0000FF;
text-decoration:underline;
}

a.comments:link{
color: orange; 
text-decoration: none; 
}

a.comments:visited{
color: orange; 
text-decoration: none; 
}

a.comments:hover{
color: orange; 
text-decoration: underline;
}

a.comments:active{
color: orange;
} 


