/**************************/
/* Hutchisons.org CSS     */
/* Giles Hutchison        */
/* March  2009            */
/**************************/
html, body {
height: 100%; 

}

body {
text-align: center;
margin: 0px;
padding: 0 px;
}


dl, dt, dd,{
	margin: 0;
	padding: 0;
	list-style-type: none; /* Need as Menu system uses lists */
}
/* Headers */
h1
	{    
	color: black; 
	text-decoration: none ; 
	font-family: Arial, Verdana; 
	font-size:12pt; 
	font-weight:Bold;
	}
h2	{    
	color: black ;
	text-decoration: none ; 
	font-family: Arial, Verdana; 
	font-size:12pt; 
	font-weight:bold;
	}
h3	{    
	color: white ;
	text-decoration: none ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:13pt; 
	font-weight:bold;
	}

p	{    
	color: black ;
	text-decoration: none ; 
	font-family: Arial,Helvetica,sans-serif,Trebuchet MS, Verdana; 
	font-size:10pt; 
	font-weight:none;
    text-align: left;
	}
p.center	{    
	color: black ;
	text-decoration: none ; 
	font-family: Arial,Helvetica,sans-serif,Trebuchet MS, Verdana; 
	font-size:10pt; 
	font-weight:none;
    text-align: center;
	}
ul,li	{    
	color: black ;
	text-decoration: none ; 
	font-family: Arial,Helvetica,sans-serif,Trebuchet MS, Verdana; 
	font-size:10pt; 
	font-weight:none;
    text-align: left;
    line-height: 25pt
	}


a:link, a:active { 
	color: white; 
	text-decoration: none ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:9pt; 
	font-weight:Bold;
}

a:visited { 
	color: white; 
	text-decoration: none ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:9pt; 
	font-weight:Bold;
}

a:hover { 
	color: white; 
	text-decoration: underline ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:9pt; 
	font-weight:Bold
}
a.main:link, a.main:active { 
	color:  #00AA00; 
	text-decoration: none ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:10pt; 
	font-weight:Bold;
}

a.main:visited { 
	color: #00AA00;  
	text-decoration: none ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:10pt; 
	font-weight:Bold;
}

a.main:hover { 
	color: #00AA00;  
	text-decoration: Underline ; 
	font-family: Trebuchet MS, Verdana; 
	font-size:10pt; 
	font-weight:Bold
}

table.main, td.main, tr.main, th.main { 
	text-align: left;
	border-collapse: collapse; 
	margin: 0px; 
	padding: 20px;
	border-style: none:
}


table.menu, td.menu, tr.menu, th.menu { 
	text-align: center;
	border-collapse: collapse; 
	margin: 0px; 
	padding: 0px;
	border-style: none:
}

p.bottom { 
    text-align: center;
	color: white ;
	text-decoration: none ; 
	font-family: Arial,Helvetica,sans-serif,Trebuchet MS, Verdana; 
	font-size: 9pt; 
	font-weight:none;
}


.Smalltext {font-size: 10px}

