/* Begin Typography & Colors */

body {
	font-size: 65%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Geneva, Sans-Serif;
	font-weight:normal;
	line-height:normal;
	}
	
#header {
	height: 179px;
	background-image:url(images/headerbluebox.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:#FFFFFF;
	text-align: left;
	line-height: 1.3em;
	}

h1.homeheading {
	font-size: 2em;
	line-height: 1.2em;
	}

h2 {
	color:#000000;
	font-size: 1.4em;
	display:inline;
  	line-height: 1.5em;
	}

h2.author {
	font-size: 1.2em;
	color:#FFFFFF;
	}

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

h3.currentpage {
	color:#FFFFFF;
	text-decoration: none;
	border-width: 1px;
	border-color: #000000;
	border-style: none none dotted none;
	}
	
h3 a, h3 a:link, h3 a:visited,  h3 a:active {
	text-decoration: none;
	color: black;
	}

h3 a:hover {
    color: #FFFFFF;
	text-decoration: none;
	border-width: 1px;
	border-color: #000000;
	border-style: none none dotted none;
	}
		
h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#000000;
	line-height:1.6em;
	display:inline;
	}
	
h4.light {
	font-weight:100;
	}
	
h4.contact {
	color:#FFFFFF;
	font-weight:100;
	}
	
h4.link a:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:100;
	}
	
h4.link a:hover {
	color: #FFFFFF;
	border-width: 1px;
	border-color: #000000;
	border-style: none none dotted none;
	font-weight:100;
	}
	
	
h4.link a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:100;
	}
	
h4.link a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight:100;
	}	

h5 {
	font-size:0.95em;
	font-weight:bold;
	color:rgb(51,51,51);
	line-height:1.6em;
	display:inline;
	}
	
p {
	font-size:9px;
	}
	
.cyan {
	font-weight:bold;
	color:rgb(36,188,232);
	}
	
.grey {
	color:rgb(153,153,153);
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.vislink {
	color:rgb(153,153,153);
	font-weight:bold;
	}
	
.vislink a:link {
	color: rgb(153,153,153);
	}	
	
.vislink a:hover {
	color: #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: rgb(36,188,232);
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}
	
#header {
	padding: 0;
	margin: 0;
	width: 760px;
	background-color: rgb(36,188,232);
	}	

#leftcolumn {
	float: left;
	padding-left: 48px;
	width: 199px;
	background-color: rgb(36,188,232);
	}

#rightcolumn {
	float: right;
	padding-right: 100px;
	width: 413px;
	background-color: rgb(36,188,232);
	}
	
#cyanbox {
	float: left;
	width: 760px;
	height: 30px;
  	color:#FFFFFF;
	background-color: rgb(36,188,232);
	}
	
#greybox {
	float: left;
	width:664px;
	padding-left:48px;
	padding-right:48px;
	background-color:#FFFFFF;
	background-image:url('images/workshopdates.gif');
	background-repeat:no-repeat;
	}
	
#footer {
	padding: 0 0 50px 0px;
	margin: auto;
	width: 760px;
	background-color:#FFFFFF;
	clear: both;
	}
	
.clear {
	clear:both;
}

	
/* End Structure */
