/* CSS Document ----Typography---- */
/*poetry next the sea  version 3
designed by Mike Fenton: www.gallerymikefenton.co.uk
-------------------*/
html{
	font-size:100%;
	}
body {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#cc0000;
	}
input, select, th, td{
	font-size:1em;
	}/*above 2 rules makes font size = 10px for each 1em*/
	/*-------------------------Headers & Paragraphs----*/
h1, h2, h3, h4, h5, h6, p{
	margin:0 15px 5px 15px;
	padding:0px;
	}
h1, h2, h3, h4{
	font: Arial, Verdana, Helvetica, sans-serif;
	}
h1, h2, h3, h5{
	font-weight:bold;
	}
h4, h6, p{
	font-weight:normal;
	}
h1 {
	font-size:1.8em;
	height:110px;
	}
h2{
	font-size:1.6em;
	}
h3{
	font-size:1.5em;
	line-height:1.25;
	}
h4{
	font-size:1.4em;
	}
h5{
	font-size:1.2em;
	line-height:1.5;
	color:#c00;
	} 
#mainContent h5{
	color:#c00;
	}
h6{
	font-size:1em;
	}
p {
	font-size:1.2em;
	line-height:1.5;
	}
#mainContent p{
	font-weight:normal;
	}
#leftSideBar p{
	font-size:1.2em;
	font-weight:normal;
	margin:10px;
	}
#rightSideBar h2, h3, h4, h5, h6, p{
	font-weight:bold;
	color:#000;
	font-stretch:expanded;
	}
#rightSideBar tr td{
	font-weight:bold;
	}
table tr td{
	color:#000;
	font-size:1em;
	}
/*--------------------------Lists--------------------*/
ul{
	list-style:none;
	margin:10px 10px 10px 10px;
	}
ul li{
	font-size:1.3em;
	font-weight:bold;/**/
	line-height:2;
	}
ul li a{
	font-size:1em;
	}
ul li ul li{
	font-size:1em;
	line-height:1.2;
	text-indent:3em;
	}
/*----------------------------------------------*/
.fontWhite{
	color:#FFF;
	}
.fontBlack{
	color:#000;
	}
.fontBlue{
	color:#436da8;
	}
.fontRed{
	color:#c00;
	}
.centreText{
	text-align:center;
	}
.smaller{
	font-size:.9em;
	}
.strong{
	font-weight:bold;
	}
.italic{
	font-style:italic;
	}
.alightRight{
	text-align:right;
	}
.smallerHeading{
	font-size:.75em;
	font-style:italic;
	}
.textIndent{
	margin-left:150px;
	}

