﻿body 
{
	margin: 0px;
		font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#OuterDiv
{
	width: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
}

#OverLogoBar
{
	width: 100%;
	height: 10px;
	top: 0px;
	left: 0px;
	position: relative;
	z-index: auto;
	background-color: #FF6600;
}

#LogoBar
{
	width: 100%;
	height: 150px;
	top: 0px;
	left: 0px;
	position: relative;
	z-index: auto;
	background-color: #FFFFFF;
}

#Logo
{
	margin-left: -450px;
	background-position: left center;
	width: 637px;
	height: 75px;
	top: 40px;
	left: 50%;
	position: absolute;
	z-index: auto;
	background-image: url('Images/Structure/KnowledgeMatters.png');
	background-repeat: no-repeat;
	cursor: pointer;
}

.FixedText
{
	/*font-family: "Courier New" , Courier, monospace;*/
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 60px;
	float: left;
}

#ContactDetails
{
	margin-left: 220px;
	width: 280px;
	height: 75px;
	top: 40px;
	left: 50%;
	position: absolute;
	z-index: auto;
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
}

#ContactDetails A
{
	text-decoration: none;
	color: #333333;
}

#ContactDetails A:Hover
{
	text-decoration: underline;
	color: #333333;
}


#UnderLogoBar
{
	width: 100%;
	height: 4px;
	top: 0px;
	left: 0px;
	position: relative;
	z-index: auto;
	background-color: #999999;
}

#GradiantHolder
{
	width: 100%;
	height: 37px;
	top: 0px;
	left: 0px;
	position: relative;
	z-index: auto;
}

#PreGradiantBar
{
	width: 50%;
	height: 37px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 100;
	background-color: #F4C992;
}

#GradiantBar
{
	/*EA9B32*/
	background-position: center top;
	width: 100%;
	height: 37px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 200;
	background-image: url('Images/Structure/OrangeGradiant.png');
	background-repeat: no-repeat;
}

#HeaderBar
{
	/*EA9B32*/
	background-position: center bottom;
	width: 100%;
	height: 30px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 300;
	background-image: url('Images/Structure/Header.png');
	background-repeat: no-repeat;
}

#PostGradiantBar
{
	width: 50%;
	height: 37px;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 100;
	background-color: #FF6600;
}

#UnderGradiantBar
{
	width: 100%;
	height: 4px;
	top: 0px;
	left: 0px;
	position: relative;
	z-index: auto;
	background-color: #FF6600;
}

#Background
{
	background-position: center top;
	width: 100%;
	height: 500px;
	top: 0px;
	left: 0px;
	position: relative;
	z-index: -1;
	background-image: url('Images/Structure/GreyGradiant.png');
}

#CenteredContent
{
	margin: 0 auto;
	width: 900px;
	margin-top: -500px;
	background-color:#FFFFFF;
	height: 520px;
	z-index: auto;	
}

#MainContent
{
	margin: 0 auto;
	height: 470px;
	width: 900px;
	z-index: auto;
	position: relative;
}

#Footer
{
	margin: 0 auto;
	height: 30px;
	width: 900px;
	z-index: auto;
	position: relative;
	background-image: url('Images/Structure/Footer.png');
	background-repeat: no-repeat;
}

#Links
{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.Link
{
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 20px;
	height: 20px;
	cursor: pointer;
}

.Link:Hover
{
	text-decoration: underline;
}

.Footer
{
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
}

.Footer A
{
	font-family: 'Segoe UI' , Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
}

.Footer A:Hover
{
	text-decoration: underline;
}

.LeftLink
{
	width: 166px;
}

.LeftLinkS
{
		width: 166px;
	text-indent: -20px;
}

.RightLink
{
	width: 97px;
}

.BorderLink
{
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFFFFF;
}

#FooterLeft
{
	text-align: left;
	width: 300px;
	float: left;
	padding-left: 10px;
}


#FooterCentre
{
	text-align: center;
	width: 300px;
	float: left;
}


#FooterRight
{
	text-align: right;
	width: 280px;
	float: left;
}