/* Cascading Style Sheet (CSS) for the PE Trust */
/* Pretty simple really: */
/* ONLY change the parts maked 'editable' */

body, td, tr {
	
	/* Editable: */
	font-family:Geneva, Helvetica, Verdana, Arial,  SunSans-Regular, sans-serif;
}



/* Editable: */
.blue{color:#006699;}
hr { color : #EEEEEE;}


/* Editable: */
.small_font {font-size: 12px;; font-family: Arial, Helvetica, sans-serif; color: #000099}
.smallest_font {font-size: 0.6em;}


.header {

	/* Editable: */
	font-size: 1.5em;
	font-weight:bold;
	font-style: italic; 
}


.strapline {

	/* Editable: */
	font-size: 1em; 
	color:#006699;

	/* Do not change these: */
	margin-top: 0em;
	margin-bottom: 0em;
}

.quote{
	
	/* Editable: */
	font-size: 14px;
	color:#003399;
	font-weight:bold;

	/* Do not change these: */	
	letter-spacing: 0.05em; 
}


h1 {
	font-size:20px;
	color:#990000;
	font-weight:bold; 
}

h2 {
	font-size: 1.2em;
	color:#006699;
	font-weight:bold; 
}

h3 {
	font-size: 1.15em;
	color:#006699;
	font-weight:bold; 
}

h4 {
	font-size: 1.15em;
	color:#006699;
	font-weight:bold; 
}



/* Specify the hyperlink colors */
:link { color:#000066; }  /* hyperlinks */
:visited { color:#0033CC; } /* for visited links */
:active { color:red; } /* when link is clicked */
:hover { color:blue; } /* when mouse is over link */









#navcontainer ul	{
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 0px;
	}
	
#navcontainer ul li	{
	font-size: 0.75em;
	list-style: none;
	margin: 0px;
	padding: 2px;
	border: 10px;
}	



/* The navbar hyperlinks */
#navcontainer a
{

	/* Editable: */	
	padding: 2px;
	color: #000000;
	text-decoration: none;
	
	/* Do not change these: */
	margin-top:0;
	margin-left:0;
	display: block;
	margin-bottom:1px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}


/* The navbar hyperlinks with the mouse hovering over them */
#navcontainer a:hover
{
	color: #0000FF;
	text-decoration: underline;
	border: 1px solid #CCCCCC;
}



/* Table which holds the navmenu & main content */
table.main {
	border: solid; border-width: 1px;
}

/* Table cell which holds the navmenu & main content */
td.content {
	border-left: solid; border-width: 1px;
}