@charset "iso-8859-1";

/* quite handy to work out what's going on, view all box borders:
* {
	border:1px solid #000;
}
*/

/* always show scrollbars so that content centers consistently */
HTML {
	min-height: 101%;
	height: 101%;
	background-color: #eee;
}
BODY {
	font-family: Calibri, Verdana, Arial, sans-serif;
	font-size: 12pt;
	min-width: 800px;
	width: 800px;
	margin: 6px auto 6px auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	color: #106;
	text-align: center; /* IE6 fix page centering */
}
IMG {
	border: 0px;
}
TABLE, TR, TD {
	padding: 0px;
	margin: 0px;
}
DIV.logolink {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
TABLE.everything {
	background-color: #dfb2b1;
	border: 1px solid #888;
	border-collapse: collapse;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-image: url('images/pagebg.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}

TABLE.topLinks {
	clear: right;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	vertical-align: bottom;
}
TABLE.topLinks TR {
	vertical-align: bottom;
}
TABLE.topLinks TD {
	white-space: nowrap;
	padding: 0px 4px 6px 0px;
	vertical-align: bottom;
}
TABLE.topLinks A.selected {
	background-color: #fff;
	color: #000;
}
TABLE.topLinks  A {
	padding: 6px 6px 6px 6px;
	background-color: #900;
	color: #cdceff;
}
SPAN.pageLinkSelected {
	background-color: #fff;
}
SPAN.pageLinkSelected A {
	color: #106;
}

TD.sidebar {
	color: #fff;
	padding: 0px;
	margin: 0px;
}
TD.sidebar A, TR.footer A {
	color: #cdceff;
}
ul.sidebarLinks li {
	background-color: #b14b4b;
}
TD.sidebar li.selected {
	background-color: #fff;
}

TD.main {
	background-color: white;
	color: #222;
}
DIV.main {
	min-height: 320px;
}
DIV.mainBlockTitle {
	color: #a00;
	clear: left;
}
DIV.main A {
	color: #00f;
}

/*
   bizarre IE7 workaround - bg image on TR doesn't work. It displays the TR image in
   each TD so move the right hand one over by 200px
*/

TR.header {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	background-repeat:no-repeat;
	background-position: top left;
}
TD.headerImage {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	height: 120px;
/*
	background-image: none;
*/
	vertical-align: bottom;
}
TD.headerContent {
/*
	background-image: none;
*/
	background-repeat:no-repeat;
	background-position: -200px 0px;
	vertical-align: bottom;
}
BODY#index TD.headerImage, BODY#index TD.headerContent {
	background-image: url('images/cooking.png');
}
BODY#news TD.headerImage, BODY#news TD.headerContent {
	background-image: url('images/mountains.png');
}
BODY#who TD.headerImage, BODY#who TD.headerContent {
	background-image: url('images/wood.png');
}
BODY#what TD.headerImage, BODY#what TD.headerContent {
	background-image: url('images/kalash.png');
}
BODY#publications TD.headerImage, BODY#publications TD.headerContent {
	background-image: url('images/tree.png');
}
BODY#contact TD.headerImage, BODY#contact TD.headerContent {
	background-image: url('images/boys.png');
}
BODY#search TD.headerImage, BODY#search TD.headerContent {
	background-image: url('images/cooking.png');
}

TD.sidebar {
	vertical-align: top;
}
DIV.sidebarContent {
	padding: 0em 1em 0em 1em;
	text-align: left;
}
TD.main {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	min-width: 600px;
}

TABLE.topLinks a:hover {
	background-color: #fff;
	color: #106;
}

TD.sidebar {
	padding-top: 12px;
}
DIV.sidebarLinkBox {
	width: auto;
	margin: 0px;
	padding: 0em 0em 0em 1em;
}
ul.sidebarLinks {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.sidebarLinks ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.sidebarLinks li {
	padding: 0px;
	margin: 0.25em 0em 0.25em 0em;
}
ul.sidebarLinks li a {
	display:block;
	padding: 0.25em;
	color: #cdceff;
}
ul.sidebarLinks li a:visited {
	color: #cdceff;
}
ul.sidebarLinks li a:hover{
	background-color: #fff;
	color: #106;
}
DIV.searchbox {
	margin: 12px 0px 12px 0px;
}
DIV.searchbox INPUT {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

DIV.main {
	position: relative;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 20px 20px;
}
/*
DIV.main {
	text-align: justify;
}
*/
DIV.main P {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
}
DIV.main UL {
	list-style: square;
	margin: 0px 0px 20px 20px;
	padding: 0px;
}
DIV.mainBlockTitle {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	clear: both;
}
DIV.publication {
	clear: left;
	display: block;
	margin: 8px 0px 12px 0px;
}
DIV.publication IMG.floatLeft {
	float: left;
	margin: 0px 2px 8px 0px;
}
SPAN.qualifications {
	font-weight: normal;
}
A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

DIV.mainBlockImageLeft {
	float: left;
	padding: 0px 10px 8px 0px;
	margin: 0px 0px 0px 0px;
}
DIV.mainBlockImageRight {
	float: right;
	padding: 0px 0px 8px 10px;
	margin: 0px;
	text-align: right;
	clear: right;
	white-space: normal;
}
DIV.photoCaption {
	font-size: 10pt;
}

DIV.mainBlockRight {
	text-align: right;
}
/*
input.searchText {
	border:1px solid;
	border-color: #111 #333 #333 #111;
}
input.searchBtn {
	border:1px solid;
	border-color: #333 #111 #111 #333;
	background-color: #900;
	color: #fff;
}
*/

DIV.sidebarContent, TD.footer {
	font-size: 11pt;
}
DIV.newsTitle {
	font-weight: bold;
	font-size: 13pt;
}
DIV.mainBlockTitle {
	font-weight: bold;
	font-size: 13pt;
}

DIV.clearFloats {
	clear: both;
}

TR.footer TD {
	color: #fff;
	background-color: #900;
}
DIV.footerLeft {
	max-width: 490px;
	float: left;
	padding: 8px 8px 8px 8px;
}
DIV.footerRight {
	max-width: 290px;
	float: right;
	text-align: right;
	padding: 8px 20px 8px 8px;
}
IMG.external {
	padding: 0px 1px 0px 2px;
}
I {
	padding: 0px 2px 0px 0px;
}
A.toplink {
	position: relative;
	top: -6px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
A.searchLink {
    border:1px solid #cdceff;
	padding-left: 4px;
padding-right: 4px;
}

