/*
WEBSITE COLOURS:

PALE BLUE: 99CCFF

GREY   #999999
paler grey: CCCCCC
*/
body {min-width: 600px;}
div.ie{

/* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 600 ? "600px" : "100%" );
}


body, p, a, td, div, .footer  {font-family: verdana, arial, sans serif; font-size: x-small; }

h1, h2, h3 {
	font-family: century gothic, verdana, arial, sans serif;
	color: #666666;
	font-weight: bold;
	}


h1 {font-size: 15pt;}
h2 {font-size: 14pt;}	





table.header {background-color: #99CCFF;}	
	
table.header h1
	{
	color: #ffffff;
	margin-top: 115px;
	margin-left: 30px;
	margin-bottom: 0;
	
	}
	
	
td.host {
		background-color: #99CCFF;
		text-align: right;
		padding-right: 5px;
		color: #ffffff;
		font-weight: bold;
		font-size: small;
	}
	

td.host a:link, td.host a:visited
	{
		font-family: century gothic, verdana, arial, sans serif;
		color: #ffffff;
		text-decoration: none;
		font-size: small;
	}
	
td.host a:active, td.host a:hover

	{
		color: #999999;
		background-color: #ffffff;
	
	
	
	
	}
	
	
/*td.leftnav
	{
	 background-color: #99CCFF;
	width: 160px;
	}
	*/
	
td.leftnav
	{
	 font-family: century gothic, verdana, arial, sans serif;
	 background-color: #99CCFF;
	width: 150px;
	border-style: solid;
	border-width: 5px 10px 5px 5px;
	border-color: #99CCFF;
	}
		
	
td.leftnav a:link, td.leftnav a:visited
	{
	
		display: block;
		text-align: right;
		padding-right: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		font-size: small;
		
		
	
	
	}
	
 td.leftnav a:active, td.leftnav a:hover	
	{
	
		color: #99CCFF;
		background-color: #ffffff;
	
	
	
	}
	

	
	
td.content
	{
		padding: 10px;
	
	
	
	}

.footer, .footer a {font-family: verdana, arial, sans serif;font-size: xx-small; }	

div.breakout
	{
	float: right;
	width: 200px;
	background-color: #99CCFF;
	border-style: double;
	border-color: #999999;
	padding:5px;
	margin: 0 5px;
	
	}
	
div.breakout h3
	{
	
	margin-top: 0;
	color: #555555;
	
	}
div.breakout ul li
	{
	margin-left: -1em;
	margin-bottom: 2em;
	
	}
div.top
	{
		text-align: center;
	}