/* Begin Typography & Colors */

body {
	font-size: 65%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-weight:normal;
	line-height:normal;
	}
	
#page {
	background-color: #EEEEEE;
	border: none;
	margin:0 auto;
	}
	
#header {
	height: 170px;
	background-image:url(images/headerplain.jpg);
	}
	
#leftcolumn {
	line-height: 2.1em;
	}

#rightcolumn {
	line-height: 1.8em;
	}

	
h1, h3, h4, h5 {
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-weight:normal;
	}
	
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	}

h1 {
	font-size: 1.6em;
	font-weight:lighter;
	color:rgb(102,102,102);
	text-align: left;
	line-height: 1.3em;
	}

h1 a, h1 a:link, h1 a:visited, h1 a:active {
	text-decoration: none;
	color: #666666;
	}

h2 {
	color:rgb(102,102,102);
	font-size: 1.4em;
	display:inline;
	line-height: 1.4em;
  	}

h2.author {
	font-size: 1.2em;
	color:rgb(36,188,232);
	}
	
h2.small {
	font-size: 1.1em;
	color: rgb(153,153,153);
	}

h3 {
	font-size: 1.3em;
	display:inline;
	}

h3.currentpage {
	color:rgb(36,188,232);
	text-decoration: none;
	border-width: 1px;
	border-color: rgb(153,153,153);
	border-style: none none dotted none;
	}

h3 a, h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
	color: rgb(153,153,153);
	}

h3 a:hover {
    color: rgb(36,188,232);
	text-decoration: none;
	border-width: 1px;
	border-color: rgb(153,153,153);
	border-style: none none dotted none;
	}
		
h4 {
	font-size:1.2em;
	font-weight:normal;
	color:rgb(102,102,102);
	line-height:1.5em;
	display:inline;
	}
	
h4.light {
	font-weight:100;
	}
	
h4.contact {
	color:#FFFFFF;
	font-weight:100;
	}
	
h4.coursedetails {
	color: rgb(36,188,232);
	line-height:2.4em;
	}
	
h4 a, h4 a:link, h4 a:visited, h4 a:active {
	text-decoration: none;
	color:rgb(102,102,102);
	}
	
h4 a:hover {
	color: rgb(36,188,232);
	border-width: 1px;
	border-color: #000000;
	border-style: none none dotted none;
	font-weight:100;
	}

h5 {
	font-size:0.95em;
	font-weight:bold;
	color:rgb(51,51,51);
	line-height:1.6em;
	display:inline;
	}
	
.strongcyan {
	font-weight:bold;
	color:rgb(36,188,232);
	}
	
.cheque {
	font-size: 1.4em;
	font-weight:bold;
	color:rgb(36,188,232);
	}
		
.cyan {
	font-weight:normal;
	color:rgb(36,188,232);
	}	
	
.grey {
	color:rgb(153,153,153);
	}
	
.strong {
	font-weight:bold;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.vislink {
	color:rgb(153,153,153);
	font-weight:bold;
	}
	
.vislink a:link {
	color: rgb(153,153,153);
	font-weight:bold;
	}	
	
.vislink a:hover {
	color: #000000;
	font-weight:bold;
	border-bottom:1px dotted #000000;
	}

/* End Typography & Colors */





/* Begin Structure */

body {
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#page {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 760px;
	border: none;
	text-align:left;
	}
	
#header {
	padding: 0;
	margin: 0;
	width: 760px;
	background-color: rgb(36,188,232);
	}	

#whitebox {
	float: left;
	width: 760px;
	height: 30px;
	background-color: #FFFFFF;
	}

#leftcolumn {
	float: left;
	padding-left: 48px;
	width: 199px;
	background-color:#FFFFFF;
	}

#rightcolumn {
	float: right;
	padding-right: 68px;
	width: 445px;
	background-color:#FFFFFF;
	}
	
#footer {
	padding: 0 0 50px 0px;
	margin: auto;
	width: 760px;
	background-color:#FFFFFF;
	clear: both;
	}

	
/* End Structure */
