
/* Defines size and style of the main bodytext in centre panel */
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0 auto;
	padding: 0px;
	width:960px;
}

/* Turn off image borders */
img{border:0px; padding-top:10px; padding-bottom:10px}

/* How will links appear: highlighted in green, underlined when hovered over */
a{color:#cc0000; font-weight:bold; text-decoration:none}
a:link{color:#cc0000; font-weight:bold; text-decoration: none}
a:visited{color:#cc0000; font-weight:bold; text-decoration: none}
a:hover{color:#cc0000; font-weight:bold; text-decoration: underline}


/* This is our main page header */
#masthead
{
	padding:0px;
	margin:0px;
	height:150px;
	width:960px;
	background:url('graphics/masthead.jpg') no-repeat;
}

/* This is the page header */
h1
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #ffffff;
	margin-top:10px;
	margin-bottom:10px;
	float:right;
	padding: 4px 0px 4px 2px;
	background-color: #000000; 
	height:25px;
	width:770px;
}

/* Other sub headings - similar but progressivly smaller */
h2
{
	font-family: Arial,sans-serif;
	font-size: 114%;
	color: #dd0000;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-family: Arial,sans-serif;
	font-size: 100%;
	color: #dd0000;
	margin: 0px;
	padding: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	float: right;
	width: 770px; 
	font-size:80%;
}



/* This bit defines how the navigation will appear */

/* Size, and position of the navigation panel */
#pageNav
{
	position:absolute;
	top:160px;
	float:left;
	margin:0px;
	padding:0px;
	width:175px;
	text-align:center;
}

.navPanel
{ 
	text-decoration:none;
	font-weight:bold;
}

.navPanel a:link, .navPanel a:visited
{
	display:block;
	height:24px;
	font-size:85%; 
	padding-top:6px;
	margin-top:4px;
	color:#ffffff;
	border:1px solid #cccccc;
	text-decoration:none;
	background-image:url('graphics/buttonred.gif');
	background-color:#ff0000;
}

.navPanel a:hover 
{ 
	color:#ffffff;
	border:1px solid #ffffff;
	background-image:url('graphics/buttonnone.gif');
}

.navPanelGrey a:link, .navPanelGrey a:visited
{
	display:block;
	height:24px;
	font-size:85%; 
	padding-top:6px;
	margin-top:4px;
	color:#ffffff;
	border:1px solid #cccccc;
	text-decoration:none;
	background-image:url('graphics/buttongrey.gif');
	background-color:#000000;
}

.navPanelGrey a:hover 
{ 
	color:#ffffff;
	border:1px solid #ffffff;
	background-image:url('graphics/buttonnone.gif');
}

.navPanelSmall a:link, .navPanelSmall a:visited
{
	display:block;
	height:17px;
	font-size:75%; 
	padding-top:1px;
	margin-top:1px;
	color:#ffffff;
	border:1px solid #cccccc;
	text-decoration:none;
	background-image:url('graphics/buttonsmall.gif');
	background-color:#000000;
}

.navPanelSmall a:hover 
{ 
	color:#ffffff;
	border:1px solid #ffffff;
	background-image:url('graphics/buttonnone.gif');
}


/* pageFooter is the strip of links at the bottom of the page*/

#pageFooter
{
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #bbbbbb;
	padding: 10px 10px 10px 10px;
}

#pageFooter img
{
	vertical-align: middle;
}
