/* 
----------------------------------------------------------
The styles for this site have been seperated out into a set of style sheets, 
the function of each being fairly self explantory;

body.css = page body - this is seperate as body is a bid of a layout, text and background graphic hybrid

layout.css = main div elements and the positioning of the main 'architectural' features eg home/logo button

text.css = all the text formating 

graphics.css = the positioning of all images, photos etc which form part of the site content , 
(ie not backgrounds to div elements, navigations rollovers etc)

navigation.css = the look of hyper-links and navigation 'buttons' (including rollover states, backgrounds etc)

-----------------------------------------------------------
*/

h1
	{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	}

h2
	{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
	}


h3
	{
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	}

h4
	{
	font-size: 12px;
	font-weight: normal;
	}
	
h5
	{
	font-size: 12px;
	font-weight: normal;
	}
	
p
	{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	}
	
.small
	{
	font-size: 8pt;
	line-height: 10pt;
	}

q
	{
	font-style: italic;
	}
	

blockquote
	{
	font-style: italic;
	font-size: 12px;
	margin-left: 30px;
	font-weight: normal;
	text-align: justify;
	width: 400px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #FFFFFF;
	}

.author
	{
	font-style: normal;
	font-size: 11px;
	margin-left: 50px;

	font-weight: bold;
	text-align: justify;
	width: 400px;
	line-height: 12px;
	text-align: right;
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	}

ul
	{
	margin-top: 0px;
	margin-bottom: 20px;
	list-style-type: none;
	list-style-image: url(../decoration/bullet.gif);
	}
	
li
	{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	}
	
code
	{
	color: #004685;
	}
	

.pic-credit
	{
	}

.previous
	{
	}
	
#credits p
	{
	font-size: 9px;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
	}

.sponsortext
{
	font-size: 11px;
	line-height: 14px;
	margin-top: 7px;
	margin-bottom: 7px;
}


#header h1
	{
	}

#header h2
	{
	}
	
#topper p
{
	color: #96BC33;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 195px;
	padding-top: 3px;
}

#lcol p
{
	margin-top: 0px;
	padding-top: 0px;
}

#footer p
{
	color: #96BC33;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 195px;
	padding-top: 3px;
}


/* 
----------------------------------------------------------
Created by www.lunaria.co.uk
--------------------------------------------------------------
*/

