html {
	margin: 10px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	padding: 0px;
	background-color: #7868B9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #473B87;
}
#pagewidth {
	width:760px;
	background-color: #E4D3E5;
	border: 3px solid #473B87;
	margin-right: auto;
	margin-left: auto;
} 
/*  ##[[-----Header-----]]##  */ 
#header{
	position:relative;
	height:81px;
	background-color:#E4D3E5;
	width:100%;
	background-image: url(../images/constant/logo2.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473B87;
} 
#header  h1 {
	color: #473B87;
	font-size: 95%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
	width: 245px;
	text-align: center;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E4D3E5;
}
#header .smaller {
	font-size: 95%;
	text-align: justify;
}
/*  ##[[-----Left Column-----]]##  */ 
#leftcol{
	width:160px;
	float:left;
	position:relative;
	background-color:#E4D3E5;
	margin-top: 5px;
	margin-bottom: 10px;
 }
 #leftnav a:link,  #leftnav a:visited {
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-size: 80%;
	color: #473B87;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/constant/button1a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	background-color: #E4D3E5;
}
#leftnav a:hover {
	text-decoration: underline;
	background-image: url(../images/constant/button2a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftnav .dev a:link, #leftnav .dev a:visited,
#leftnav .coach a:link, #leftnav .coach a:visited,
#leftnav .train a:link, #leftnav .train a:visited {
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-size: 80%;
	color: #473B87;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/constant/button1b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 36px;
	background-color: #E4D3E5;
}

#leftnav .nlp a:link, #leftnav .nlp a:visited,
#leftnav .new a:link, #leftnav .new a:visited {
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 28px;
	font-size: 80%;
	color: #473B87;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/constant/button4a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	background-color: #E4D3E5;
}

#leftnav .nlp a:hover,
#leftnav .new a:hover {
	text-decoration: underline;
	background-image: url(../images/constant/button4b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#leftnav .dev a:hover,
#leftnav .coach a:hover,
#leftnav .train a:hover {
	text-decoration: underline;
	background-image: url(../images/constant/button2b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
ul#leftnav {
	list-style-type: none;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
ul#leftnav li {
	padding: 0px;
	display: block;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*  ##[[-----Page ID navigation-----]]##  */ 
body#home li.home, body#dev li.dev, body#contact li.contact {
}

body#home li.home a:link, body#home li.home a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#out li.out a:link, body#out li.out a:visited,
body#teams li.teams a:link, body#teams li.teams a:visited {
	background-image: url(../images/constant/button3a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}
body#dev li.dev a:link, body#dev li.dev a:visited
body#coach li.coach a:link, body#coach li.coach a:visited,  
body#train li.train a:link, body#train li.train a:visited
 {
	background-image: url(../images/constant/button3b.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

body#nlp li.nlp a:link, body#nlp li.nlp a:visited,
body#new li.new a:link, body#new li.new a:visited 
 {
	background-image: url(../images/constant/button4c.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}


/*  ##[[-----Main Column-----]]##  */  
#maincol {
	background-color: #E4D3E5;
	float: right;
	display:inline;
	width:597px;
 }

#maincol img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#maincol .floatright {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#maincol .left {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#maincol p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 100px;
	font-size: 80%;
	line-height: 130%;
	text-align: justify;
	font-weight: normal;
}   

#maincol .quote1 {
	background-image: url(../images/constant/speach1.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding: 5px;
	margin-top: 10px;
	margin-right: 59px;
	margin-bottom: 0px;
	margin-left: 120px;
	border: 1px dotted #473B87;
}
#maincol .quote1 .quote2 img {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	border: 3px double #7868B9;
	float: left;
}

#maincol .quote2 {
	background-image: url(../images/constant/speach2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
#maincol .quote3 {
	font-style: normal;
	font-size: 80%;
}
#maincol .question {
	margin-left: 120px;
	padding: 0px;
}
#maincol .tag {
	text-align: center;
	font-weight: bold;
}
#maincol .drip01 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	width: 100px;
}
#maincol .drip02 {
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 40px;
	width: 100px;
	margin: 0px;
}
#maincol .drip03 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 96px;
	width: 100px;
}
#maincol .drip04 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 156px;
	width: 100px;
}
#maincol .drip05 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 198px;
	width: 100px;
}
#maincol .drip06 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 266px;
	width: 100px;
}
#maincol .drip07 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 384px;
	width: 100px;
}
#maincol .drip08 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 340px;
	width: 100px;
}
#maincol .drip09 {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 0px;
	top: 425px;
	width: 100px;
}

#maincol .drip01 img,
#maincol .drip02 img,
#maincol .drip03 img,
#maincol .drip04 img,
#maincol .drip05 img,
#maincol .drip06 img,
#maincol .drip07 img,
#maincol .drip08 img,
#maincol .drip09 img {
	margin: 0px;
	padding: 0px;
}
#bannerouter {
	height: 88px;
	width: 480px;
	border: 1px solid #000000;
	margin-left: 100px;
	background-color: #FFFFFF;
	padding: 0px;
}
#bannerleft, #bannerright {
	width: 76px;
	padding: 2px;
	height: 78px;
	margin: 2px;
	border: 1px solid #000000;
	float: left;
}
#bannerleft  img, #bannerright img {
	margin: 0px;
	padding: 0px;
}
#bannercentre {
	height: 78px;
	width: 300px;
	border: 1px solid #000000;
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#bannercentre p {
	margin: 2px;
	padding: 0px;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 75%;
}
#bannerright  img, #bannerleft img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bannerright a, #bannerleft a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}








ul.maincolul {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 130px;
	font-size: 80%;
	line-height: 120%;
	color: #473B87;
	background-color: #E4D3E5;
	text-align: left;
	padding: 0px;
	list-style-type: square;
}
ul.maincolul2 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 130px;
	font-size: 80%;
	line-height: 120%;
	color: #473B87;
	background-color: #E4D3E5;
	text-align: left;
	padding: 0px;
	list-style-type: none;
}

ul.maincolul li {
	margin-left: 0px;
}
ul.maincolul2 li {
	margin-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

ul.maincolulinner li {
	margin: 0px;
	padding: 0px;
}
#maincol #otherNews .maincolul,
#maincol #otherNews .maincolul2 {
	margin-left: 130px;
}

#maincol h2 {
	font-size: 100%;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 100px;
	background-color: #473B87;
	padding: 5px;
	background-image: url(../images/constant/headingbg.jpg);
	background-repeat: repeat;
	background-position: 0px -64px;
}
#maincol   h3   {
	font-size: 90%;
	margin-left: 100px;
	color: #473B87;
	background-color: #E4D3E5;
	text-decoration: underline;
}
#maincol h4 {
	margin-left: 100px;
	font-size: 100%;
}
#maincol h5 {
	margin-left: 100px;
}
#maincol h6 {
	font-size: 80%;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#maincol .wholistix1 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	background-color: #E4D3E5;
}
#maincol .wholistix2 {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-style: italic;
}
#maincol .wholistix3 {
	font-size: 70%;
	line-height: 100%;
	margin-right: 40px;
	margin-left: 120px;
	text-align: center;
}
#maincol .wholistix4 {
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
ul.wholistix5 {
	font-size: 70%;
	list-style-type: square;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 110%;
}

ul.wholistix6 {
	font-size: 80%;
	list-style-type: square;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 120%;
}
ul.wholistix5    li, ul.wholistix6 li {
	margin-left: 80px;
}
#maincol .wholistix7 {
	text-align: center;
}
#maincol  .wholistix8 {
	font-weight: bold;
	color: #FF6600;
}




.emphasise  {
	font-weight: bold;
}

.emphasise1 {
	font-weight: bold;
	font-style: italic;
}
.emphasise2 {
	font-style: italic;
}
.uladjust {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#maincol .emphasise3 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}






#maincol .drip {
	background-image: url(../images/constant/waterdrop4a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#maincol .drip2 {
	background-image: url(../images/constant/waterdrop4a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-bottom: 20px;
}
ul.maincoluldrip {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 80%;
	line-height: 120%;
	color: #473B87;
	background-color: #E4D3E5;
	text-align: justify;
	padding: 0px;
	list-style-type: square;
	background-image: url(../images/constant/waterdrop4a.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 0px;
}
ul.maincoluldrip li {
	margin-left: 130px;
}
#maincol .toppage {
	padding: 0px;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}
#maincol .toppage a:link, 
#maincol .toppage a:visited {
	font-size: 75%;
	color: #473B87;
	text-decoration: none;
	background-color: #E4D3E5;
}

#maincol .toppage a:hover {
	text-decoration: underline;
}
/*  ##[[-----Contact Form-----]]##  */  
#maincol .contactform p {
	clear: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#maincol .contactform .subs {
	margin-top: 15px;
	margin-bottom: 0px;
}
#maincol .contactform .subs1 {
	margin-top: 40px;
	margin-bottom: 0px;
}
#maincol .required {
	color: #FF0000;
	background-color: #E4D3E5;
}
#maincol label {
	float: left;
	width: 25%;
	text-align: left;
}
#maincol .contactform .text {
	width: 240px;
	color: #473B87;
	background-color: #E6E3F2;
}
#maincol .submit {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
}
#maincol #otherNews .hospitality {
	margin-left: 100px;
	padding: 0px;
	margin-right: 10px;
	font-size: 80%;
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473B87;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #473B87;
}
#maincol #otherNews .hospitality th {
	text-align: center;
	padding: 3px;
	background-color: #473B87;
	color: #E4D3E5;
}
#maincol  #otherNews  .hospitality  h6 {
	font-weight: bold;
	text-align: left;
	font-size: 100%;
	margin-top: 0px;
	padding: 3px;
}
#maincol #otherNews .hospitality .table1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #473B87;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #473B87;
}
#maincol #otherNews td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #473B87;
}

#maincol  #otherNews  .hospitality  .table2 {
	list-style-type: square;
	margin-left: 5px;
	padding-left: 15px;
}
#maincol #otherNews .hospitality .table2 li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#maincol #otherNews .hospitality .table3 {
	list-style-type: circle;
	margin-left: 5px;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 5px;
}
#maincol #otherNews .table4 {
	height: 10px;
	margin: 0px;
	padding: 0px;
}







/*  ##[[-----Main Column (Expanding Text)-----]]##  */  
#pagewidth #wrapper #maincol #otherNews h3 {
	font-size: 90%;
	margin-left: 100px;	/*	color: #473B87;
background-color: #E4D3E5;
	text-decoration: none;*/
	text-decoration: none;
}
#pagewidth #wrapper #maincol #otherNews p {
	margin-left: 85px;
}
#pagewidth  #wrapper  #maincol  #otherNews  #allopenclosed  {
	text-align: right;
}

/*  ##[[-----Footer-----]]##  */  
#splash {
	background-color: #FFFFFF;
	height: 160px;
	width: 760px;
	background-image: url(../images/constant/lilacripple3.jpg);
	background-repeat: no-repeat;
	background-position: -410px -210px;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #473B87;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
#splash  p   {
	margin-top: 20px;
	margin-left: 480px;
	margin-right: 20px;
	font-size: 80%;
	margin-bottom: 0px;
}
#splash  a:link, #splash  a:visited {
	color: #473B87;
	text-decoration: none;
	font-weight: bold;
	background-color: #E4D3E5;
}
#splash  a:hover {
	text-decoration: underline;
}



 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
