
/* Defines size and style of the main bodytext in centre panel */
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	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:#000000; font-weight:bold; text-decoration:none; border-bottom:1px solid #ff0000;}
a:link{color:#000000; font-weight:bold; text-decoration: none}
a:visited{color:#000000; font-weight:bold; text-decoration: none}
a:hover{color:#ff0000; font-weight:bold; text-decoration: none}


/* This is our main page header */
#masthead
{
	position:absolute;
	top:0px;
	float:left;
	padding:0px;
	margin:0px;
	height:134px;
	width:208px;
	background:url('graphics/logo.gif') no-repeat;
}

/* This is the page header */
h1
{
	font-family: Verdana,Arial,sans-serif;
	font-size: 120%;
	color: #ffffff;
	margin:10px 0px 10px 0px;
	float:right;
	padding:4px 0px 4px 10px;
	background-color: #a0a0a0; 
	height:25px;
	width:740px;
	border:1px solid #ff0000;	
}

/* Other sub headings - similar but progressivly smaller */
h2
{
	font-family: Arial,sans-serif;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#content{
	float: right;
	width: 740px; 
	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;
	padding:10px 0px 15px 0px;
	margin:0px;
	width:205px;
	background-image:url('graphics/leftfade.jpg');
}

.navPanel
{ 
	text-decoration:none;
	display:block;
	width:170px;
	padding-left:20px;
}

.navPanel a:link, .navPanel a:visited
{
	display:block;
	padding-left:15px;
	height:24px;
	font-size:70%; 
	color:black;	
	padding-top:6px;
	margin-top:4px;
	border:1px solid #cccccc;
	background-color:white;
	text-decoration:none;
}

.navPanel a:hover 
{
	border:1px solid #000000;
}

.navPanelThis
{ 
	text-decoration:none;
	display:block;
	width:170px;
	padding-left:20px;
}

.navPanelThis a:link, .navPanelThis a:visited
{
	display:block;
	padding-left:15px;
	height:24px;
	font-size:70%; 
	color:black;	
	padding-top:6px;
	margin-top:4px;
	border:1px solid #ff0000;
	background-color:white;
	text-decoration:none;
}

.navPanelThis a:hover 
{
	border:1px solid #000000;
}


#comment
{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:115%;
	width:400px;
	padding:20px 0px 20px 30px;
	border-bottom: 1px solid #cccccc;
}


