

/* Enter in the dance, plug it in and we begin... */
/* Chancery Place Page Layouts */
/* Niall Wilson 2009 */


html, body
{
	margin:0 auto;
	height:100%;
	overflow:auto;
	background-color:#002147;
	font-family:Helvetica, Arial, sans-serif;
}

.Wrapper
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.Branding
{
	position:fixed;
	top:50px;
	left:50%;
	margin-left: 50px;
	width:220px;
	height:150px;
	font-size:40px;
	line-height:34px;
	font-weight:bold;
	color:#CCCCCC;
}

.Branding /* for ie6 and under*/
{
	position:absolute;
	top:50px;
	left:50%;
	margin-left: 50px;
}

#small
{
	font-size:18px;
	font-weight:normal;
	line-height:68px;
}

.Message
{
	position:absolute;
	top:400px;
	left:50%;
	margin-left: 50px;
	width:200px;
	min-height:200px;
	font-size:28px;
	line-height:30px;
	color:#CCCCCC;
	font-weight:bold;
}

.Message a:link
{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
}

.Message a:visited
{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
}

.Message a:hover
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
	font-weight:normal;
}

.Message a:active
{
	color:#002147;
	text-decoration:underline;
	font-size:18px;
	font-weight:normal;
}


.Right_Column
{
	position:absolute;
	top:50px;
	left:50%;
	width:320px;
	margin-left:-320px;
	float:left;
	min-height:100px;
	font-size:28px;
	line-height:30px;
	color:#CCCCCC;
}

* html .Branding .GNS
{
	position: absolute;
}