﻿h1 {
	background-color: #FFFFFF;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #186287;
	margin-bottom: 10px;
}

h2 {
	background-color: #FFFFFF;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #808080;
	font-style: italic;
	margin-bottom: 10px;
}

#formBgColour {
	background-color:#f4f4f4
}

#rightTableSubHeader {
	background-color: #FFFFFF;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#contactPageDisplay {
	background-image: url('Images/contact.jpg');
	background-repeat: no-repeat;
}

#morePageDisplay {
	background-image: url('Images/more.jpg');
	background-repeat: no-repeat;
}

#servicesPageDisplay {
	background-image: url('Images/services.jpg');
	background-repeat: no-repeat;
}

#indexPageDisplay {
	background-image: url('Images/index.jpg');
	background-repeat: no-repeat;
}

#aboutPageDisplay {
	background-image: url('Images/about.jpg');
	background-repeat: no-repeat;
}

#competencyPageDisplay {
	background-image: url('Images/competencies.jpg');
	background-repeat: no-repeat;
}

#performancePageDisplay {
	background-image: url('Images/performance.jpg');
	background-repeat: no-repeat;
}

#quotePageDisplay {
	background-image: url('Images/quote.jpg');
	background-repeat: no-repeat;
}

#learnersPageDisplay {
	background-image: url('Images/learners.jpg');
	background-repeat: no-repeat;
}

#thxContactPageDisplay {
	background-image: url('Images/thxContact.jpg');
	background-repeat: no-repeat;
}

#thxQuotePageDisplay {
	background-image: url('Images/thxQuote.jpg');
	background-repeat: no-repeat;
}

#mainTableSubHeader {
	background-color: #FFFFFF;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #808080;
	font-style: italic;
}

.pageDisplayAlign {
	width: 550px;
	height: 100px;
	top: 100px;
	position: absolute;
}

#mainTableContent {
	width: 100%;
}

#mainTableHeader {
	background-color: #FFFFFF;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #186287;
}
#mainTableText {
	padding: 0px 20px 10px 20px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
}

#rightTableContent {
	width: 100%;
}

#rightTableHeader {
	background-color: #FFFFFF;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #186287;
	text-align: center;
}
#rightTableText {
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CBD0D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	border-top-color: #CBD0D2;
	border-top-style: solid;
	border-top-width: 1px;
	color: #808080;
}
#rightDivAlign {
	padding: 10px;
	background-color: #FFFFFF;
	position: absolute;
	width: 165px;
	top: 220px;
	left: 770px;
	height: auto;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #CBD0D2;
}
#pageMainContent {
	padding: 10px;
	position: absolute;
	background-color: #FFFFFF;
	top: 220px;
	height: auto;
	width: 730px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #CBD0D2;
}

#pageDisplay {
	width: 350px;
	height: 100px;
	top: 65px;
	position: absolute;
	background-color: #808080;
}

#logoLeftAlign {
	width: 260px;
	height: 100px;
	float: right;
	background-color: transparent;
	background-image: url('Images/cbarsLogoLeft.png');
	background-repeat: no-repeat;
	margin-top: 0px;
}

#mainbg {
	background-image: url('Images/topSmall.jpg');
	background-repeat: repeat-x;
}

#linkTable {
	margin-top: 0px;
	position: relative;
	height: 30px;
	width: 760px;
}

#topLinks {
	padding: 1pt;
	font-size: 14px;
	color: #8aaed5;
	font-family: Calibri;
	text-align: center;
}
#linkTextSelected {
	padding: 1pt;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Calibri;
	text-align: center;
}
#linkOver{
	padding: 1pt;
	font-size: 15px;
	color: white;
	font-family: Calibri;
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
}
ul{
	display: inline;
}
ul li{
	display: inline;
}
ul li a{
	padding: 1pt;
	font-size: 14px;
	color: #8aaed5;
	font-family: Calibri;
	text-align: center;
}