/* hack for ie/win's guillotine bug */
/* start non ie/mac css \*/
* html #text {
  height: 1%;
}

/* table formatting*/
html /*  force scroll bars  */  { margin-bottom: 1px; width: 100%; height: 100%; min-height: 100% }
/* globals */

body {
	text-align: center;
	background-color: #f9f7e9;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}

#container {
	display: block;
	margin: 0 auto;
	width: 904px;
	background-color: #ffffff;
	
}

/* Contains rest of HTML */
#centrecontainer {
	width: 900px;
	text-align: center;
	margin: 0 auto;
	
}

#header {
	width: 900px;
	height: 80px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#flashheader {
	width: 900px;
	height: 220px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

#colourbar {
	width: 900px;
	height: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


a {
  color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}


#pagebody {
	width: 900px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#pagecontent {
	text-align: right;
	float: left;
	width: 708px;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#maincontent {
	text-align: left;
	float: left;
	width: 500px;
	padding: 5px 10px 60px 25px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color : #333333;
}

#maincontent a:link, #maincontent a:visited
	{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-color: #C3910C;
	}


#maincontent a:hover
	{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #C3910C;
	}

#maincontent li {
	text-align: left;
	color: #006666;
	list-style: square url(none);
	line-height: 20px;
	margin: 0px;
}

#right {
	width: 150px;
	float: right;
	text-align: center;
	padding: 10px 5px 50px 0px;
	margin: 0px 5x 0px 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px; 
}

#rightimages img {
	border-bottom: 1px solid #9b7556;
	border-left: 0px;
	border-right: 0px;
	border-top: 1px solid #9b7556;
	
}


#left {
	width: 192px;
	float: left;
}

#lp {
	width: 192px;
	float: left;
	margin-top: 0px;
	background-image: url(T_images/nav_bg.png);
	}

#lp ul {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
#lp li {
	border-bottom: 1px solid #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
#lp li a:link, #lp li a:visited  {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-indent: 25px;
}
#lp li a:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 25px;
	background-color: #C3910C;
}

#lp ul li.active a {
	color:#FFFFFF;

	text-decoration:none;

	background-color: #C3910C;
}


li     {
	color: #FFFFFF;
	text-align: center;
	list-style: none;
	line-height: 20px;
	margin: 0px;
}


/* Footer nav links */

#footer {
	background-image: url(images/botbar.gif);
	background-color: #f9f7e9;
	clear: both;
	width: 900px;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}

#address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	height: 12px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
}

#credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	height: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
	color: #666666;
}

#credit a:link, #credit a:visited
	{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}


#credit a:hover
	{
	text-decoration: underline;
	}
	
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #817F50;
	text-align: left;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}

