html, body, ol, ul, li, dl, dt, dd, img {
background-color: white;
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
	/* discretionary styles under here */
}

body {
background-color: white;
	padding: 0 340px; /* the critical side padding that sets the natural min-width! */ 
	/* backgrounds here will tile the area outside the columns */
	color: #000; 
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
	text-align: center; /* centers the #sizer element in IE5.x/win */
	/* discretionary styles under here */
}

#sizer {
	margin: 0 auto; /* centers #sizer in standard browsers */
	padding: 0;
	width: 100%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
	text-align: left; /* resets the default text alignment for the page */
	max-width: 129px;
	/* discretionary styles under here */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
	/* discretionary styles under here */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
	position: relative;
	/* backgrounds here will tile in the left column */
		/* discretionary styles under here */
	font-size: 1em; /* set global font-size here */ 
	border: 1px solid #EEEEEE;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
	position: relative; /* extra insurance against bugs in IEwin */
	/* backgrounds here will tile in the right column */
	/* discretionary styles under here */
}

/************** Generic Rules *************/

a:link {
	text-decoration: underline;
background-color: white;
	color: black;
}

a:hover {
background-color: white;
text-decoration: underline;
}

p  {
background-color: white;
	color: #000; 
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	font-weight: normal;
	}

h1 {
background-color: white;
	color: #000; 
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 14pt;
	line-height: 1.25em;
	font-weight: bold;
}

h2 {
background-color: white;
	color: #000; 
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
	font-weight: bold;
}

h3 {
	background-color: white;
color: #000; 
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
	font-weight: bold;
}

ol li{
background-color: white;
list-style: decimal;
font-size: 9pt;
margin-left: 2em;
}

ul {
background-color: white;
text-align: left;
}

ul li{
background-color: white;
text-align: left;
list-style: disc;
font-size: 9pt;
margin-left: 2em;
}

dl {
background-color: white;
padding: 9px;
border: 1px solid #C2C2C2;
background-color: #F2F2F2;
width: 300px;
}

dt {
background-color: white;
font-weight: bold;
font-size: 12pt;
border-bottom: 1px solid #C2C2C2;
margin-bottom: 0.5em;
}

dd {
background-color: white;
font-weight: normal;
font-size: 10pt;
margin-left: 2em;
line-height: 1.55em;
}

.directory dl {
background-color: white;
padding: 9px;
border: none;
background-color: #FFFFFF;
width: 90%;
}

.directory dt {
background-color: white;
font-weight: bold;
font-size: 12pt;
border-bottom: 1px solid #C2C2C2;
margin-bottom: 0.5em;
}

.directory dd {
background-color: white;
font-weight: normal;
font-size: 12pt;
margin-left: 3em;
text-indent: -1em;
line-height: 1.55em;
padding-bottom: 0.5em;
}

.glossary dl {
background-color: white;
padding: 9px;
border: 0px;
background-color: white;
width: 100%;
}

.glossary dt {
background-color: white;
font-weight: bold;
font-size: 12pt;
border-bottom: 0px solid #C2C2C2;
margin-bottom: 0.5em;
}

.glossary dd {
background-color: white;
font-weight: normal;
font-size: 10pt;
margin-right: 8px;
margin-bottom: 1em;
margin-left: 2em;
line-height: 1.55em;
padding-bottom: 1em;
border-bottom: 1px solid #C2C2C2;
}

.contact dl {
background-color: white;
padding: 9px;
border: 0px;
background-color: white;
width: 95%;
}

.contact dt {
background-color: white;
font-weight: bold;
font-size: 12pt;
margin-top: 1em;
padding-top: 0.5em;
border-bottom: 0;
border-top: 1px solid #C2C2C2;
}

.contact dd {
background-color: white;
font-weight: normal;
font-size: 10pt;
margin-right: 8px;
margin-bottom: 0em;
margin-left: 2em;
line-height: 1.25em;
padding-bottom: 0em;
border-bottom: 0;
}


.bibliography {
background-color: white;
font-weight: normal;
font-size: 10pt;
line-height: 1.25em;
margin: 0 0 1em 2em;
text-indent: -2em;
}


.imageleft {
background-color: white;
padding: 0 10px 0 0;
}

.imageright {
background-color: white;
padding: 0 0 0 10px;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.sidebar {
float: right;
padding: 0 8px 0 8px;
margin: 0 0 0 8px;
width: 200px;
background-color: #DAEEFF;
border: 1px solid #C2C2C2;
}

.sidebar h3 {
color: black;
border-bottom: 1px dotted #416F9C;
margin-bottom: -0.5em;
}

.sidebar p {
font-size: 8pt;
line-height: 1.5em;
text-align: justify;
}

.sidetitle {
color: black;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding: 5px 0 0 0;
}

.sidetext {
font-size: 7pt;
padding: 0 1em 5px 1em;
}

.righttitle {
color: black;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding: 5px 0 0 0;
border-top: 1px solid #969696;
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
	/* backgrounds here will tile in the center column */
	border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
	border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
	margin-left: 125px;    /*** Critical left col width value ***/
	margin-right: 207px;    /*** Critical right col width value ***/
	/* discretionary styles under here */
}

.float-wrap {
  float: left;
  width: 100%;
	/* discretionary styles under here */
}

.center {
  float: right;
  width: 100%;
	/* discretionary styles under here */
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 125px;    /*** Critical left col width value ***/
  margin-left: -125px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
	z-index: 200;
	/* discretionary styles under here */
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 205px;    /*** Critical right col width value ***/
  margin-right: -207px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 1px;   /*** Critical right divider dimension value. increase margin-right by this value over the overall width (i.e. width=200 + margin-left=2 equals margin-right of 202) ***/
	/* discretionary styles under here */
	border-left: 1px solid #C2C2C2;
}

.centerbox {
  overflow: visible;
  width: 100%;
	/* discretionary styles under here */
}

.container-left {
	/* discretionary styles under here */
	color: #ffc;
	z-index: 200;
	}

.container-right {
	/* discretionary styles under here */
	} 


/*************** Header and Footer elements *****************/

.header {
background-color: white;
width: 100%;
  height: 77px;
	/* discretionary styles under here */
  padding: 0;
}

/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {
	/* discretionary styles under here */
	color: #373;
	} 

.footer {
background-color: white;
  width: 100%;
  height: 40px;
  clear: both;
  position: relative;
	/* discretionary styles under here */
	font-size: 1.0em;
  padding: 0;
  z-index: 0; /* allows menu hierarchies to show up above footer when moused-over */
}

.footer p {
	/* discretionary styles under here */
	margin: 0;
	color: black;
	text-align: center;
	font-size: 9px;
	padding: 17px 0 0 0;
	}

.footer a {
color: black;
text-decoration: underline;
}


/************** Spacing Controls for various column contents ***************/

.outer ul {
	/* discretionary styles under here */
  text-align: center;
  margin: 10px 0;
}

.textpadder {
padding: 8px;
padding-top: 0;
}


/************** Fancy Nav Buttons *************/

.container-left ul {
padding: 0; 
margin: 0; 
font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
position: relative; margin: 0; padding: 0;
color: black;
}

.container-left ul li {
list-style-type: none;
position: relative; margin: 0; padding: 0;
}

.container-left ul ul {
display: none;
}

.container-left ul li:hover > ul {
display: block;
position: absolute;
top: -1px;
left: 100%;
}

.container-left li a {
display: block;
padding: 5px 7px;
text-decoration: none;
background: #EDF1FA;
color: black;
font-size: 8pt;
border: 1px solid #C2C2C2; /* border for all nav cells */
border-top: 0px;
}

.container-left ul.topmenu li a:hover {
background: #FFFFFF;
font-size: 8pt;
}
.container-left li.sub > a {	
font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
font-size: 8pt;
background: #EDF1FA;}

/* not needed? 
.container-left div#mainmenu {margin: 0 8em 0 1em; padding: 0; border-right: 1px solid silver;}
.container-left div#mainmenu p {margin: 1em 3em 1em 0.5em;}
*/

.container-left ul ul {
width: 125px;}



/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}

.hide {display: none;}

/* news ticker styling: */
#newsticker {
	background: #FFFFFF;
	position: relative;
	top: 0;
	padding: 0;
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 8pt;
	color: #666;
	min-height: 200px;
	max-height: 200px;
}
#newsticker ul {
	border: none;
	list-style: none;
	min-height: 1.5em;
	padding: .75em .5em .75em .5em;
	text-align: center;
	}
* html #newsticker ul {
	height: 1em;
	overflow: visible;
	text-align: center;
}

#newsticker ul li{
	font-family: 'Lucida Grande', Lucida-Grande, 'Lucida Sans', Verdana, sans-serif;
	font-size: 8pt;
	color: #666;
	text-align: center;
	list-style: none;
	margin-left: 0;
}


#newsticker li.error {
	color: #F30;
}
/* un-comment if you want to have a "close" button on the ticker.

#newsticker #togglenewsticker {
	background: white url("images/icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 4px;
	width: 50px;
	height: 15px;
	text-indent: 0px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}

*/

.right ul {
margin-left: -8px;
}
.right ul li {
list-style-type: none;
line-height: 1.15em;
padding-bottom: .5em;
}
