body {
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
		font-size:0.8em;
		text-align:center;
		background-color:#eee;
}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:1.3em;
	text-align:center;
	font-weight:bold;
}

h2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-align:center;	
	color:#6699FF;
}

h3 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:1.3em;
	text-align:left;
	margin-left: 5px;
	margin-top:20px;
	font-weight:bold;
	color:#663333;
}

#frame {
		width:100%;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
}

#frameguide {
		width:80%;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
}
		
#contentheader {
		margin-top:0px;
		margin-bottom:10px;
		padding:5px;
		font-size:1.7em;
		text-align:center;
		background:#eee;
}


#contentleft {
		width:20%;
		margin-right:5px;
		padding:0px;
		float:left;
		}
	
	
#contentright {
		width:80%;
		padding:0px;
		float:left;
		}
		
#navbox {
		margin-right:auto;
		margin-left:auto;
}

.imagebox {
	width:165px;
	height:300px;
	margin-bottom:5px;
	margin-right:15px;
	text-align:center;
	font-size:0.8em;
	color:#990033;
}

.imagebox em {
	display:block;
}

.imageprops {
	border: solid 1px;
}

.navmenu {
	font-size:18px;
	line-height:100%;
	margin-left:50px;
	margin-top:2px;

}

.navbar {
	margin:0 auto;
	font-size:1.0em;
	background-color:#eee;
	color:#fc6;
}

.navbar1 {
	margin:0 auto;
	font-size:1.0em;
}

.navbar1 td {
	border:1px solid #333;
}
 

.articletext {
	font-size:1.2em;
	text-align:justify;
	padding-left:5px;
}


.articletext em{
	color:#3333CC;
	font-size:1.0em;
	font-style:italic;
	text-align:justify;
}

.articletext1 {	
	font-size:1.1em;
	padding-right:2px;
	text-align:justify;
}

.redarticletext {
	color:#CC0000;
	font-size:1.0em;
	font-style:italic;
	text-align:justify;
	padding-left:5px;
}

.fadearticletext {
	font-size:1.0em;
	text-align:justify;
	padding-left:5px;
	color:#CCCCCC;
}

.kent {
	color:#000;
	background-color:#66CC66;
	font-size:1.0em;
	text-align:left;
}

.clement {
	color:#333333;
	background-color:#eee;
	font-size:1.0em;
	text-align:left;
}

.stace {
	color:#990000;
	font-size:1.0em;
	text-align:left;
	background-color:#FFFFCC;
}

.aggregate  {
	color:#fff;
	font-size:1.0em;
	text-align:left;
	background-color:#CC9966;
}

.other {
	color:#660000;
	background-color:#99FFFF;
	font-size:1.0em;
	text-align:left;
}

.kentref {
	color:#FF3300;
	font-size:1.0em;
}

.authority {
	font-size:0.8em;
	color:#333333;
	line-height: 5px;
	text-align:left;
	margin-left:20px;
}

.authoritytop {
	font-size:1.0em;
	color:#000000;
	line-height: 5px;
	text-align:left;
	margin-top:30px;
}
/* Diagnostic table formatting*/
.matrix {
	font-size:1.0em;
	background-color:transparent;
	margin:0 auto;
}

.matrix th {
	border:1px solid #333;
	padding-left: 2px;
	padding-right: 2px;
	text-align:center;
	font-size:1.1em;
	color:#333399;
}

.matrix td em{
	color:#CC0000;
	padding-left: 2px;
	padding-right: 2px;
	text-align:left;
}

.matrix td {
	border:1px solid #333;
	padding-left: 2px;
	padding-right: 2px;
}

.native {
	color:#339933;
}

li {
	text-align:left;
	font-size:1.0em;
	line-height:150%;
}


ol {
	font-size:1.5em;
	list-style: decimal;
}

ol ol {
	font-size:0.8em;
	list-style: lower-alpha;
	color:#000;
}

/* formatting for the table cell that contains navigation between pages */
.back1 {
	width:40px;
	font-weight:bold;
	text-align:center;
	font-size:0.8em;
	background-color:#FFCC33;
}

/* formatting for the table cell that contains navigation between pages */
.here1{
	width:40px;
	font-weight:bold;
	text-align:center;
	font-size:0.8em;
	background-color:#CC3333;
	color:#fff;
}

/* formatting for the table cell that contains navigation between pages */
.back {
	width:70px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#eee;
	color:#000;
}


/* formatting for the table cell that contains navigation between pages */
.here{
	width:70px;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	background-color:#CC3333;
	color:#fff;
}


/* black for link exists but not yet visited second set of link colours*/
.class1 a:link {color:#000; text-decoration: none; background-color: transparent; }

/* purple for link exists but not yet visited*/
.class1 a:visited { color:#c09; text-decoration: none; background-color: transparent; }

/* green when mouse hovers over link*/
.class1 a:hover { color:#693; text-decoration: underline; background-color: transparent; }

/* blue during click or if it stays active as in wretched IE6*/
.class1 a:active { color:#36c;  text-decoration: underline; background-color: transparent; }


/* Main navigation link colours*/
/* green for link exists but not yet visited*/
a:link {color:#693; text-decoration: none; background-color: transparent; }

/* plum red for link exists but not yet visited*/
a:visited { color:#cc3333; text-decoration: none; background-color: transparent; }

/* black when mouse hovers over link*/
a:hover { color:#000; text-decoration: underline; background-color: transparent; }

/* blue during click or if it stays active as in wretched IE6*/
a:active { color:#3366cc;  text-decoration: underline; background-color: transparent;}
