@charset "utf-8";
/* CSS Document */

/* layout */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top {
	height:0;
	width:0;
}

#wrapper {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#header {
	display:none;
}
#address {
	display:none;
}

#content {
	width:1000px;
	position:relative;
	float:left;
	background:transparent;
}

#cols {
	width:1000px;
	height:500px;
}
#leftcol {
	display:none;
}
#nav {
	display:none;
}
#navfooter {
	display:none;
}
#navbanner {
	display:none;
}

#rightcol {
	position:relative;
	width:771px;
	float:left;
}

#footer {
	display:none;
}

/* content */
.yellow {
	color:#CC6600;
}
.noborder {
	border:none;
}
.imgright {
	float:right;
	margin:0 0 5px 10px;
}
.imgleft {
	float:left;
	margin:0 10px 5px 0;
}

#text {
	width:700px;
	margin:0 0 0 40px;
}
#text h1 {
	padding:0;
	margin:0;
	color:#990099;
	font-weight:bold;
	font-size:16px;
}
#text h2 {
	padding:0;
	margin:0;
	color:#330066;
	font-weight:bold;
	font-size:12px;
}
#text h3 {
	padding:0;
	margin:0;
	color:#CC6600;
	font-weight:bold;
	font-size:12px;
}
#text h4, h5, h6 {
	padding:0;
	margin:0;
	color:#330066;
	font-weight:bold;
	font-size:12px;
}
#text p {
	padding:0;
	margin:0;
	color:#330066;
	font-size:12px;
}
#text ul {
	padding:0;
	margin:0 0 0 18px;
	color:#330066;
	font-size:12px;
}
#text ol {
	padding:0;
	margin:0 0 0 18px;
	color:#330066;
	font-size:12px;
}
#text a:link {
	color:#330066;
}
#text a:visited {
	color:#a964bd;
}
#text a:hover {
	color:#CC6600;
}
#text .colorquote {
	color:#CC6600;
	font-style:italic;
	text-align:center;
}
#text .yellow {
	color:#CC6600;
}
#text .purple {
	color:#96317d;
}
