a{
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color:#204061;
}
a:visited {
	text-decoration: underline;
	color:#336699;
}

#content { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; } 

#content p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

#content h1 { font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}

#content li {
	list-style-type: disc;
	color: #000000;
	font-size: 12px;
}

/* community updates & monthly photos boxes */
.commu { width: 384px; background-color: #dee7e7; padding: 5px; margin-bottom: 5px; line-height: 1.3em; text-align:center; }
.commu a { font-weight: bold; }

/* right navigations */
.rights p { line-height: 2em; text-align: center; }
.rights a { font-family: Verdana, Arial, Helvetica, sans-serif; }
.xtr { width:185px; height:500px; background-image: url(/housing/peelbuilds/art/right-background1.jpg); }
/* home page has different height/width needs than the other pb pages, so it's got the 'xtr' */

/* used for development page titles */
.locname {
	color: #005237;
	font-size: x-large;
	font-family: tahoma, verdana, arial, sans serif;
	font-weight: normal;
}

dl.projectdefs dt {
	font-weight: bold;
	font-size: small;
	margin-bottom: 5px;
}

dl.projectdefs dd {
	font-weight: normal;
	font-size: small;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.rightlinks {
	width: 185px;
	background-color: inherit;
}

.rightlinks ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.rightlinks ul li {
	line-height: 150%;
	text-align: center;
	list-style-type: none;
}

.rightlinks ul li a {
	text-decoration: none;
}
