body {
	margin: 0px;
	padding: 0px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	/*background:#edeae2;*/
	/*background-color: #007700;
	background-image: url('images/greensilk.jpg');*/
	background-color: #000000;
}
a {
	color: #FFFFFF;
}
div {
	margin: 0px;
	padding: 0px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 90%;
	background-color: transparent;
	text-align:left;
}
div.main {
	margin: 20px;
	padding-bottom: 20px;
	width: 750px;
	border: 2px solid #0b6bde;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/*outline: 2px solid #000077;*/
	background-color: #000000;
	background-image: url("/images/tmglogo.gif");
	background-position: top center;
	background-repeat: no-repeat;

}
div.logo {
	width: 750px;
	height: 300px;
	margin-bottom: -240px;
}
div.content {
	width: 700px;
	/* height: 500px; */
	padding-top: 20px;
	color: #FFFFFF;
}
div.content ul li {
	list-style-image: url("/images/bullet.gif");
	list-style-position: outside;
	color: #FFFFFF;
}
div.roundbutton {
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width: 100px;
	height: 25px;
}
table.navbar td {
	width: 103px;
	height: 30px;
}
table.navbar a {
	text-decoration: none;
}
div.orange {
	background-image: url('/images/loop-orange.png');
}
div.green {
	background-image: url('/images/loop-green.png');
}
table.form {
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: transparent;
	text-align:left;
}
button {
	border: none;
	background-color: transparent;
	font-family:'trebuchet ms',helvetica,sans-serif;
	color: black;
	padding: 0px;
	margin-left: -3px;
	margin-top: -2px;
	margin-right: -5px;
}
div.status {
	position: relative;
	width: 690px;
	height: 20px;
	text-align: center;
	z-index: 1000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size: 90%;
}
div.map {
	width: 688px;
	outline: 1px solid #0b6bde;
	/*outline: 1px solid #007700;*/
	height: 420px;
}
div.js {
	z-index: 1000;
	height: 25px;
	width: 690px;
}
div.gmnoprint {
	color: #0b6bde;
	/*color: #007700;*/
}
img.wrapped {
	float: left;
	padding-right: 10px;
}
/* Anything below this line isn't used 
div.header {
	width:75%;
	font-size:100%;
}

div.spacer {
	width: 1%;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
table.controls {
	border-spacing:0px;
}
table.menu {
	border-spacing:0px;
	width:525px;
	border:1px solid #AAAAAA;
	text-align:center;
	background:#edeae2;
}
 */