
/* set default margins to make mozilla/ie the same */
*
{
	padding: 0;
	margin: 0;
}

body
{
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 0.625em;
	line-height: 1.9em;
}

a
{
	text-decoration: none;
	outline: none; /*prevents Firefox showing dotted lines around href */
}

#contentmain h1
{
	font-size: 2.6em;
	margin-bottom: 20px;
	line-height: 1em;
}

#contentmain p
{
	font-size: 1.4em;
	margin-top: 10px;
	
}

#contentmain p.bottom
{
	font-size: 1.4em;
	margin-bottom: 40px;
}

#contentmain h2
{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.5em;
}

#contentmain a.centre
{
	
	margin-left: 250px;
}

#contentmainbanner p
{
	margin-left: 210px;
	margin-right: 20px;
	font-size: 1.4em;
}

#contentmainbanner a
{
	color: #E46D2B;
	text-decoration: underline;
	
}

#contentmainright p 
{
	margin-top: 0px;
	font-size: 1.4em;
	
}

#contentmain p.margintop 
{
	padding-top: 20px;
	font-size: 1.4em;
		
}

body.resources #resourcescontent p
{
	margin-top: 5px;
}

#contentmainright p a
{
	text-decoration: underline;
}

#contentmainright  h1
{
	font-size: 1.3em;
	margin-bottom: 2px;
}

#resourcescontent h1
{
	font-size: 1.3em;
	margin-bottom: 0px;
}

#resourcescontent img
{
	margin-bottom: 5px;
}

#contentmain form p
{
	font-size: 1em;
}

#contentmain form p.greenbackground
{
	text-align: center;
	margin-bottom: 10px;
}

 #sidebar p
 {
	font-size: 1.5em;
	margin-left: 25px;
	margin-bottom: 5px;
	
 }
