body
{
	font: 100% times, serif;
	background: #fff;
	color: #000;
	width: 100%;
	margin: 0;
	float: none;
}

#container
{
	text-align: left;
	background: #FFF;
	width: 100%;
	margin: 0;	
	float: none;
}

#top
{
	display: none;
}

#content
{
	width: 100%;
	margin: 0;	
	float: none;
}

#leftnav
{
	display: none;
}

#navcontainer
{
	display: none;
}

#topnavbar
{
	display: none;
}


#footer
{
	display: none;
}


#content h2 {
	margin: 0 0 1em 0;
	line-height: 140%;
}

h1
{
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}

.bl2
{
	background: url(../images/boxes/3bl.gif) 0 100% no-repeat #F1D163
}

.br2
{
	background: url(../images/boxes/3br.gif) 100% 100% no-repeat
}

.tl2
{
	background: url(../images/boxes/3tl.gif) 0 0 no-repeat
} 

.tr2
{
	background: url(../images/boxes/3tr.gif) 100% 0 no-repeat; padding:5px
}


table {
	font-size: 100%;
}

/* square box with heading in different colour than body */
/* Appeared at: http://www.wpdfd.com/editorial/wpd0103.htm */


.issue_box {
	BORDER-RIGHT: #3366cc 1px solid; /* originally #b3b3ff 1px dashed;*/
	PADDING-RIGHT: 10px; /* originally 10px */
	BORDER-TOP: #3366cc 1px solid; /* originally #b3b3ff 1px dashed;*/
	PADDING-LEFT: 10px; /* originally 10px */
	FLOAT: right;
	PADDING-BOTTOM: 10px; /* originally 10px */
	MARGIN: -15px 0px 10px 20px;
	BORDER-LEFT: #3366cc 1px solid; /* originally #b3b3ff 1px dashed;*/
	WIDTH: 250px;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #3366cc 1px solid; /* originally #b3b3ff 1px dashed;*/
	BACKGROUND-COLOR: #ececec
}

.issue_box H3 {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	/* FONT-SIZE:80% ; -- was '1em' */
	PADDING-BOTTOM: 5px;
	MARGIN: 0px -10px 12px;
	PADDING-TOP: 5px;
	BACKGROUND-COLOR: #3366cc;
	color: #FFFFFF;
}

.issue_box H4 {
	/* FONT-SIZE: 70%; -- was '0.8em' */
}

.issue_box H4 A {
	COLOR: #b4178c;
	TEXT-DECORATION: none
}

.issue_box H4 A:hover {
	TEXT-DECORATION: underline
}

.issue_box P {
	/* FONT-SIZE: 80%; -- was '0.8em' */
	/* LINE-HEIGHT: 1.2em */
}

/* Use hr tag to insert dividing line between paragraphs */
hr
{
	border:none 0;
	border-top:1px dotted #999999;
	height:1px; /* whatever the total width of the border-top and border-bottom equal */
	width: 100%;
	/* color:#999999; */
}	
