body {
	background-color: #383838  ;
}

#main {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px; 
	margin-top: 30px;
	background-color: #383838 ;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: #A0A0A0 2px solid;
}

#limg {
	float: left;
	margin-left: 25px;
	margin-bottom: 10px;
}

#rimg {
	float: right;
	margin-right: 25px;
	margin-bottom: 10px;
}

img{
	border-style: none;
}

#header{
	text-align: center;
	border-bottom: #A0A0A0 2px solid;
	color: #E8E8E8 ;
	font-family: Tahoma, Times New Roman;
	font-size: 16px;
	padding-bottom: 15px;
}

#content{
	color: white ;
	font-family: Tahoma, Times New Roman;
	font-size: 16px;
	overflow: hidden;
}

p.company {
	font-weight: bold;
}

a:link { 
	text-decoration: none;
	color: #E8E8E8 ;
}
a:visited { 
	text-decoration: none;
	color: #E8E8E8 ;
}
a:hover { 
	color: red ;
}
a:active { 
	color: red ;
}

h3{
	color: #E8E8E8  ;
	text-align: center;
}
h1{
	color: #E8E8E8  ;
	text-align: center;
}

table.dates {
	text-align: center;
	margin: 0px;
	border-collapse: collapse;
}

th.date {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;	
	border-left: #A0A0A0 2px solid;
	border-right: #A0A0A0 2px solid;
}


#map{
	padding-top: 20px;
	padding-bottom: 20px;
}

#map_canvas{
	margin-left: auto;
	margin-right: auto;
}

#footer{
	color: #F8F8F8 ;
	font-family: Tahoma, Times New Roman;
	font-size: 12px;
	text-align: center;
	position:absolute; 
	margin-bottom: 1px;
	margin-top: 10px;	
	width: 100%; 
}

#footer a:link { 
	text-decoration: none;
	color: #E8E8E8 ;
}
#footer a:visited { 
	text-decoration: none;
	color: #E8E8E8 ;
}
#footer a:hover { 
	text-decoration: none;
	color: #E8E8E8 ;
}
#footer a:active { 
	text-decoration: none;
	color: #E8E8E8 ;
}

.centred{
	text-align: center;
}

.centredtab{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

table.centredtab td {
	padding-left: 10px;
}