body
{
	background-color: #ffffff;
	background: url('../Icons/header-centre.jpg') top left repeat-x;
	margin-left: 55px;
	margin-right: 50px;
	margin-top: 90px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

table
{
	padding: 0px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tealtable, .tealtable TD, .tealtable TH
{
background-color:teal;
color:white;
}

.headertable, .headertable TD, .headertable TH
{
background-color:#4169E1;
color:white;
font-size: 24px;
}

tr
{
	vertical-align: top;
}

td
{
	padding: 0px;
}

tr.dark
{
	background: #E2DCFF;
}

th
{
	text-align: left;
	border-bottom: thin solid #999977;
}

th.group, td.group
{
	width: 200px;
}

th.title, td.title
{
	width: 400px;
}

th.speaker, td.speaker
{
	width: 120px;
}

th.date, td.date
{
	width: 200px;
}

th.location, td.location
{
	width: 200px;
}

h1 
{
	font-size: 18px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}

h2 
{
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 3px;
}

h3
{
	font-size: 12px;
	color: #003366;
	text-decoration: none;
	font-style: italic;
}

p 
{
	color: #444444;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
}

ul {
/*
	padding: 0;
*/
	list-style-image: url('../Icons/icons/bullet_red.png');
	margin: 0 0 0 0px;
}
.aims li {
/*
	list-style-image: url('../Icons/icons/cog_go.png'); 
*/
	list-style-image: url('../Icons/icons/asterisk_orange.png');
}
.news li {
	list-style-image: url('../Icons/icons/newspaper.png');
}
.links li {
	list-style-image: url('../Icons/icons/world.png');
}

li.email {
	list-style-image: url('../Icons/icons/email_go.png');
}

hr
{
/*
 	border-top: thin dashed #555555; 
*/
 	border-top: groove #555555; 
 	border-left: none; 
 	border-bottom: none; 
 	border-right: none; 
}

img
{
	border-style: none;
}

a:link    {color: #2244aa; text-decoration: none;}
a:visited {color: #2244aa; text-decoration: none;}
a:hover   {color: #FF9900; text-decoration: underline;}
a:active  {color: #FF9900; text-decoration: none;}

.info
{
	color: #999999;
}

span.selected
{
	color: #bbbbbb;
}

div.left
{
	float: left;
	width: 430px;
	background-color: #ffffff;
}

div.right 
{
	margin-left: 460px;
	background-color: #ffffff;
}

div.footer 
{
	clear: both;
	border-color: #000000;
	border-width: 1px 0px 0px 0px; 
	border-style: dashed;
}
