/* override default background */
body.anti_diversion
{
	background: none;
	background-color: #FFF;
}

/* adjust length of page content area/footer */
body.anti_diversion div#wrapper
{
	height: 1500px;
}

/* position content area */
body.anti_diversion div#content
{
	left: 320px;
	top: 66px;
	width: 640px;
	font-size: 11px;
}

body.anti_diversion div#content h2
{
	background-image: url(../images/anti_diversion.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 285px;
	height: 44px;
	color: #000;
	font-size: 2.1em;
	text-indent: -9999px;
	float: right;
}

body.anti_diversion div#content h3
{
	clear: both;
	background-image: url(../images/fine_print.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
	height: 100px;
	color: #ebebeb;
	font-size: 9em;
	text-indent: -9999px;
	border-top: 1px #000 solid;
}

body.anti_diversion div#content div.dotted {
	background-image: url(../images/dotted_640.gif);
	background-repeat: no-repeat;
	width: 640px;
	height: 1px;
	padding: 0 0 12px 0;
}

body.anti_diversion div#content dl {
	width: 425px;
	font-size: 1.1em;
}

body.anti_diversion div#content dl dt {
	padding: 1.4em 0 1em 0;
	font-weight: bold;
}

body.anti_diversion div#content a
{
	color: #0CF;
	font-weight: normal;
	text-decoration: underline;
}

body.anti_diversion div#content a:hover
{
	text-decoration: none;
}
