body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	margin: 0px;
}

td {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #f90;
}
a.table {
	color: #ff6;
}
a.admin {
	color: black;
	text-decoration: none;
}

a.link.admin {
	text-decoration: none;
}

a:hover.table {
	color: #f90;
}
a:hover.admin  {
	color: black;
	text-decoration: none;
}

.boilerplate {
	font-size: larger;
}
.tagline {
	font-size: xx-large;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
.centertext {
	text-align: center;
}
.lefttext {
	text-align: left;
}
.righttext {
	text-align: right;
}
.boldtext {
	font-weight: bold;
}

table.center { 
margin-left: auto;
margin-right: auto;
}
td.header {
	height: 120px;
	width: 10px;
}
td.headerlogo {
	height: 120px;
	width: 397px;
}
td.headerslug {
	height: 120px;
}

td.forminfo {
	font-size: smaller;
	width: 150px;
}
td.formlabel {
	width: 150px;
}
td.detail {
	width: 78px;
}
td.avail {
	width: 80px;
}
td.address {
	width: 310px;
}
td.city {
	width: 170px;
}
td.rent {
	width: 50px;
}
td.secdep {
	width: 50px;
}
td.total {
	width: 50px;
}
tr.row1 {
	background-color: #eeeeee;
}
tr.row2 {
	background-color: #99cc99;
}

.navbar {
	font-size: smaller;
}
.navred {
	color: #FF0000;
	font-weight: bold;
}
.navbarbold {
	font-size: smaller;
	font-weight: bold;
}
.searchlabel {
	color: red;
	font-weight: bold;
}
.columnheading {
	font-size: smaller;
	background-color: #006600;
	color: white;
}
.yellowtext {
	color: yellow;
	font-weight: bold;
}


img.logo {
	text-align: left;
	border: 0px;
}
img.verticalmiddle {
	vertical-align: middle;
}

.cssnav	{
	position: relative;
}
.cssnav0	{
	position: relative;
	padding-left: 64px;
}

.cssnav span {
	visibility:hidden;
	position: absolute;
	background-color: #FFFFCC;
	padding: 5px;
	left: 0px;
	top: 0px;
	border: 1px outset gray;
	color: black;
	text-decoration: none;
}

.cssnav span img {
	width: 160px;
	height: 120px;
	border: 2px solid black;
}
.cssnav:hover span{
	visibility: visible;
	left: 64px;
	top: 22px;
	z-index: 10;
	text-align: center;
}

