@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS";
	background: #F5EFEA url(images/bodyback2.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a.mainmenu {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .9em;
	line-height: 2.5em;
	color: #0c626f;
	text-decoration: none;
}
a.mainmenu:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	line-height: 2.5em;
	color: #0c626f;
	text-decoration: none;
}
a.mainmenu:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.9em;
	line-height: 2.5em;
	color: #990000;
	text-decoration: none;
}
.twoColFixRtHdr #container {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/containerback.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #containerDC {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_dc_back.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #containerChicago {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_chicago_back.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #containerWebinar {
	width: 981px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/container_webinar_back.gif) repeat-y;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	height: 71px;
	background-color: #F6F2EE;
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
} 
.twoColFixRtHdr #headbanner {
	height: 176px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 10px 0px;
}
.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 20px 10px 0px;
}
.twoColFixRtHdr #mainContent {
	width: 625px;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #mainContent2 {
	width: 522px;
	padding-top: 10;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 205px;
}
.twoColFixRtHdr #submenubar {
	width: 189px;
	float: left;
	padding-top: 25px;
}
#submenubar a:link {
	color: #333333;
	text-decoration: none;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
}
#submenubar a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
}
#submenubar a:hover {
	color: #990000;
	text-decoration: none;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
}
#submenubar li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #2c5516;
	padding-left: 15px;
	font-weight: lighter;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-image: url(images/h2back.gif);
	background-repeat: no-repeat;
	height: 28px;
	margin-left: 32px;
	padding-top: 5px;
	padding-left: 15px;
	color: #00525D;
	font-weight: lighter;
}
#mainContent a {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent a:visited {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent a:hover {
	color: #79AE5B;
	text-decoration: none;
	font-weight: bold;
}
#mainContent p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
	padding-left: 40px;
}
#mainContent2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.8em;
	color: #2c5516;
	font-weight: lighter;
}
#mainContent2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-image: url(images/h2back.gif);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 5px;
	color: #00525D;
	font-weight: lighter;
	padding-left: 10px;
}
#mainContent2 a {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent2 a:visited {
	color: #336633;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent2 a:hover {
	color: #79AE5B;
	text-decoration: none;
	font-weight: bold;
}
#mainContent2 p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #333333;
}
#sidebar1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #00525D;
}
#sidebar1 p {
	padding-left: 12px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
}
#sidebar1 a {
	color: #FF6600;
	text-decoration: underline;
}
#sidebar1 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#sidebar1 a.ss {
	font-size: 0.8em;
	color: #34631E;
	text-decoration: underline;
}
#sidebar1 a.ss:visited {
	font-size: 0.8em;
	color: #34631E;
	text-decoration: underline;
}
#sidebar1 a.ss:hover {
	font-size: 0.8em;
	color: #34631E;
	text-decoration: none;
}
#sidebar2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #00525D;
}
#sidebar2 p {
	padding-left: 12px;
	font-size: 0.8em;
	line-height: 1.3em;
	color: #333333;
}
#sidebar2 a {
	color: #FF6600;
	text-decoration: underline;
}
#sidebar2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
#sidebar2 a.ss {
	font-size: 0.8em;
	color: #34631E;
	text-decoration: underline;
}
#sidebar2 a.ss:visited {
	font-size: 0.8em;
	color: #34631E;
	text-decoration: underline;
}
#sidebar2 a.ss:hover {
	font-size: 0.8em;
	color: #34631E;
	text-decoration: none;
}
.yellowtxt {
	color: #ffb400;
}
.smalltxt {
	font-size: 0.75em;
	line-height: 1.3em;
}
.twoColFixRtHdr #footer {
	background:url(images/footerback.gif) no-repeat;
	height: 68px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #666666;
} 
#footer a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

