/* Shared CSS */

body {
	margin: 0px;
	padding: 0px;
	background: #957762; /*  Robin's 7a5941 xtra 452c1a */
	font-size: 62.5%;
	color: #383639;
}
#container {
	width: 900px;
	border-right: 1px solid #383639;
	border-left: 1px solid #383639;
}
#ust {
	width: 900px;
	background: #7b82a5;
}
#nav {
	border-top: 1px solid #383639;
	border-bottom: 1px solid #383639;
	background: #452c1a; /*  Robin's 5f402c xtra 452c1a */
	padding: 10px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	font: 1.6em "Arial Narrow", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #383639;
}
#nav a {
	color: #c5b2a5; /* ffffff */
	text-decoration: none;
	padding: 0 15px 0 15px;
}
#nav a:hover, #nav li a.selected {
	color: #383639;
	background-color: #ffffff;
}
#main {
	clear: both;
	background: #ffffff; /* use the sidebar color here when there is one */
	width: 900px;
}
/* No sidebar on this site
#sidebar h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin-top: 0px;
}
#sidebar a {
	color: #a00f3a;
	text-decoration:none;
}
#sidebar a:hover {
	color: #383639;
}
*/
#content h1 {
	font: 3.2em "Arial Narrow", Helvetica, Arial, sans-serif;
	margin-top: 0px;
	color: #383639;
}
#content h2 {
	border-top: 1px solid #D2D2D5;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #b14c4c; /*  Robin's 6b3d36 xtra 823a3a*/
	margin-top: 20px;
	padding-top: 10px;
}
#content h3 {
	font: bold 1.6em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #383639;
	margin-bottom: -10px;
}
#content p, #content li {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	color: #383639;
}
#content a, #footer a {
	color: #a00f3a; /*  Robin's CC0033 */
	text-decoration: underline;
}
#content a:hover, #footer a:hover {
	color: #957762;
}
#footer {
	clear: both;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #383639;
	background: #c5b2a5; /*  Robin's bd9d6c */
	padding: 10px 20px 10px 20px;
}
#footer p {
	font: 1.0em Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #383639;
}


.ruleWhite {
	clear: both;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
	padding-top: 20px;
}
.clear {
	clear: both;
}
table.sansTable {
	font: 1.1em Arial, Helvetica, sans-serif;
}
table.listingsTable td {
	border-bottom: 1px solid #7c777f;
}
tr.header {
	background-color: #c5b2a5;
	color: #ffffff;
	font-weight: bold;
}
tr.ltgrey {
	background-color: #f0f0f0;
}
select, input, textarea {
	font: 1.1em Arial, Helvetica, sans-serif;
}

/* hack to fix anchor problem with them showing three underlined spaces after Collage upgrade */
.anchorGlyph {float:left;display:block;text-decoration:none;width:0; font-size:0;}
.anchorGlyph * {font-size:0; display:none;}