body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(images/brand-bg-border.gif);
	margin: 20px;
	padding: 0px;
	background-repeat: repeat-y;
	background-color: #FFFFdd;
}

a:link {
	color: #333300;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #0099CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	margin-left: 20px;
}

#header {
	margin: 10px 30px;
	height: 148px;
	width: 625px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 2px;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background-color: #c96;
	width: 100%;
	border: thin solid #330000;
	font-weight: 500;
	height: 30px;
	overflow: hidden;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	margin: 2px;
}

.subheader span {
	float: right;
	position: relative;
	top: -24px;
}

.float-left {
	float: left;
	margin-left: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.float-right {
	float: right;
	margin-left: 6px;
	margin-right: px;
	margin-bottom: 4px;
}
.footer {
	background-color: #FFFF99;
	border: thin solid #330000;
	padding: 4px;
	font-weight: bold;
}

.footer-c {
	background-color: #FFFF99;
	padding: 4px;
	border-top: thin solid #330000;
	border-right: none;
	border-bottom: thin solid #330000;
	border-left: thin solid #330000;
	font-weight: bold;
}
#assoc {
	position:relative;
	visibility:visible;
	height:auto;
	overflow: auto;
	background-image: url(images/torquoise.gif);
	padding: 10px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 2px;
	text-align: center;
}
#assoc img {
	margin: 4px;
	}

#ad_banner {
display:none;
}
.urlwarn {
	color: #660000;
	background-color: #FFdddd;
	border: 2px solid #900;
	width: 625px;
	margin: 2px;
	padding: 2px;
	display: none;
}
