@charset "utf-8";
/* CSS Document */
html	
	{
		height: 100%; 
		width: 800px; 
		margin: 0 auto; 
		padding: 20px 0px 0px 0;
		box-sizing: border-box;
		background: #4C5E8A; /* #2F8CE5; */
	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #666;
	position: relative; 
	height: 900px; 
	margin: 0 0 0; 
	padding: 20px 20px 20px 20px;
	border: 4px solid white;
	border-radius:12px;
	overflow:auto;
	box-shadow: inset 5px 5px 25px rgba(0,0,0,.5);
	background-color:#FFF;
}

header {
	border:0;
	padding:0;
	margin:0;
	text-align:center;
/*	background-image:url(images/GSComputingGrey.gif);
	background-repeat:no-repeat;
	background-position:inherit;
	height:140px;
	*/
}


header img {
	border:0;
	padding:0;
	margin:0;
}


#NavBar{
	text-align:right;
	padding:0px;
	border:10px;
	height: 30px;
}

#NavBar li{
	display: inline;
}
#NavBar li a:hover, li a:focus {
	color:#CC0;
	background-color:#FF9;
}
#NavBar li a {
	border-radius:4px;
	padding: 5px;
	text-decoration: none;
	background-color:#2F8CE5;
	color: #CCC;
	margin-top:10px;
}

article{
	height:550px;
	background-image: url(images/transparentlogoforblankbackground2.png);
	background-position: center;
	background-repeat:no-repeat;
}
#ListOfWorkIDo li{
	list-style-image:url(images/logoBullet.png)
}
#W3cAccreditationPanel {
	float:left;
	width:100px;
	height:100px;
}

footer{
	height:40px;
	text-align:center;
	padding:15px;
	background-image:url(images/horizontalline2.png);
	background-position:top;
	background-repeat:no-repeat;
}

footer p {
	color:#539BE3;
	font-size:9px;
}

.BodyText {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #003399; line-height: 20px}
.BodyTextWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; font-variant: normal; color: #FFFFFF}
.SmallHeadingWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
hr {
	border: thin double #FFFFFF;
}
.BodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: navy;
}
.BodyTextDarker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000066;
}
a:link {
	color: #3D94E7;
}
a:visited {
	color: #3D94E7;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
th, .BlueTableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	background-color: #4E96E7;
	padding: 1px;
	border: thin solid #000;
}

.IPTableStyle {
	vertical-align:middle;
	text-align:center;
	visibility: visible;
	border: thin solid #000;
	width: 99%;
}

.CWCTable, LoginTable
{
	display:inline-table;
	text-align:center;
	table-layout:inherit;
	color:#000;
	border:none;
	background-color:#093;
	border:0;
	width:400px;
}
.AlignCentre
{
	text-align:center;
}

#IPTable td {
	border: thin solid #000;
}

