
/*

From Palgrave Macmillan colour chart

	Pantone Cool Grey 6 = #B3B5B8 = cool grey
    Pantone 466 = #D1BF91 = light brown
	Pantone 208 = #8E2344 = dark red
    Pantone 214 = #CC0256 = pink
	Pantone 541 = #00538E = dark blue
	Pantone 548 = #004767 = darker blue
*/


body
{
	text-align: center;
	margin-top: 0;
	background-color: #D1BF91;
	font: 9pt/14pt Arial, Helvetica, sans-serif;
}

img
{
	border: none;
}

h1
{
	font-size: 18pt;
	line-height:normal;
	color: #D1BF91;
}

h2
{
	font-size: 16pt;
	color: #8E2344;
}

h3
{
	font-size: 14pt;
	color: #8E2344;
}

.inputtextbox input
{
	width: 175px;
	border: solid 1px #8E2344;
}

.inputlabel
{
	padding-top: 6px;
}

.inputbutton
{
	text-align: right;
	padding-top: 6px;
}

a
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: blue;
}

a:visited
{
	color: blue;
}

.allcontent
{
	overflow: auto;
	width: 750px;
	margin: 0 auto;
	padding: 0 0 0 0;
	border: solid 1px black;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/bg_left.gif);	
	background-repeat: repeat-y;
}

.bannerhead
{
	width: 100%;
	background: #8E2344 url(../headerbg2.png) repeat-x;
	display: table;
	height: 120px;
	#position:relative;
	overflow:hidden;}

.maincontent
{
	float: right;
	width: 510px;
	clear: none;
	margin: 20px 20px 20px 0px;
}
.maincontent p
{
	margin-left: 30px;
}

.maincontent ul
{
	margin-left: 50px;
}

.maincontent h2
{
	margin-left: 10px;
}
.maincontent h3
{
	margin-left: 10px;
}
.leftstrip
{
	width: 180px;
	padding: 10px 10px 100px 10px;
	display: block;
	float: left;
	clear: none;
	background-color: #B3B5B8;
	/*height: 500px;*/
}

.whedheadingouter
{
	#position:absolute;
	#top:50%;
	#right:0;
	display:table-cell;
	vertical-align: middle; 
}

.whedheadinginner
{
	#position:relative;
	#top: -50%;
	text-align:right;
	font-size: 22pt;
	line-height: 26pt;
	font-weight:bold;
	color: #D1BF91;
	padding-right:10px 	
}
.maincontentright
{
	text-align:right;
}

#combinedlogos
{
	position:relative;
	left:0;
	top: 0;
}

