BODY, TD, p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	
}

/*DE-BUGGING STYLES
table {
	border: 1px solid black;
}
table table{
	border: 1px solid red;
}

table table table{
	border: 1px solid green;
}
*/
p{
	margin: 0.5em;
	text-align: justify;
}
.headmast{
	color: white;
	font-size: x-large;
	font-weight: bold;
}
.headmastsub{
	color: white;
	font-size: medium;
	font-weight: normal;
}

h1{
	font-size: x-small;
	margin: 0.5em;
}

h3{
	font-size: x-small;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom:0;
	line-height: 1;
}
li{
	list-style : disc outside;
}
ul{
	margin : .5em 3em .5em 3em;
}
.foot{
	color: white;
}
.topmenu{
	background-color : #99CCCC;
	color: #330099;
	font-weight: bold;
	font-size: .75em;
}

.attention{
	background-color : #bcecfe;
	padding : .5em;
	border : #bcecfe;
}
.strapline{
	text-align: center;
	font-size: medium;
	font-weight: bold;
	background-color: #FFFF66;
	padding: .2em;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
a.topmenu:link{
	color: #330099;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color : #99CCCC;
}

a.topmenu:visited{
	color: #330099;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color : #99CCCC;
}

a.topmenu:hover{
	color: #330099;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color : #99CCCC;
}
a.topmenu:active{
	color: #330099;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color : #99CCCC;
}

.leftmenu{
	text-align : left;
}
.left_menu{
	width: 98%;
	padding: 2px 0 0 0;
}

.left_menu ul{
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
}

.left_menu li{
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #6dd7fe;
	
}

.left_menu li a{
	display: block;
	background-color: #abe8fe;
	width: 100%;
	text-decoration: none;
	
}

.left_menu li a:hover{
	display:block;
	background-color: #d9f4ff;
}

a.footer:link{
	color: #ffffff;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color :#0066FF;
}

a.footer:visited{
	color: #ffffff;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color : #0066FF;
}

a.footer:hover{
	color: #ffffff;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color : #0066FF;
}
a.footer:active{
	color: #ffffff;
	font-size : xx-small;
	text-decoration: none;
	font-weight : normal;
	background-color :#0066FF;
}

div.bar{
	width: 800px;			/*set width of bar to match table width*/
	position: relative;	/*three rules; position, left and negative*/
	left: 50%;				/*left margin effectively */
	margin-left: -400px;	/*centre the bar*/
}

div.bar h3{
	padding-left: 2%;		/*do something to line up heading with following paras*/
}

div.bar div{
	width: 265px;			/*set width of small div to 1 third of bar width*/
	float: left;
	margin-bottom: 1em;
}



div.bar2 div{
	width: 375px;
	float: left;
	margin-bottom: 1em;
}

div.bar div p{
	padding-left: .4em;
	 /*padding-right: .2em;*/
}

.linklist {
	margin-left: 10px;
	padding-left: 0;
}
.linklist li{
	list-style: none;
	line-height: 1.2;
	
}

.tight li{
	line-height: 1.2;
}
