body {
	font-family: Arial, Helvetica, sans-serif;
}

/* Header */

#header {
	display: none;
}

/* Top Nav */

#topNav {
	display: none;
}

/* Left Column */

#leftColumn {
	display: none;
}

/* Middle Column */

#middleColumn {
	width: 600px;
	height: auto;
	font-size: 12px;
	line-height: 20px;
}

#middleColumn h1 {
	font-size: 22px;
	font-weight: normal;
	color: #bd617f;
	margin: 0;
	padding: 0;
}

#middleColumn h2 {
	font-size: 11px;
	font-weight: normal;
	color: #bd617f;
	line-height: 12px;
	margin: 5px 0 0 0;
	padding: 0;
}

#middleColumn h3 {
	font-size: 18px;
	color: #085e70;
}

#middleColumn ul {
	list-style: none;
}

#middleColumn ul li {
	background: url(../images/bullet.gif) left 8px no-repeat;
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}

#middleColumn a:link, #middleColumn a:visited {
	color: #0099b2;
	text-decoration: underline;
}

#middleColumn a:hover, #middleColumn a:active {
	color: #0099b2;
	text-decoration: none;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
}

.imgLeft {
	float: left;
	margin: 0 10px 10px 0;
}

#btmLogo {
	color: #185a65;
	text-align: center;
	line-height: 18px;
	margin-top: 30px;
}

#btmLogo strong {
	font-size: 22px;
	line-height: 28px;
}

/* Right Column */

#rightColumn {
	display: none;
}


/* Footer */

#footer {
	display: none;
}

/* Disclaimer */

#disclaimer {
	
}
