* {
	font-family: arial, verdana, sans-serif; 
}
a {
	color: #CC2127;
	text-decoration: underline;
}
ul.BasicList, 
ol.BasicList {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.LinkList a {
	margin: 0 3px 0 3px;
}
h1, h2, h3 {
	margin-top: 0;
	margin-bottom: 0;
	clear: both;
}

/* Techniques from Bulletproof Web Design */
body {
	margin: 0;
	padding: 0;
	font-size: small;
	color: black;
	text-align: center;
}
#OneEnclosingDivToRuleThemAll {
	margin: 0 auto;
	font-size: 100%;
	text-align: left;
}
/* Adjustment for IE5 */
body {
	font-size: x-small; /* IE5 Win */
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
/* Be nice to Opera */
html>body { 
	font-size: small;
}

#Line1WithMainLogo {
	clear: left;
	padding: 2px;
	height: 35px;
	border-bottom: 1px solid white;
}
#MainLogo {
	margin: 0 0 5px 7px;
	float: left;
	height: 28px;
}
#MainLogo img {
	position: absolute;
	top: 3px; 
}


#Footer {
	clear: both;
	padding: 2px;
	color: white;
	border-top: 1px solid white;
	margin-right: 20px; 
	width: 100%;
}

/* class styles */
.standardPopupMargin, dl.standardPopupMargin dt {
	margin-top: 20px;
}

.topper {
	float: right;
	font-size: 12px;
}

.bolder {
	font-weight: bold;
	font-size: 14px; 
}

.closeLink {
	color: #000000;
	float: right;
	margin-right: 20px; 
	line-height:35px;
}

#Footer .closeLink {
	color: #ffffff;
	line-height:1em;
}

div.popupBody {
	padding:10px 17px 10px 10px;
}
/* tag based styles */
a {
	text-decoration: none;
}

dl {
	margin-top: 20px; 
}

dl dt {
	margin-left: 25px;
}

h4 {
	margin-top: 20px;
	margin-bottom: 0px;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}

.siteCatalyst {
	position: absolute;
}
