
/* Position of all the main bits */

#Header 
{
	height: auto;
	padding: 4px;
}

#Navigation 
{
	clear: both;
	padding: 4px;
	height: auto;
	background-color: white;
}

#Content 
{
	padding: 4px;
	margin: 0;
	background-image: none;
}

#Footer 
{
	height: 30px;
	padding: 4px;
	border-top: 10px solid #00882F;
	background-image: none;
}

/* Header area */

#Header .Logo 
{
	padding: 0;
}

#Header .Logo img
{
	width: auto;
	height: auto;
}

/* Main navigation bar */

#Navigation a 
{
	padding: 2px 5px;
	width: 49%;
	margin: 0 2px 2px 0;
}

/* Main content area */

#Content h1
{
	font-size: 18px;
}

#Content h1, 
#Content h2, 
#Content h3, 
#Content p,
#Content ul,
#Content ol 
{
	width: auto;
}

#Content .PullOut 
{
	float: none;
	width: auto;
	text-align: center;
}

#Content .Highlight 
{
	width: auto;
}

#Home,
#Home .Introduction
{
	margin: 0;
}

#Home .TwoCol .LeftCol, 
#Home .TwoCol .RightCol,
#Home .ThreeCol .LeftCol, 
#Home .ThreeCol .CentreCol, 
#Home .ThreeCol .RightCol
{
	width: auto;
	float: none;
}

#Footer .copyright,
#Footer .privacy
{
	width: auto;
	float: none;
}

#Affiliations 
{
	display: none;
}