*, body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

body {
	background-color: #527446;
	margin: 0px;
	padding: 0px;
}

img { border: none; }

h1 {
	padding: 3px 3px 3px 8px;
	background-color: #eec;
	border-bottom: 1px solid black;
	margin-top: 0px;

}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none !important;
	color: #000;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	padding: 0px;
}

.error {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
}

#masthead {
	height: 80px;
	background: url("/images/nav/masthead.jpg");
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
}

#tagline, #footer {
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin: 0px;
	padding: 2px 6px 2px 0px;
}

#footer { font-size: 10px; }

#navcell {
	width: 140px;
	padding-top: 29px;
}

#rightpad { width: 6px; }

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

#contentcell, .cornercell, .blankcell {
	background-color: #fcfcfc;
}

.cornercell {
	width: 27px;
}

#sidenavcontainer {
	padding-left: 7px;
}

#sidenavcontainer ul {
	list-style-type: none;
	border-top: 1px solid black;
}

#sidenavcontainer ul, #sidenavcontainer li {
	margin: 0px;
	padding: 0px;
	
}


#sidenavcontainer li {
 	background-image: url("/images/nav/nav_bg.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#sidenavcontainer a, #sidenavcontainer a:link, #sidenavcontainer a:visited, #sidenavcontainer a:hover {
	width: 133px;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 3px 3px 7px;
	border-bottom: 1px solid #000;
	background-image: url("/images/nav/nav_bg.gif");
	width: 123px !important;
	width /**/:133px;
	width: /**/133px;
}

li.sidenavsub {
	background-color: #527446;
}


li.sidenavsub a, li.sidenavsub a:link, li.sidenavsub a:visited, li.sidenavsub a:hover, li.sidenavsub a:active {
	background-image: none !important;
	background-color: #ffe !important;
	font-weight: normal !important;
	font-size: 9px;
}


#sidenavcontainer a:hover, li.sidenavsub a:hover {
	background-image: none;
	background-color: #fcfcfc !important;
}




table.pcrtable {
	background-color: #fff;
	border-collapse: collapse;
}

.pcrtable td {
	border: 1px solid black;
	padding: 3px;
	vertical-align: top;
	text-align: left;
}

.pcrtable thead td {
	background-color: #ccc;
	font-weight: bold;
	vertical-align: bottom;
	text-align: center;
}

.pcrtablesubhead {
	font-weight: bold;
	background-color: #eef;
}

.residentoverbox {
	position: absolute;
	color: black;
	border: 2px solid black;
	background-color: #eee;
	z-index: 1;
	visibility: hidden;
	padding: 12px;
	width: 300px;
}

.printonly { display: none; }


@media print {
	.printonly { display: block; }
	.noprint { display: none; }
	#masthead, .cornercell { display: none; }

}


