/****************************************************************
   Cascading Style Sheets (CSS) file for my Dawson web site 
   by George Mack 
   updated October 4 2006
   update November 11 2008 to add table centering by CSS
   update November 13 2008 
     - changed background and heading colours,
     - added padding to centred table
	 - updated title graphic
		NB title graphic lettering = Comic Sans 24pt normal
   update August 25 2009 to add centre class to td element,
        move sked table background colour coding to CSS file
 ***************************************************************/
html { 
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
/* NB link styles must occur in the following order for them to work properly: 
          link, visited, hover, active */
a:link {
	color: blue;
	background-color: #FFFFFF;
}
a:visited {
	color: #000099;
	background-color: #FFFFFF;
}
a:hover, a:active {
	color: #990099;
	background-color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	color: black;
}	
h1 {
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 16pt;
	color: #000066;
	text-align: center; 
}
h2 {
	font-family: 'Comic Sans MS', Arial, sans-serif;
	font-size: 14pt;
	color: #000066;
	text-align:center; 
}
h3 {
	font-weight: normal;
	color: #000066;
}
h4 {
	font-weight: normal;
	color: #000066;
}
table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	height: auto;
}
table.centre{
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
}
table.blueback{
	background-color:#CCEEEE;
}
td.centre {
	text-align: center;
}

table.varwidth{ /* this is just an example, width could be changed to suit */
	width:70%; margin-left:15%; margin-right:15%;
}
td {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
}
p {
	margin-left: 5%;
	margin-right: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.Arial_style {
	font-family: Arial, Helvetica, sans-serif;
}
.colorblue {
	color: blue;
	background-color: #FFFFFF;
}
.colorblack {
	color: black;
	background-color: #FFFFFF;
}
.fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.td_classroom {
	text-align: center;
	vertical-align: middle;
	background-color: #99FF99;
	color: black;
}
.td_officehours {
	text-align: center;
	vertical-align: middle;
	background-color: #FFCC99;
	color: black;
}
.td_meeting {
	text-align: center;
	vertical-align: middle;
	background-color: #CC99FF;
	color: black;
}
ul {
	margin-left: 5%;
	margin-right: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-width: 0;
}
ul li {
	margin-top: 6pt;
	margin-left: 20px;
	list-style-position: outside;
/*	list-style-image: url(../images/point.gif); */
	margin-bottom: 0px;
	padding: 0;
	margin-right: 0px;
}
ol {
	margin: 0px 5%;
	padding: 0px;
	border: 0px;
}
ol li {
	list-style-position: outside;
	margin-top: 0pt;
	margin-bottom: 6pt;
	margin-left: .25in;
}
.strikeout {
	text-decoration: line-through;
	background-color: #CCCCCC;
	color: black;
}
.flash_text {
	text-decoration: blink;
	background-color: #CC99FF;
	font-weight: bold;
}.blue_bkgd_text {
	background-color: #99FFFF;
}
.medium_text {
	font-size: medium;
}
