/* Shared CSS */

body {
	margin: 0px;
	padding: 0px;
	background: #5c7fbf;
	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: #1e365a;
	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: #5c7fbf;
	text-decoration: none;
	padding: 0 15px 0 15px;
}
#nav a:hover, #nav li a.selected {
	color: #ffffff;
	background-color: #5c7fbf;
}
#main {
	clear: both;
	background: #9fbbef;
	width: 900px;
}
#sidebar h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin-top: 0px;
}
#sidebar a {
	color: #990033;
	text-decoration:none;
}
#sidebar a:hover {
	color: #383639;
}
#sidebar p {
	font: 1.1em Arial, Helvetica, sans-serif;
	width: 130px;
}
#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: #5c7fbf;
	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.2em Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	color: #383639;
}
#content a, #footer a {
	color: #990033;
	text-decoration: underline;
}
#content a:hover, #footer a:hover {
	color: #999999;
}
#footer {
	clear: both;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #383639;
	background: #e7eefb;
	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: #4a6973;
	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;}