@charset "utf-8";

body {
	font-family:  Calibri, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	color: #000000;	
	background: #D8D8D8; 
}

#header {
	background: #000000;
}

#content{
/*	background: #ffffff; */
	background: #fff  url(images/bkg_wh_w980xh2.jpg) repeat-y 50% 0;	 
	border: 1px solid #000;		
}

#menu_panel	{
}

#column_single	{
}

/* links and lists  */
/* Styling for links must remain in this order - including the group of selectors that create the hover effect. */

a:link {
	color: #000000;		
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

a:visited {
	color: #000000;		
	}
	
a:hover, a:active, a:focus {
	text-decoration: underline;
} /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

a:hover, a:active, a:focus {
	 
	text-decoration: underline;	
}/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

/*#centre_panel a:link {
	color: #333333;
	text-decoration: none; 
}

#centre_panel a:visited {
	}
	
#centre_panel a:hover, a:active, a:focus { 
	text-decoration: underline;
}*/ /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

#column_single a:link, #column_single a:visited {
	color: #9B9697;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
	font-size: 1em;
}
	
#column_single a:hover, a:active, a:focus { 
}/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */

/* headings */

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

#header h1	{
	color: #ffffff;
	font-size: 3.5em;
	font-weight: bold;
}

h1	{
	font-size: 2.4em;
}

h2	{
	font-size: 2.1em;
	font-weight: bold;
	color: #F16624; 
}

#header h2	{ 
	color: #F16624; 
	font-size: 2.4em;
	}
	
#column_single	h2	{
	color: #F16624; 
	font-size: 1.5em;
}	

h3	{ 
	font-size: 1.5em;
	font-weight: bold;	
	}

#column_single	h3	{
	font-size: 1.5em;
}

h4	{
	color: #F16624;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	}


/*#column_single	.refs h2	{
	font-size: 1.6em;
}

#column_single	.refs h3	{
	font-size: 1.6em;
} */
		
/* other text  */
p	{
	font-size: 1em;
} 

/*#column_centre, #column_right	p	{
	font-size: 1em;
} */

p.first	{
	font-size: larger;
}