html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background: #c9e5f7 url(../images/background-seo.jpg) repeat-x;/*e7e8f9 url(../images/background.greenb.jpg) repeat*/
  color: #000000;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  width:839px;
}

.top_left_shadow { background:url(../images/top-left-shadow.png) bottom left no-repeat;	}
	
.top_right_shadow { background:url(../images/top-right-shadow.png) bottom right no-repeat;}
	
.top_shadow {background:url(../images/top-shadow.png) bottom repeat-x;	margin:0 8px;}
	
.shadow_left { 	background:url(../images/left-shadow.png) repeat-y;	}

.shadow_right {	background:url(../images/right-shadow.png) top right repeat-y;}

.btm_left_shadow { background:url(../images/btm-left-shadow.png) top left no-repeat; }

.btm_right_shadow { background:url(../images/btm-right-shadow.png) top right no-repeat; }

.btm_shadow { background:url(../images/btm-shadow.png) top repeat-x; margin:0 8px; }
 
h1, h2, h3, h4, h5  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }

h1 {
  color: #06126b;
  font-size: 18px;
  line-height: normal;
}

h2 {
  color: #076c02;/*101f8d*/
  font-size: 14px;
  line-height: normal;
}

h2.bright { color:#101f8d;}/

h3 {
  color: #101f8d;
  font-size: 12px;
  line-height: 14px;
}

h4 {
  color: #101f8d;
  font-size: 12px;
  line-height: 14px;
  }
  
/* Sets the style for links. */
a,  a:link {
  color: #10209b;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #1426af;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #182fdd;
  font-weight: bold;
  text-decoration: underline;
}

a:focus, a:active { color: #182fdd;}

ul{
   line-height: 1.5em;
   }
	
ol {
	line-height: 1.5em;
	}

ul.lambda {
	list-style:none;
	line-height: 1.5em;
	padding-left: 0;
	margin-left: 1em;
	}

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color: #f9f18b;/*faf18c f7f9dd*/
  margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 825px;
}

.hintText {
  padding: 5px 0 0 0 ;
  }

#mainNav {
	background-color:#FF0000;
	padding:0 1px 0 0;
	}

#outerWrapper #header {
	background-color: #6CB67B;
	border-bottom: solid 1px #667f45; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element */
}
#outerWrapper #contentWrapper #leftColumn1 {
  /*background-color: #f7f9dd;
  border-right: solid 1px #9db368;  Sets the right border properties for an element using shorthand notation */
  float: left;
  padding: 10px 5px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
  font: Tahoma, Arial, san-serif;
  color:#050f59;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  background-color: #fff;
  border-left: solid 1px #9db368;
  margin: 0 0 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 5px 10px 5px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

.glossary {color:#091359;
  font-size:16px;
  padding: 0 0 0 10px;
  }

.lci {font:13px tahoma,arial ;}

.picAreaLeft {
  padding: 0 5px 0 3px;
  }

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background: #f7f9dd url(../images/footer.jpg);
  border-top: solid 1px #9db368; /* Sets the top border properties for an element using shorthand notation */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
