body 
{
	background-color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	z-index: 1;
	margin:0; 
	padding:0; 
	text-align: center;
	color: #ffffff;
	height: 100%;
}

h3 {font-size:18px; font-weight:bold}
h2 {font-size:12px; font-weight:bold}
h1 {font-size:10px; font-weight:bold}

a, a:visited, a:active, a:link { color: #ffffff; text-decoration: none; font-weight: bold; }
a:hover{text-decoration: underline;}

TD {
	FONT: 10px verdana, Helvetica, sans-serif;
}

#container{
	float: left;
	width: 780px;
}

#top {
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: #ffffff;
	width: 100%;
	height: 50px;
}


#leftColumn {
	float: left;
	border-right-style: solid;
	border-right-width: 8px;
	border-right-color: #ffffff;
	text-align: right;
	width: 180px;
	padding: 5px;
}

#leftColumn ul {
	text-align: right;
	list-style-type:none;
}


#contentColumn{
	float: left;
	width: 360px;
	text-align: left;
	padding: 5px;
	clear: right;
}

#buildingColumn{
	float: left;
	background-color: #8b0000;
	width: 28px;
}	

#rightColumn {
	float: left;
	text-align: left;
	width: 169px;
	clear: right;
}

#footer {
	width: 100%;
}

#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}

#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}