body {
	margin: -10px 0 0 -10px;
	padding:0;
	background-color:#000;
	font-family:arial, helvetica, verdana, 'trebuchet ms', geneva, sans-serif;
	font-size: .78em; /* 12px; */
  line-height:1.25em;
	color:#fff;
	text-align:center;
	}

html body {
	margin:0; 
	padding:0;
	}

img {
	border:0px;
	}
	
a {
	color:#147;
	text-decoration:underline;
	}
	
a:visited {
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}

h2 {
/*	font-size:1em;
	font-weight:bold;
  line-height:1.5em;
  margin-top:1em;
  margin-bottom:0.5em;
	position:relative;  fix background image display */
/*	float:left;
	color:#147;*/
	}
	
p {
  margin-top:0em;
  margin-bottom:0.5em;
	/*background:#999;*/
/*	text-align:justify;*/
	font-size:0.9em;
	padding-right:0px;
	color:#147;
	display:block;
	}

p strong {
  font-size:1.1em;
  }

td {
	font-size:0.9em;
  }

ul {
	padding:0px;
	padding-left:2em;
	margin:2px 0px 1em 2px;
/*	use this to change the size of the bullets, then specify &bull; in the HTML mark-up
	list-style-position:outside;
	text-indent:-1em; 
	list-style:none;
*/	}

ul li {
	margin:0px;
	}

.white, .whitebold, .whitebold a {
	color:#fff;
	}

.whitebold {
	font-weight:bold;
	font-size:1.1em;
	}

.red {
	color:#c03;
	}

.blue {
  color:#147;
  }

.bold {
	font-weight:bold;
	}

.strikeout {
	text-decoration:line-through;
	}

.small {
	font-size:.8em;
	}

#container {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
  width:759px;
  }

#rowTop1 {
	background-color:#6884B3;
	background-image:url(../images/top_banner.jpg);
	background-repeat:repeat-x;
	height:136px; /*136-7*/
	font-weight:bold;
	text-align:center;
	padding-top:0px;
	width:759px;
/*	border-top:1px solid #fff;*/
	}
	
#navlinks {
    height:23px; /* #rowTop padding=7px */
    }

a.navlink, a.navlink:visited, a.navlink:active, #navright a, #navright:visited, #navright:active {
	text-decoration:none;
  color:#053479;
	}

a.navlink:hover, #navright a:hover {
	text-decoration:underline;
	color:#c03;
	}

span.navlink {
	color:#c03;
	}

#logo {
	background-color:transparent;
	text-align:left;
	float:left;
	position:relative;
	top:7px; /* columnleft padding=11px */
	left:10px;
	height:104px;
	width:201px;
	}

#rowTop2 {
	background-color:#D8DCE3;
	background-image:url(../images/bg-search-grey.gif);
	background-repeat:repeat-y;
	height:25px;
	width:759px;
	border-top:1px solid #fff;
	clear:left;
	}

#frmSearch/*, #frmLogin*/ {
	background-color:transparent;
	display:inline;
	margin:0px;
	padding:0px;
	}
	
input.clsSearch {
	background-color:#E1E9F9;
	font-size:.9em;
	color:#000;
  border:1px solid #fff;
	width:110px;
	margin:0;
  margin-right:7px;
	position:relative; /* must use position for z-index to work */
  z-index:10; /* to show in front of s-curve */
	}

input.clsSubmit {
	background-color:transparent;
	color:#053479;
	padding:0;
	font-size:.9em;
	border:none;
	margin-top:1px;
	display:inline; /* fix double margins in ie6 */
	position:relative; /* must use position for z-index to work */
  z-index:11; /* to show in front of s-curve */
	}

#searchbox {
	background-color:transparent;
	float:left;
	padding-right:0px;
	padding-left:10px;
	width:500px;
	}

#searchlabel {
	background-color:transparent;
	background-image:url(../images/bg-search-label.gif);
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
	width:50px;
	margin-top:4px;
	padding-bottom:3px;
	padding-left:5px;
	font-weight:bold;
	color:#fff;
	}

.txtsearch {
	background-color:transparent;
	float:left;
	margin-top:3px;
	}

#main {
	text-align:left;
	background-color:#D8DCE3;
	width:759px;
	}

#colcontainer {
	background-color:transparent; 
	margin-left:0px;
	} 

#columnright {
	background-color:transparent;
	float:left;
	padding:37px 0px 5px 45px; /* padding-bottom can be zero because of spacer at end of div, set p padding-bootm:0px*/
	width:714px; 
	min-height:395px;
	position:relative;
	} 
	
* html #columnright {
	width:714px; /* +?px for ie6 */
/* because ie doesn't support min-height very well*/
/* hide from IE mac  \*/
	height:395px; 
	min-he\ight:595px;
/* end hiding from IE5 mac */
	} 

.spacer {
	clear:both; 
	overflow:hidden; 
	height:1px; 
	/*background:#999;*/
	}

#contentmain ul {
	font-size: 0.9em; /* 12px; */
  }

#rowBot1 {
	background-color:#E1E9F9;
	height:25px;
	border-top: 1px solid #fff;
	clear:left;
  color:#053479;
  font-weight:bold;
	}

#navbot {
  float:left;
  width:300px;
  margin-top:4px;
  margin-left:42px;
	display:inline; /* fix double margins in ie6 */
  }

#navbot a {
	background-color:transparent;
	background-image:url(../images/bg-search-label.gif);
	background-repeat:no-repeat;
	background-position:center left;
	float:left;
	padding-bottom:2px;
	padding-left:11px;
	padding-right:20px;
	font-weight:bold;
  }

#crumbs {
	float:left;
  margin-top:4px;
  color:#657B9D;
  text-transform:lowercase;
  }

a.navlink, a.navlink:visited, a.navlink:active {
	text-decoration:none;
  color:#053479;
	}

a.navlink:hover {
	text-decoration:underline;
	color:#c03;
	}

#crumbs a, #crumbs a:visited, #crumbs a:active {
  text-decoration:none;
  color:#657B9D;
  }

#crumbs a:hover {
  text-decoration:underline
  }

#crumbsIntro {
  font-weight:normal;
  }

#footer a {
  color:#fff;
}

#footer {
	background-color:transparent;
	color:#fff;
	height:36px;
	width:759px;
	}

#footerleft {
	float:left;
	padding-top:7px;
	padding-left:10px;
	}

#footerright {
	float:right;
	padding-top:5px;
	padding-right:10px;
	}

#menu {
    float:left;
/*    font-size:1.1em;*/
/*    padding:0.4em; /* using IE margins is unbalanced */
/*    margin:0em;*/
    background-color: transparent;
    text-align:left;
/*    display:none;*/
    }

#menu ul { /* all lists */
    float:left;
    padding:0em;
    margin:0em;
    list-style: none;
    background-color:transparent;
    z-index:20;
    }

#navright ul { 
    clear:both;
    padding:0em;
    margin:0em;
    list-style: none;
    background-color:transparent;
    z-index:20;
    }

#navright ul ul li {
  padding-left:1em;
  } 

#menu a {
    display:block;
/*    padding-left: 0.75em; 
    padding-right: 0.75em; */
    padding-right: 0.6em;
    color:#fff; 
    text-decoration: none;
    }

#menu>ul.level2>li {
    /* max-width:11em; */
    }

#menu ul.level2 a {
    border-right:1px solid #f03;
    padding:6px 10px 2px 9px;
    }

/* to hide the right hand side border */
 #menu ul.level2:after {
    color:#147;
    border-left:1px solid #147;
    content:".";
    margin-left:-1px;
    padding:0px 0px 1em 0px;
    }

#menu ul.level3 a, #menu ul.level4 a {
    border:none;
    padding:0;
    }

#menu li ul a {
    color:#036;
    padding:0em;
    margin:0em;
    line-height: 1.5em;
    }

#menu ul.level2 a:hover, #menu ul.level2>li.trail, #menu ul.level2>li.active {
    background-color:#8FA6D3;
    background-image:url(../images/menu-toplevel-bg.gif);
    background-repeat:repeat-x;
  }

#menu ul.level3 a:hover, #menu ul.level4 a:hover, #menu ul.level3 li.active {
    background:none;
    background-image:none;
  }

#menu a:hover {
    color: #fff;
    text-decoration:none;
    }

#menu ul ul a:hover {
    color:#fff;
    background: transparent; 
    text-decoration: none;
    }

#menu li { /* all list items */
    float: left;
    background-color:transparent;
}

#menu li ul { /* second-level lists */
    position: absolute;
    background: #ccf;/*ededef*/
    width: 10.5em; /* add padding if specified for list-items */
    display: none; /* Suckerfish @ htmldog.com uses left:-999em but this causes problems for tabbed browsing */
    border:0.1em solid #fff;
    border-top:none;
    margin:0em;
    opacity:0.95;
}

#menu ul ul li { /* second-level-and-above list items */
    width: 10em; /* must specify width for Opera */
    padding:0.1em;
    padding-left:0.25em;
    padding-right:0.25em;
    border-top:0.1em solid #fff;
    }

* html #menu ul ul li {
    width:10.5em;
    }

#menu li ul ul { /* third-and-above-level lists */
    margin-top:-1.5em;
    margin-left:11.1em;
    font-size:0.9em;
}

#menu li:hover ul ul, #menu li.sfhover ul ul { /* allows 3 level but more can be added */
    display: none; /* Suckerfish @ htmldog.com uses left:-999em but this causes problems for tabbed browsing */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
    display:block;
}

#menu ul ul li:hover, #menu ul ul li.sfhover { /* control each list item */
    color:#fff;
    background: #039;
}

#menu ul ul li.open {
  background-image:url(../images/menu-arrow-right.gif);
  background-repeat:no-repeat;
  background-position:center right;
  }

.parent {
    color:#6cc;
    }
    
.grandparent, li a.level1x span.parent {
    color:#9ff;
    }

