body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #8C8C8C;
	font-size: 100%;
	margin-top: 4px;
	padding: 0;
	text-align: center;}
	
.hidden{visibility: hidden;}

p {text-align: left; font-size: 0.69em;}    /* text-align is for IE */

/*td {border-style: none; border-spacing: 0px; border-collapse: collapse}*/

td {text-align: left; 1px solid red;}    /* text-align is for IE */

ul, ol{font-size: 0.69em !important}

br.clearall {clear: left; margin: 0; line-height: 0px; padding:0; }

ul li {
	font-size: 0.95em !important;
	list-style: square;
	margin: 6px 25px 0 25px;}

a:hover {
	font-weight: bold;
	color: #C06000;
	text-decoration: underline;
}

a:link {
	font-weight: bold;
	color: #C06000;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #CC6600;
	text-decoration: underline;
}

.italics{
font-size: 0.69em !important;
font-style: italic;
margin-right: 25px !important;
}
/* Page Layout containers */
#mypagecontainer {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	height: 100%;
	background-color: #FFF;
	background-repeat: repeat-y;
}

#mybodycontainer {
        width: 770px;     /*  added by me 13.10 for IE 6.0*/
	padding: 0;
	margin: 0;
	height: 100%;
	/* this is a kludge for IE6 */
  /*height: 450px;*/
}
/* Header Layout containers & styles */
#headerimage {
	float: left;
	width: 590px;
	height: 92px;
	background-image: url(kew.gif);
	background-color: #999;
}
#headerimage h1 {
	color: #FFF;
	margin: 35px 0 0 20px;
	letter-spacing: 1px;
	font-size: 1.56em;
  	font-weight: normal;
}
#headerlogo {
	float: left;
	width: 180px;
	height: 100px;
	padding: 0;
	margin: 0;
	display: inline;
	background-color: #999;
}

#headerlogo img {
border: 0;
}
/* Nav Column container */

#navigationcolumn {
	float: left;
	width: 180px;
	/*height: inherit;*/
	padding: 0;
	margin: 0;
	background-color: #D3B66F;
        height:500px;
}
/* Footer Layout containers & styles */
#footer {
	height: 10px;
	background-color: #CCC;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: both;
}


#footer a:link, #footer a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
#footer p {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	color: #6f6f6f;
}

#footerpad table {margin: 0; padding: 0;}
#footerpad tr {margin: 0; padding: 0;}
#footerpad td {margin: 0; padding: 0;}

/* STRUCTURE CONTENT */

#structure td {
  color: #515151;
  background: #F5ECD6;  
  vertical-align: top;
  padding: 0px;
  border-style: none;}


/* BODY CONTENT */
#content {
	float: left;
	width: 590px;
	margin: 0px 0px 20px 0px;
	padding: 0;
}

#content p {
	/* font-size: 0.69em;  */
	font-size: 0.75em !important;
	/* color: #515151;  */
	color: #666666  !important;
	line-height: 15px;
	/* line-height: 1.4em!important; */
        margin: 2px 20px 0px 10px; 
	padding: 5px 20px 0px  !important;
}

#content p a {
	color: #993300;
	font-weight: bold;
	text-decoration: underline;
}

#content p a:hover {color: #DF410A}

/* Demo Results Table, also talbes on other pages */

#content table {font-size: 0.69em; color: #515151; line-height: 15px; margin: 7px 25px 0px 25px;}

#content th {color: #515151; background: #D4C49D; vertical-align: top; padding: 2px 8px 2px 6px;}
#content td {color: #515151; background: #F5ECD6; vertical-align: top; padding: 2px 8px 2px 6px;}
#content td a {color: #993300; font-weight: bold; text-decoration: underline;}

#content td a:hover {color: #DF410A}

#content ul, #content ol, #content li{font-size: 0.93em !important; line-height: 15px;}

#content h1 {
	font-size: 1.13em;
	color: #669999;
	font-weight: normal;
	margin: 20px 20px 20px 20px;}
	
#content h1 a:link, #content h1 a:visited {
	color: #669999 !important;
	font-weight: normal;
}
#content h2 {text-align: center; font-size: 1.05em; color: #993300; font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D5AF9B;
	margin: 20px 20px 10px 30px;
}

#content h2 a:link, #content h2 a:visited {color: #669999 !important;}

#content h3 {font-size: 0.85em;	color: #993300;	margin: 15px 20px 0px 30px; font-weight: bold;}

#content h3 a:link, #content h3 a:visited {color: #CC6600 !important;}

#content h4, #content h5, #content h6 {
	font-size: 0.75em;
	color: #993300;
	font-weight: normal;
	text-decoration: underline;
	margin: 10px 20px 0px 30px;	
}

#content li {color: #000000;}



/*  content table.withborders {
   border-width: 1px 1px 1px 1px;
   border-spacing: 1px;
   border-style: solid solid solid solid;
   border-color: gray gray gray gray;
   border-collapse: collapse;
   background-color: white;
   margin-left: auto;
   margin-right: auto;}  */

#content li {
	color: #666;
}

/*  #content ul.indented li { 
	color: #666;
	font-size: 0.69em !important;
	line-height: 1.6em;
	margin: 0 20px 0 123px; }  */

#content hr {
  color: #CCC;
  background-color: #CCC;
  height: 1px;
  margin: 6px 20px 0px 20px;
  border: 0;
	padding: 0;
}

/* hide from ie5-mac. only ie-win sees this. \*
/* html #left {
	margin-right: -3px;
}
* html #right {
	margin-left: -3px;
}
* html #container {
	height: 1%;
	margin-left: 0;
	margin-right: 0;
}
/* End hide from IE5/mac */

/* images */ 
.leftimage {
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-top: 3px;
}
.leftimage-noborder {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#left {
	width: 280px;
	display: block;
	border: 0;
	float: left;
}
#right {
	width: 280px;
	display: block;
	border: 0;
	float: right;
}
/* SF BREADCRUMB */
#SF_breadcrumbarea {
/* this is a kludge for IE6*/ 
	float: left;
	background-color: #805F2F;
	padding: 3px 0 3px 5px;
	width: 585px;
	min-height: 12px;
	height: 12px;
}
.SF_breadcrumb_line {
	margin: 0;
	color: #E0E4E4;
	font-size: 0.63em;
}
.SF_breadcrumb_title {
	margin: 0;
	padding-left: 15px;
}
.SF_breadcrumb_item, .SF_breadcrumb_item a:link, .SF_breadcrumb_item a:visited {
	margin: 0;
	color: #FFF;
	font-weight: lighter;
}
.SF_breadcrumb_item a:hover {
	color: #333;
}
/* SF MENUS */
#SF_menuarea {
	padding: 0;
	float: left;
	width: 180px;
	background: #777;
}
.SF_menu_level_1, .SF_menu_level_1_highlight {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.63em;
	text-decoration: none;
}
.SF_menu_level_1 a:link, .SF_menu_level_1 a:visited {
	display: block;
	width: 167px;
	color: #fff;
	background: #8DB3B3 no-repeat;
	padding: 3px 0 3px 8px;
	margin: 0 0 0 0;
	text-indent: 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #C06000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFCACA;
}
.SF_menu_level_1_highlight a:link, .SF_menu_level_1_highlight a:visited {
	color: #fff;
	display: block;
	text-indent: 0;
	padding: 3px 0 3px 8px;
	margin: 0 0 0 0;
	background: #CC6600 95% 50%!important;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D68534;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFCACA;
}
.SF_menu_level_1  a:hover {
	color: #fff;
	background: #CC6600 url(arrow.gif) no-repeat 100% 50%;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #D68534;
}
/* SUB NAV LIST */
.SF_menu_level_2, .SF_menu_level_2_highlight {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	text-indent: 0px;
	font-size: 0.61em;
	text-decoration: none;
}
.SF_menu_level_2 a:link, .SF_menu_level_2 a:visited {
	display: block;
	background: #ECF2F2;
	padding: 3px 3px 3px 16px;
	margin: 0 0 0 0;
	text-indent: 0px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A4C2C2;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1EBEB;
}
.SF_menu_level_2_highlight a:link, .SF_menu_level_2_highlight a:visited {
	color: #C06000;
	background: #ECF2F2;
	display: block;
	padding: 3px 3px 3px 16px;
	border-bottom: 1px solid #E1EBEB;
	margin: 0 0 0 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #BA9E79;
	text-decoration: none;
}
.SF_menu_level_2 a:hover , .SF_menu_level_2_highlight a:hover {
	color: #C06000;
	background-color: #ECF2F2;
	background-image: url(../images/1x1transparent.gif);
	border-left-width: 5px;
	border-left-style: solid;
}


/* Navigation */

.SF_menu_level_1 a, .SF_menu_level_1 a:link, .SF_menu_level_1 a:visited {
	color: #ffffff;
	background: #D3B66F no-repeat;
	border-top-color: #E4D3BC;
	border-bottom: 1px solid  #D9B29F;
	}

.SF_menu_level_1_highlight a:link, .SF_menu_level_1_highlight a:visited {
	color: #ffffff; background: #91682F!important;  
	border-bottom: 1px solid #D9B29F; 
	border-left-color: #E4D3BC; }

.SF_menu_level_1 a:hover,  .SF_menu_level_1_highlight a:hover {
	background: #91682F url(arrow.gif) no-repeat 100% 50%;
  border-left-color: #E4D3BC;
	}
	
/* SUB NAV LIST */
.SF_menu_level_2 a:link, .SF_menu_level_2 a:visited
{
	color: #B0946E;
	background: #EEDDD5;
	border-left-color: #E4D3BC;
	border-bottom-color: #D9B29F;
	}
.SF_menu_level_2_highlight a:link, .SF_menu_level_2_highlight a:visited
{
	color: #993300;
	background: #EEDDD5;
	border-bottom-color: #D9B29F;
}
.SF_menu_level_2 a:hover , .SF_menu_level_2_highlight a:hover 
{
	color: #993300;
	background-color: #EEDDD5;
	border-left-color: #D9B29F;
}

.leftimage {border: 0 !important; }

pre {margin-left: 20px;}

/*  table.cmtable {
   border-width: 1px 1px 1px 1px;
   border-spacing: 1px;
   border-style: solid solid solid solid;
   border-color: gray gray gray gray;
   border-collapse: collapse;
   background-color: white;
   margin-left: auto;
margin-right: auto;
margin-top: 5px;
}
table.cmtable th {
   border-width: 1px 1px 1px 1px;
   padding: 0px 0px 0px 0px;
   border-style: inset inset inset inset;
   border-color: gray gray gray gray;
   background-color: white;
}
table.cmtable td {
   border-width: 1px 1px 1px 1px;
   padding: 0px 0px 0px 0px;
   margin: 0;
   border-style: inset inset inset inset;
   border-color: gray gray gray gray;
   background-color: white;
   font-size: 8pt;
}
 
table.cmtable td p 
{ 
font-size: 10px !important;
margin: 1px 2px 1px 2px !important;
}   */
