html, body {
	margin: 0;
	padding: 0;
}
body {
  background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
  }
p {
	margin: 0 10px 10px;
}
h2 {
  font: bold 18px/24px Arial, Helvetica, sans-serif;
  color: #004990;
  }
h2.title {
	margin-top: -5px;
  font: bold 18px/24px Arial, Helvetica, sans-serif;
  color: #004990;
  }
h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
	}
h4 {
	font: bold 13px Arial, Helvetica, sans-serif;
	}
.blockquote {
	margin-left: 40px;
	margin-right: 40px;
	}
.nobotmarg {
	margin-bottom: 0px;
	}
.botmarg5 {
	margin-bottom: 5px;
	}
hr {
	width: 100%;
	border-bottom: 1px solid #004990;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	margin: 0px;
}
/* Container holds the whole page (foreground) */
div#container {
	width: 720px;
  margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #003366;
  background-color: #ffffff;	
	text-align: left;
  }
div#container a:hover {
	color: #db0862;
	text-decoration: none;
  }
/* The following CSS block determines the look and feel of the main menu.  It is heavily interdependent on the code which defines menu behavior and should be altered with a modicum of caution. */	
	/*	General rules */
/* Main navigation menu */
div#dhtmlgoodies_slidedown_menu {
	float: left;
	width: 140px;
	/* Next line is for right side border used in menu's display. */
	border-right: 1px solid #db0862;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	margin: 27px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
div#dhtmlgoodies_slidedown_menu li {
	list-style-type: none;
	position: relative;
	line-height: 1;
	margin-right: 5px;
}
div#dhtmlgoodies_slidedown_menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 1;
}
	/* All A tags - i.e menu items. */
div#dhtmlgoodies_slidedown_menu a:link {
	text-decoration: none;
	outline: none;
	clear: both;
	padding-left: 2px;
}
div#dhtmlgoodies_slidedown_menu a:visited {
	text-decoration: none;
	outline: none;
	clear: both;
	padding-left: 2px;
}
div#dhtmlgoodies_slidedown_menu a:hover {
	text-decoration: none;
	outline: none;
	clear: both;
	padding-left: 2px;
}
div#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 {	/* Main menu items */
	margin-top: 1px;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	color: #004990;
}
div#dhtmlgoodies_slidedown_menu .slMenuItem_depth2 {	/* Sub-menu items */
	margin-top: 1px;
	line-height: 1;
	font-size: 12px;
	color: #3a6da7;
}
/* UL tags, i.e group of menu utems.  It's important to add style to the UL if you're specifying margins. If not, assign the style directly to the parent DIV, i.e.	
		#dhtmlgoodies_slidedown_menu .slideMenuDiv1	
	instead of 	
		#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul */			
div#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul {
	padding: 1px;
}
div#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul {
	margin-right: 0px;
	padding: 1px;
}
/* Improvised repairs for compatibility */
/* Remove Margin and Padding from IE? */
div#dhtmlgoodies_listMenu {
	margin: 0px;
	padding: 0px;
}
/* End menu navigation formatting. */

/* CSSed Email signup form elements ("Receive Action Alerts" mini-form) */
fieldset {
	background: no-repeat url(../images/alerts.gif);
	height: 91px;
	border: none;
	margin: 0;
	}	
input.formInputText {
	font-size: .8em;
	padding: 2px;
	border: 1px;
	margin-top: 30px;
	margin-bottom: 5px;
	height: 15px;
	width: 100px;
	}
input.formInputButton {
	width: 68px;
	height: 20px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	background: #DB0862 url(../images/alerts-btn.gif) repeat-x;
	border: 0px;
	cursor: pointer;
	font-weight: bolder;
	}
/* div.memberCode added 7-29-2013 as a Salsa Labs filter. */
div.memberCode {
	display: none;
}
/* End CSSed Email signup form elements ("Receive Action Alerts" mini-form) */

/* Header contains banner image. */
#header {
  margin-top: 0px;
  }
/* Wrapper holds all elements which aren't contained in header or footer. */
div#wrapper {
	margin: 30px 0px 0px 0px;
}
div#wrapper a:link {
	color: #000000;
}
div#wrapper a:visited {
	color: #000000;
}
/* Content is the central column of the page. */
div#content {
	float: left;
	width: 420px;
	margin-left: 10px;
	font: 76% Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
/* div#content h3 {
	font-size: 125%;
} */
/* Extra is the right column. */
div#extra {
	float: right;
	margin-top: 37px;
	width: 136px;
	font-size: 76%;
}
/* Footer */
div#footer div {
	margin-top: 0px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #004990;
}
div#footer a:link {
	color: #004990;
}
div#footer a:visited {
	color: #004990;
}
div#footer a:hover {
	color: #db0862;
	text-decoration: none;
}
div#footer a:active {
	color: #db0862;
	text-decoration: none;
}
.br6 {
	font-size: 6px;
	}
table#endorsetable tr td {
	text-align: left;
	vertical-align: top;
	padding: 5px 0px;
}
/* Dreamweaver insists on including uselessly named numerical styles, they haven't been corrected because it would just confuse the program. */
	.style4 {
	font-size: 90%;
}
.style5 {
	color: #db0862;
}