BODY {
	margin: 30px;
}


#header {
	width: 650px;
	height: 105px;
	background-color: #0000CA;
	color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#body {
	width: 650px;
	background-color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	color : white; --#0000CA;
	font-size: 14px;
}

#footer {
	width: 650px;
	height: 20px;
	background-color: #0000CA;
}


#body a:link {
	color: white; --#0000CA;
}


#body a:visited {
	color: white; --#0000CA;
}


#body a:hover {
	color: #0000CA; --white;
}

.container {
	padding: 10px;
}

.offbgd {
	background: #009900 url(gfx/office.jpg) no-repeat center;
}

#nav {
	position: absolute;
	top: 110px;
	left: 40px;
	font-weight: bold;
}


#nav a:link {
	color: white;
}


#nav a:visited {
	color: white;
}


#nav a:hover {
	color: #009900;
}


#headerlogo {
	position: absolute;
	top: 33px;
	left: 530px;
}

#headertext {
	position: absolute;
	top: 35px;
	left: 40px;
}

#property {
	position: absolute;
	left: 50px;
	top: 5px;
	width: 600px;
	padding: 10px;
	background-color: white;
	color: 0000CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#propctrls {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 45px;
	height: 600px;
	padding: 5px;
	background-image: url(gfx/yellband.gif);
}

#cpyrgt {
	position: absolute;
	width: 650px;
	left: 30px;
	text-align: right;
	color: black;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#cpyrgt a:link {
	color: black;
}
#cpyrgt a:visited {
	color: black;
}
#cpyrgt a:hover {
	color: grey;
}


TD {
	font-family : Arial, Helvetica, sans-serif;
	color : white; --#0000CA;
	font-size: 14px;
}


TD.property {
	font-family : Arial, Helvetica, sans-serif;
	color : #0000CA;
	font-size: 14px;
}

H3 {
	color: white; --#0000CA;
}

#ticker {
	width: 630px;
	background-color: #0000CA;
	color: white;
	border-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}