body {
	font-family: arial, helvetica, verdana;
	font-size:12px;
	color:#1e5154;
	margin:0;
	padding:0;
	background-color:#658160;
	background-image:url(/images/gradient.gif);
	background-repeat:repeat-x;
}

th,td {
	font-family: arial, helvetica, verdana;
	font-size:12px;
	color:#1e5154;
	vertical-align:middle;
	background-color:transparent;
}

ul.menu {
	list-style-type:none;
	font-family:arial, helvetica, verdana;
	font-size:12px;
	font-weight:bold;
	color: #006699;
}

a:link {
	text-decoration:none;
	color:#336699
}
a:visited {
	text-decoration:none;
	color:#663399;
}

a:hover {
	text-decoration:none;
	color:#996633;
}

#lmenu a:visited {
	color:#336699;
}

.l1emphasis {
	font-size:16px;
	font-weight:bold;
}

.l2emphasis {
	font-size:14px;
	font-style:italic;
}

.emphasis {
	font-weight: bold;
}

#topbanner {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:78px;
	margin:0px;
	padding:0px;
	background-image:url(/images/banner.gif);
	background-repeat:no-repeat;
}

#chain {
	position:absolute;
	top:85px;
	left:0px;
	bottom:0px;
	background-color:#000;
	z-index:2;
}

#water {
	position:absolute;
	top:85px;
	left:400px;
	height:42px;
	width:100%;
	background-image:url(/images/water.jpg);
	background-repeat:repeat-x;
	color:white;
	font-size:30px;
	text-indent:1em;
}

#tipbgnd {
	position:absolute;
	top:560px;
	left:50px;
	width:200px;
	z-index:10;
}
#totdtext {
	height:15px;
	text-align:right;
	color:white;
	font-weight:bold;
}

#tip {
	position:relative;
	top:10px;
	height:100px;
	text-align:right;
	color:white;
}

#lbracket {
	float:left;
	font-weight:bold;
}

#lmenu {
	position:absolute;
	top:107px;
	left:167px;
	height:220px;
	width:258px;
	line-height:20px;
	color:#2D5C5F;
	background-color:transparent;
	z-index:10;
}

#content {
	position:absolute;
	top:148px;
	left:426px;
	height:252px;
	width:340px;
	background-color:transparent;
}

#footer {
	margin-top: 8px;
	border-top: 1px solid black;
	text-align:left;
}

#flashes {
	margin-bottom: 5px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: #2D5C5F;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

/*
 * Indexed search
 */
.search_field
{
    color: #333333;
    font-size: 12px;
    font-variant: small-caps;
}

.search_field img {
	border: none;
}

.search_results, .search_highlight, .result_extract
{
    color: #999999;
    font-size: 9px;
}

.search_highlight
{
    font-weight: bold;
    color: #CC3300;
}

.result_link
{
    color: #333333;
    font-size: 10px;
    text-decoration: none;        
}

