@import url(/mailform/dd-formmailer.css);
body{
 background-color: #EBEBEB; 
 background-image: url(/images/cityseal_fade_bg.jpg);
 margin: 0 12px 0 12px; font-family: Arial, Helvetica, sans-serif; font-size: 13px;
}
td.dpw{
	list-style: outside; 
	 list-style-type: none;
/*	border:1px dotted black;*/
	line-height: 1.2em;
	margin-left: -10px;
	padding-left:-10px;
	font-size: 85%;
	}
a:hover{
	 color: #8A6137; background-color: #FFFFFF; text-decoration: underline;
}
a{
	 color: #00089C; text-decoration: underline;
}
A.wlink {
	text-decoration : none;
	font : 10px serif;
	color : Gray;
	background-color : #EBEBEB;
	border-top: 1px solid gray;
} 
 A.wlink:HOVER {
	background : #FFFFFF;
	font-style : italic;
	font: 10px serif;
	text-decoration : underline;
	border-top: 1px solid gray;
}
div.menu{
	 border: 1px solid #A9A9A9; width:750px;
}
.button{
	background-image: url(images/gray_buttonbar_bg.jpg); background-repeat: repeat-x; padding-left:4px; padding-right:4px;
}
a.menulink,a.menulink:visited{
	font-weight: bold; color: #00089C; text-decoration: none; border-right: 2px gray solid; padding-right: 8px;
}
a.menulink:hover{
	font-weight: bold; color: #8A6137; text-decoration: none; border-right: 2px gray solid; padding-right: 8px; background-color: transparent;
}
div.wholepage{
	width: 760px; border: 1px; border: 1px solid #A9A9A9;
}
div.content{
	text-align: left; padding: 10px; 
	background-image: url(images/cityseal_fade_bg.jpg); background-position: center; background-repeat: repeat-y;
}

/* put a 1px black border on the */ 
/* table's top and right edge */
.tableborder {
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;
	}
/* put a 1px black border on every 
 TD in any table with a class of 
 "tableborder", BUT only on the 
 bottom and left of each TD  */
.tableborder td {
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	padding-left:8px;
	}
.borderall{
	border:1px solid black; font-size: 115%; font-weight: bold;
}
	.highlight{
		background-color: #d9d2a6;
	}
	.ward1{
		background-color: #f2c5bf;
	}
	.ward2{
		background-color: #a7e0b7;
	}
	.ward3{
		background-color: #f2f2c0;
	}
	.ward4{
		background-color: #98dfe3;
	}
	.ward5{
		background-color: #d2dbd8;
	}
	.ward6{
		background-color: #bcafe5;
	}
	ul.letters li{
		list-style-type: lower-alpha;
	}
	td.weatherborder_rgt{
		border-right: 2px solid black;
	}
.gray{
color: #A0A0A0;
}
ul.spaced li{
	padding-bottom: 8px;
}