BODY
	{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666; 
	background: #eee;
	background-image:url(/images/template/bg_watermark.gif);
	background-position: top right;
	background-repeat: no-repeat;
	}

/* ---[ links ]------------------------------- */

a:link, a:visited { 
	color: #400039;
	text-decoration: none;
	}

a:hover 
	{ 
	color: #95027B;
	text-decoration: underline;
	}

/* ---[ common elements ]--------------------- */

p, li, th, td { 
	font-size: 80%; 
	}
	
p { 
	margin: 0; 
	padding: 0 0 12px 0; 
	line-height: 17px; }
	
STRONG {
	font-weight: bold;}
	
EM{ 
	font-style: italic;}
	
/* ---[ layout ]------------------------------- */

#outer 
	{
	width: 998px; 
	margin: 0 auto; 
	padding: 0 10px 0 10px; 
	text-align: left; 
	}

#headerCont
	{ 
	height: 100px;
	margin: 20px 0 15px 0;
	}
	
/* ---[ header left ]------------------------------- */	

#headerLeft
	{
	float: left;
	width: 400px;
	}

#headerLeft IMG
	{
	float: left;
	margin-right: 10px;
	}

#headerTxt{	
	margin-top: 25px;
	}

P.txtHeaderMKSM
	{
	font-size: 100%;
	color: #400039;
	padding: 0 0 5px 0;
	}

P.txtHeaderTel
	{
	font-size: 100%;
	color: #95027B;
	padding: 0px;
	}

.txtHeaderContact
	{
	font-size: 90%;
	}

.txtHeaderContact a:link, .txtHeaderContact a:visited
	{
	color: #B576AA;
	border-color: #B576AA;
	}
	
.txtHeaderContact a:hover
	{
	color: #95027B;
	border-color: #95027B;
	}
	
/* ---[ header right ]------------------------------- */	

#headerRight
	{
	float: right;
	width: 210px;
	margin-top: 25px;
	}

*html #headerRight
	{
	margin-top: 10px;
	}
	
/* ---[ header search box ]------------------------------- */	

#cse-search-box form
	{
	width: 100%;
	}

#headerRightSearch
	{
	width: 201px;
	}

#cse-search-box input
	{
	float: left;
	width: 134px;
	height: 21px;
	border: 0;
	margin: 0px;
	padding: 5px 5px 0 34px;
	background: none;
	color: #666;
	background-image: url(/images/template/bg_SearchBox.gif);
	background-repeat: no-repeat;
	}

.searchBtn
	{
	float: left;
	}
	
#cse-search-box button{ 
background-image: url(/images/template/btn_search.gif);
background-repeat: no-repeat;
width: 27px; height: 26px; 
cursor: pointer; float: left; border: 0;
} 

#cse-search-box button:hover{ 
background-image: url(/images/template/btn_search.gif);
background-repeat: no-repeat;
width: 27px; height: 26px; 
cursor: pointer; float: left;
}

/* ---[ publications search box ]------------------------------- */	

#cse-search-box2 form
	{
	width: 100%;
	}

#cse-search-box2 input
	{
	float: left;
	width: 134px;
	height: 21px;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 5px 5px 0 34px;
	background: none;
	color: #666;
	}
	
#cse-search-box2 button{ 
width: 27px; height: 26px; 
cursor: pointer; float: left; border: 0;
} 

#cse-search-box2 button:hover{ 
width: 27px; height: 26px; 
cursor: pointer; float: left;
}	
	
/* ---[ accessibility ]------------------------------- */	

#accessibility{
	clear:both;
	padding-top: 8px;
	height: 25px;
	}

#accessibility P{
	float: left;
	width: 97px;
	font-size: 75%;
	margin: 3px 0 0 3px;}
	
#txtSizeBtns
	{
	float: left;
	width: 100px;
	text-align: right;
	margin-top: 0px;
	}

#txtSizeBtns IMG
	{
	margin-left: 5px;
	}

#headerRight a:link, #headerRight a:visited { color: #666; border-color:#666; }
#headerRight a:hover { color: #333; border-color:#333;}
	
/* ---[ top navigation ]------------------------------- */

#topNavBar
	{
	clear:both;
	/*position:absolute;
	top: 134px;*/
	height: 44px;
	background-image: url(/images/template/bg_topNav.gif);
	background-repeat: repeat-x;
	background-position:top;
	}

/*ul#topnavUL li {
	float: left;
	margin: 0; padding: 0;
}*/

#topNavBar ul li
	{
	display: inline;
	/*position: relative;*/
	}

#topNavBar ul li a:link, #topNavBar ul li a:visited
	{
	display: block;
	float: left;
	padding: 10px 21px 0 20px;
	margin-right: 1px;
	height: 27px;
	color: #DCAED4;
	text-decoration: none;
	border-left: 1px solid #600151;
	border-right: 1px solid #BC68AD;
	background-image: url(/images/template/bg_topNav-off.jpg);
	background-repeat: repeat-x;
	}


*html #topNavBar ul li a:link, *html #topNavBar ul li a:visited{ 
	padding: 10px 18px 0 20px; /* ------ ie 6 fix ----- */
	}
	

#topNavBar ul li a:hover
	{
	color: #FFF;
	background-image: none;
	background-color: #A67DA2;
	border-left: 1px solid #400039;
	}

/* ---[ top nav drop down ]------------------------------- */

#topNavBar ul#topNav li DIV.sub {
	position: absolute; /*--Important--*/
	z-index: 99!important; 
	top: 172px; 
	left: 50%;
	margin-left: -499px;
	background: #A67DA2 ; /*--Background gradient--*/
	padding: 3px 10px 3px;
	background-image: none;
	display: none; /*--Hidden for those with js turned off--*/
}

*html #topNavBar ul#topNav li DIV.sub {
margin-left: -502px;
	padding: 3px 10px 8px;}

#topNavBar ul#topNav li DIV.sub ul{
	list-style: none;
	position:relative;
	margin: 0; 
	padding: 0;
	width:978px;
	/*float: left;*/
}

*html #topNavBar ul#topNav li DIV.sub ul{
	width:986px;
}


#topNavBar ul#topNav DIV.sub ul li a:link, #topNavBar ul#topNav DIV.sub ul li a:visited {
	float: left;
	font-size:12px;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 0 15px 0 0;
	margin: 7px 0 7px 15px;
	display: inline;
	background-image:none;
	text-decoration: none;
	color: #fff;
	border-left: none;
	border-right: 1px solid #925A8D;
}
#topNavBar  ul#topNav DIV.sub ul li a:hover {
	color: #fff;
	font-weight: bold;
	/*background-position: 5px 12px ;--Override background position--*/
}
	
/* ---[ menu positions IE6 ]------------------------------- */

#topNavBar ul#topNav li.executive DIV.sub ul
	{margin-left: 170px;}

#topNavBar ul#topNav li.infrastructure DIV.sub ul
	{margin-left: 200px;}
	
#topNavBar ul#topNav li.performance DIV.sub ul
	{margin-left: 240px;}	

#topNavBar ul#topNav li.news DIV.sub ul
	{margin-left: 420px;}	

#topNavBar ul#topNav li.publications DIV.sub ul
	{margin-left: 630px;}	

#topNavBar ul#topNav li.links DIV.sub ul
	{margin-left: 680px;}	
	
/* ---[ menu positions]------------------------------- */

*html #topNavBar ul#topNav li.executive DIV.sub ul
	{width:808px;}

*html #topNavBar ul#topNav li.infrastructure DIV.sub ul
	{width:778px;}
	
*html #topNavBar ul#topNav li.performance DIV.sub ul
	{width:738px;}	

*html #topNavBar ul#topNav li.news DIV.sub ul
	{width:558px;}	

*html #topNavBar ul#topNav li.publications DIV.sub ul
	{width:348px; margin-left:}	

*html #topNavBar ul#topNav li.links DIV.sub ul
	{width:298px;}	

/* ---[ main container ]------------------------------- */

#mainCont
	{
	/*position:absolute;
	top: 173px;*/
	border: 1px solid #999;
	padding: 40px 20px 15px 20px;
	background-image: url(/images/template/bg_mainCont.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	}

/* ---[ left column]--------------------- */

#leftCol{
	float: left;
	width: 250px;
	margin: 0 30px 30px 0;}

#quickLinks{
	color: #FFF;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #551845;
}
#quickLinks label{
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
	height: 15px;
	margin-bottom: 14px;}

.txtleftNavHeading{
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #551845;
	padding: 5px 10px 5px 10px;
	background-color: #E5E0E4;
	border: 1px solid #FFF;
	}

#leftCol UL{
	margin: 10px 5px;}

#leftCol LI{
	list-style: none;
	padding: 5px 0 5px 23px;
	background-image: url(/images/template/bullet_leftNav.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom: 1px solid #ccc;}

#leftCol LI.subNav{
	margin-left:25px;
	padding: 3px 0 3px 12px;
	background-image: url(/images/template/bg_bullet2ndLevel.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	border-bottom: none;}

#leftCol LI a.current:link, #leftCol LI a.current:visited, #leftCol LI.subNav a.current:link, #leftCol li.subNav a.current:visited{ /* current item highlight colour */
	color: #95027B;
	font-weight:bold;}

	
.txtleftRelated{
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin: 4px 0 15px 0;
	background-color: #95027B;
	border: 1px solid #FFF;
	background-image: url(/images/template/bg_relatedHeader.gif);
	background-repeat:no-repeat;
	background-position: top right;
	}

#leftCol UL.ListRelated{
	margin: 10px 5px;}

#leftCol UL.ListRelated LI{
	list-style: none;
	padding: 5px 0 5px 26px;
	background-image: url(/images/fileTypeIcons/leftNav_icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom: 1px solid #ccc;}

#leftCol UL.ListRelated LI.word{
	background-image: url(/images/fileTypeIcons/leftNav_icon_word.gif);}

#leftCol UL.ListRelated LI.powepoint{
	background-image: url(/images/fileTypeIcons/leftNav_icon_pp.gif);}

#leftCol UL.ListNews{
	margin: 10px 5px;}

#leftCol UL.ListNews LI{
	list-style: none;
	padding: 5px 0 5px 23px;
	background-image: url(/images/template/bullet_MainCont.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	border-bottom: 1px solid #ccc;}

.txtleftNewsletter{
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin: 4px 0 15px 0;
	background-color: #551845;
	border: 1px solid #FFF;
	}

#leftCol FORM#form_newsletter label{
	font-size:80%;}
	
.newsSignupBox input
	{
	width: 213px;
	height: 21px;
	border: thin #fff;
	background: none;
	margin: 4px 0;
	padding: 5px 5px 0 10px;
	color: #666;
	border: 0;
	background-image: url(/images/template/bg_txtBoxnewsletter.gif);
	background-repeat: no-repeat;
	}
	
/* ---[ main column ]--------------------- */

#mainCol p a:link, #mainCol p a:visited { /* link dotted underline */
	background-color: transparent;
	border-color: #999;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;}

#mainCol {
	float: left;
	width: 650px;
	margin-bottom: 30px;}

#mainCol IMG.imageAlignRight{
	float: right;
	margin-left: 15px;
}

#mainCol IMG.imageAlignLeft{
	float: left;
	margin-right: 15px;
}

#mainCol IMG.imageThumbnail{
	float: left;
	margin-right: 15px;
	padding: 2px;
	border: 1px solid #DDDDDD;
	}

#mainCol UL{
	margin: 0 40px 20px 35px;
	}
	
#mainCol LI{
	padding-left: 20px;
	margin: 8px 0;
	line-height: 16px;
	background-image: url(/images/template/bullet_MainCont.jpg);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

#mainCol UL LI.pdf, #mainCol UL LI.word, #mainCol UL LI.powerpoint{
	list-style: none;
	padding: 5px 0 5px 26px;
	background-position: 0 3px;}

#mainCol UL LI.pdf{
	background-image: url(/images/fileTypeIcons/leftNav_icon_pdf.gif);}
	
#mainCol UL LI.word{
	background-image: url(/images/fileTypeIcons/leftNav_icon_word.gif);}

#mainCol UL LI.powerpoint{
	background-image: url(/images/fileTypeIcons/leftNav_icon_pp.gif);}

#mainCol OL{
	margin: 0 40px 20px 35px;
	}
	
#mainCol OL LI{
	list-style-type:decimal;
	padding-left: 0px;
	margin: 8px 0;
	line-height: 16px;
	background-image: none;
}

HR{
	clear: both;
	margin: 5px 0;
	color: #fff;
	height: 1px;
	padding: 5px 0;
	background-color:#fff;
	border: 1px dotted #ccc; 
	border-style: none none dotted;
	}

.indentedPanelPale{
	margin: 0px 50px 10px 50px;
	padding: 10px; }

.teamCol{
	float: left;
	width: 200px;
	}

.teamCol IMG{
	margin-bottom: 8px;}

/* ---[ main image ]--------------------- */

#slideshow1{
	/*z-index: 1!important; */
	float:right;
	width: 264px;
	height: 189px;
	margin: 0 15px 10px 20px;
	background-image: url(/images/template/bg_mainImage.jpg);
	background-repeat: no-repeat;
	}

.pics {
	OVERFLOW: hidden; 
	}

.pics IMG {
	margin: 20px 15px 0 25px;  
	WIDTH: 224px; 
	HEIGHT: 142px; 
	}

/* ---[ table ]--------------------- */

TABLE{
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}

TH, TD{
	padding: 5px 7px;
	}

TH{
	color: #333333;
	font-weight: bold;
	background-color: #eee;
	}

TD{
	border-bottom: 1px dotted #ccc;
	}

/* ---[ partners bottom panel ]------------------------------- */

#partners{
	clear: both;
	background-color: #CFBFCD;
	padding: 5px 10px;
	margin-top: 15px;}

#partners P{
	color: #AD7E9F;
	line-height: 18px;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 95%;
	margin: 0px;}

#partners P.TxtPurpleItalic{
	font-size: 120%; 
	color:#76285F; 
	margin-bottom: 0px;}

#partners a:link, #partners a:visited { color: #9A648B; border-style: none; }
#partners a:hover { color: #521742; }

/* ---[ footer ]------------------------------- */

#footerA
	{
	color: #FFF;
	margin: 12px 0 15px 0;
	padding: 12px 0 0 25px;
	height: 30px;
	background-color:#521742;
	}

#footerA a:link, #footerA a:visited{
	color: #DCAED4;
	}

#footerA a:hover{
	color:#FFF;
}

#footerB{
	color: #521742;
	text-align: right;
	}