body  {
	text-align:center;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	}
#frame {
	width:825px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}
#frame-home {
	width:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	}
.hide { display: none; }

img	{
	display: inline; 
	/*border: 0; */
	}
img a:link, img a:visited, img a:active {
	text-decoration: none;
	}
.inline { display: inline; }
.strong {font-weight: bold; }

a:link {
	/*font-weight: normal; */
	text-decoration: underline;
	}
a:visited {
	/*font-weight: normal; */
	text-decoration: underline;
	}
a:hover {
	/*font-weight: normal; */
	text-decoration: none;
	}
a:active {
	/*font-weight: normal; */
	text-decoration: underline;
	}
p	{
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.85em;
	line-height: 1.5em;
	}
h1, h2, h3 {
	color: #5a4099;
	font-weight: bold;
	font-size: 1.0em;
	}

/*#top { margin: 0 15px 20px 15px; } top,right,bottom,left */
#top { margin: 0 0px 0 0px; }
#top #topNav {
	font-weight: bold;
	float: right;
	width: 300px;
	text-align: right;
	margin: 0;
	/*margin-top: 72;*/
	margin-top: 0px;
	font-size: 12px;
	}
#top #topNav a:link, #top #topNav a:visited, #top #topNav a:active {
	color: #333;
	text-decoration: none;
	}
#top #topNav a:hover  {
	color: #333;
	text-decoration: underline;
	}

#middle {
	/*margin: 2px;*/
	/*width: 767px; */
	width: 100%;
	text-align: left;
	}
#middle #mainNav {
	margin: -3px 0px -3px 0px;
	background: #38a9a0;
	height: 18px;
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	padding: 3px 0 2px 0;
	}
#middle #mainNav a:link, #middle #mainNav a:visited, #middle #mainNav a:active {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#middle #mainNav a:hover { color: #fff; }

#flashContent {
	font-size: 14px;
	font-weight: normal;
	}

/*	Generic rounded box -- width specified later in containing DIV
	CSS credit: A List Apart "Creating Custom Corners & Borders"
	www.alistapart.com/articles/customcorners */
div.roundbox, div.roundboxLeftNav {
	background: url("/eandm/images/homepage/boxcorners_topleft.gif") top left no-repeat;
	width:10em;  /* Placeholder initial width, declare actual width later in CSS */
	font-size: 15px;
	font-weight: normal;
  }
div.roundbox h2, div.roundboxLeftNav h2 {
	background: url("/eandm/images/homepage/boxcorners_topright.gif") top right no-repeat;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
	margin:0;
  }
div.roundboxLeftNav h2 { margin-bottom: 0.5em; }
div.roundboxBody, div.roundboxBodyLeftNav {
	background: url("/eandm/images/homepage/boxcorners_rightborder.gif") top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding: 15px;
  }
div.roundboxBody .divider {
	border-top: 1px solid #d1d3d7;
	margin-top: 1.0em;
	padding-top: .75em;
	}
div.roundboxBody p { margin-bottom: .5em; }
div.roundboxBodyLeftNav p { margin-bottom: 1.25em; }
div.roundboxFooter, div.roundboxFooterLeftNav { background: url("/eandm/images/homepage/boxcorners_bottomleft.gif") bottom left no-repeat; }
div.roundboxFooter p, div.roundboxFooterLeftNav p {
	background: url("/eandm/images/homepage/boxcorners_bottomright.gif") bottom right no-repeat;
	display:block;
	padding:0 15px 15px 15px;
	margin:-1.2em 0 0 0;
  }
  
/* Generic rounded box with light gray background for left nav -- width specified later in containing DIV */
div.roundboxColor {
	background: url("/eandm/images/homepage/boxcorners_topleft_gray.gif") top left no-repeat;
	width:10em;  /* Placeholder initial width, declare actual width later in CSS */
	font-size: 15px;
	font-weight: normal;
  }
div.roundboxColor h2 {
	background: url("/eandm/images/homepage/boxcorners_topright_gray.gif") top right no-repeat;
	padding: 15px 15px 20px 15px;
	font-weight: bold;
	margin:0 0 0.5em 0;
  }
div.roundboxBodyColor {
	background: url("/eandm/images/homepage/boxcorners_rightborder.gif") top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding: 15px;
  }
div.roundboxBodyColor p {
	margin-bottom: 1.25em;
	line-height: 1.1em;
	}
div.roundboxFooterColor { background: url("/eandm/images/homepage/boxcorners_bottomleft_gray.gif") bottom left no-repeat; }
div.roundboxFooterColor p {
	background: url("/eandm/images/homepage/boxcorners_bottomright_gray.gif") bottom right no-repeat;
	display:block;
	padding:0 15px 15px 15px;
	margin:-1.2em 0 0 0;
  }
  
/* Fixed 596 width rounded box (used in mainCol div) */
div.roundboxfixed {
	background: url("/eandm/images/homepage/boxcorners_tophalf.gif") top left no-repeat;
	width:596px;
	margin: 0;
	padding: 0;
  }
div.roundboxfixedFooter {
	background: url("/eandm/images/homepage/boxcorners_bottomhalf.gif") bottom left no-repeat;
	margin-top: -15px;
  }

/* Rounded box link styles */
div.roundbox a:link, div.roundbox a:visited, div.roundbox a:active,
div.roundboxLeftNav a:link, div.roundboxLeftNav a:visited, div.roundboxLeftNav a:active,
div.roundboxColor a:link, div.roundboxColor a:visited, div.roundboxColor a:active,
div.roundboxfixed a:link, div.roundboxfixed a:visited, div.roundboxfixed a:active {
	color: #5a4099;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #5a4099;
	}
div.roundboxColor a:link, div.roundboxColor a:visited, div.roundboxColor a:active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #333;
	}
div.roundboxColor a:hover {
	color: #5a4099;
	text-decoration: none;
	border-bottom: 1px solid #5a4099;
	}
div.roundbox a:hover, div.roundboxLeftNav a:hover, div.roundboxfixed a:hover {
	text-decoration: none;
	border-bottom: 0;
	}

#mainColHome {
	/*margin: 15px 20px 0 175px;*/
	margin: 0 0 0 20px;
	padding: 0;
	/*width: 480px;*/
	}
#mainColHome .description {
	margin-bottom: 25px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.5em;
	}
#mainColHome .roundboxfixed { float: left; }

#mainCol {
	margin: 25px 20px 0 190px;
	padding: 0;
	}
#mainColLeft {
	margin: 25px 20px 0 0px;
	padding: 0;
	}
#mainColLeft a:link, #mainColLeft a:visited, #mainColLeft a:active {
	color: #5a4099;
	text-decoration: none;
	border-bottom: 1px solid #5a4099; /* was dashed */
	}
#mainColLeft a:hover {
	color: #333;
	background-color: #ceebea;
	border-bottom: 1px solid #5a4099;
	}
#mainCol p {
	font-size: 12px;
	/*line-height: 1.8em;*/
	margin: 0;
	margin-bottom: 1em;
	text-indent: 0;
	}
#mainCol ol li, ul li {
	margin: 0 0 .5em 0;
	font-size: 12px;
	line-height: 1.3em;
	padding-left: 0;
	}
#mainCol h2, h3 { margin: 1.75em 0 0.25em; }
#mainCol h2 { font-size: 0.90em }
#mainCol h3 {
	font-size: 13px;
	/*color: #333;*/
	color: #ff0000;
	font-weight: bold;
	}
#mainCol a:link, #mainCol a:visited, #mainCol a:active {
	color: #5a4099;
	text-decoration: none;
	border-bottom: 1px solid #5a4099; /* was dashed */
	}
#mainCol a:hover {
	color: #333;
	background-color: #ceebea;
	border-bottom: 1px solid #5a4099;
	}

#mainCol .note {
	margin: 1.5em 1.5em 1.5em 1.5em;
	padding: .75em 1em .75em 1em;
	background-color: #efebf8;
	border: 1px dashed #999;
}

/*#mainCol img, #mainColHome img { padding: 5px 0 0px 20px; }*/

#contentleft { width: 198px; padding: 0; border-right: 1px solid #d1d3d7; }
#contentcenter { width: 198px; padding: 0; border-right: 1px solid #d1d3d7; }
#contentright { width: 198px; padding: 0; }

/* Make equal heights by formatting the divs into table cells, thus making divs behave like table cells
   Credit: Br4inwash3R site, http://blog.br4inwash3r.com/2006/03/equal_heights_three_column_lay.php */
#blocks {
	display: table;
	font-size: 15px;
	font-weight: normal;
	}
#blocks p {
	padding:0 14px 0 14px;
	margin-bottom: 0.5em;
	}
#blocks h2 {
	padding: 10px 14px 5px 14px;
	margin:0;
	}
#blocks .divider {
	border-top: 1px solid #d1d3d7;
	margin: 1.0em 14px 0.5em 14px;
	padding: 1.0em 0 0 0;
	}
#blocks-row { display: table-row; }
#contentleft, #contentcenter, #contentright { display: table-cell; }

#rightCol {
	width: 264px;
	float:right;
	margin: 0 0 0 20px;
	}

#leftCol {
	width: 166px;
	float:left;
	margin: 0 0 0 0;
	}
/* Specify specific width of generic rounded box here */
#leftCol div.roundbox, #leftCol div.roundboxLeftNav, #leftCol div.roundboxColor { width: 165px; }

#footer {
	clear: both;
	font-size: 10px;
	margin: 20px 90px 0 90px;
	padding: 20px 0 0 0;
	}
#footer-home {
	clear: both;
	font-size: 10px;
	margin: 0px 90px 0 90px;
	padding: 10px 0 0 0;
	}
#footer p { color: #92999b; }
#footer a:link, #footer a:visited, #footer a:active {
	color: #92999b;
	text-decoration: underline;
	}
#footer a:hover  {
	color: #92999b;
	text-decoration: none;
	}