/* ---------- Colours */

body {
	background: #458;
}

hr.divider {
	background-color: #458;
}

h1, h2, h3 {
	color: #237;
}
h1.title
{
	margin-bottom: 0px;
}

h2.title
{
	color: #237;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2.IMStitle
{
	color: #237;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 17pt;
}

h2.topTitle
{
	color: #237;
	margin-top: 10px;
}

h3.title
{
	color: #237;
	margin-top: 10px;
}

h3.speaker
{
	color: #237;
}

h4
{
	margin-bottom: 0px;
}

h4.title
{
	color: #237;
	margin-bottom: 0px;
}

h5
{
	margin-top: 0px;
}

#banner h1 {
	color: #b02;
}

em.winner {
   font-size: 1.05em;
   font-weight: bold;
}

.presentation-title {
    color: #237;
}

strong {
    color:#237;
}

strong.venue {
	font-size: 1.1em;
}

p.event {
    background-color:#eef;
    padding: 1em;
}

p.power {
	font-size: 10px;
}

/* ---------- Layout */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	align: center;
	font-size: 0.83em;
}


hr.divider {
    height: 1em;
    border: 0px;
}

.FooterText
{
	font-size: 9px;
}
/*
strong a
{
	text-decoration: none;
}

strong a:visited
{
	text-decoration: none;
	color:#237;
}
*/

.FooterText a
{
	font-size: 10px;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.FooterText a:hover
{
	text-decoration: none;
	color: #237;
}

#frame {
	width: 700px;
	background: white;
	border: 1px solid black;
	margin: 0px auto 0px auto;
	padding: 1.5em;
}

#banner {
	padding: 0px 1em;
}

.navigation {
    padding: 0.33em 0;
    margin: 0;
    border: 0;
    text-align: center;
	font-weight: bold;
    background-color: #eee;
}

.news {
    background-color:#eef;
    padding: 1em;
    color: #b02;
    text-align: center;
}

div.sponsers {
    text-align: center;
}

.reception {
    background: white;
    border: 1px dotted #458;
    margin: 1em 2em;
}

img { border: 0px; }

div.sponsers img {
	vertical-align: middle;
	margin: 1em 2em;
}

.right {
    	float: right;
}

.left {
    	float: left;
		padding: 10px;
}

.bottom
{
	float: bottom;

.register-link {
	text-align: center;
	font-weight: bold;
}

.powerpoint {
    margin-left: 2em;
}

dt {
    font-weight: bold;
    color: #237;
    margin-top: 1.33em;
}

table.workshop
{
	width: 100%;
	border:1px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


