body {
	background-color: #004922;
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	MARGIN-BOTTOM: 10PX;
	}

table {
	font-size: 14px;
	}

img {
	border: 0;
	}

a, a:visited {
	color: #09007a;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#container {
	width: 790px;
	_width: 840px;
	padding-left: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}

#header {
	height: 111px;
	margin-top: 14px;
	background-image: url(/images/header_bg.gif);
	}

.tickercontainer { /* the outer div with the black border */
	width: 500px;
	height: 20px;
	position: absolute;
	top: 28px;
	_top: 40px;
	left: 80px;
	list-style-type: none;
	background: #FFFFFF;
	background-image: url(/images/ticker_bg.gif);
	margin: 0;
	height: 16px;
	_height: 24px;
	color: #0e9d4b;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
	border: 1px solid #98ae98;
	overflow: hidden; 
	}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 0px;
	top: 4px;
	width: 500px;
	overflow: hidden;
	}

ul.newsticker { /* that's your list */
	position: relative;
	left: 500px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: none;
	}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #5fa656;
	text-decoration: none;
	font-weight: normal;
	margin: 0 50px 0 0;
	}

ul.newsticker a:hover {
	text-decoration: underline;
	}
 
ul.newsticker span {
	margin: 0 10px 0 0;
	} 
	
#toc {
	width: 199px;
	height: 510px;
	_height: 524px;
	background-image: url(/images/toc_bg.png);
	_background-image: url(/images/toc_bg.gif);
	padding-bottom: 14px;
	text-align: left;
	position: absolute;
	top: 85px;
	left: 0px;
	z-index: 99;
	}

#toc ul {
	padding: 0;
	margin: 0 0 0 0;
	}

#toc ul li {
	padding: 0 0 0 0px;
	_padding: 0 0 5px 0;
	margin: 10px 0 0 0;
	_margin: 4 0 0 0;
	list-style-type: none;
	}

#toc ul li ul li {
	margin: 0 0 2px 0;
	_margin: 0 0 0 0;
	}

#toc ul li a {
	margin: 0 0 0 18px;
	padding: 0;
	font-size: 14px;
	color: #5fa656;
	font-weight: normal;
	text-decoration: none;
	}

#toc ul li ul li a {
	padding: 0 0 0 18px;
	color: #000000;
	text-decoration: none;
	font-size: 12px
	}



#search {
	margin: 20px 0 0 20px;
	}

#search input {
	width: 160px;
	}
#content table {
	font-size: 13px;
	}
#content {
	min-height: 500px;
	height:auto !important;
	height:500px;
	background-color: #FFFFFF;
	background-image: url(/images/content_bg_bot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 15px 0 80px 155px;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
	font-family: Arial, sans-serif;
	}

#content h1 {
	color: #037c24;
	font-size: 20px;
	margin: 0 0 5px 0;
	}

#content h2 {
	color: #535353;
	font-size: 16px;
	margin: 0 0 5px 5px;
	}


#content p {
	margin: 0 0 10px 22px;
	}

#footer {
	width: 790px;
	height: 65px;
	background-image: url(/images/footer_bg.gif);
	text-align: center;
	font-size: 12px;
	}

#footer table {
	font-size: 12px;
	}

#footer p {
	margin: 0;
	padding: 0;
	}

#popup {  
	position: fixed;
	_position: absolute;
	_top: 95px;
	padding: 10px;
	width: 450px;
	margin-left: 165px;
	_margin-left: -200px;
	margin-bottom: -100px;
	_margin-bottom: 10px;
	bottom: 5px;  
	border: 1px solid #000000;
	background-color: #FFFFFF; 
	z-index: 101;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	}

#asktheexperts {
	position: absolute;
	top: 150px;
	width: 410px;
	_width: 450px;
	margin-left: 165px;
	_margin-left: -165px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	z-index: 102;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	display: none;
	}

#asktheexperts table td {
	padding: 4px;
	font-size: 12px;
	}

#asktheexperts table h2 {
	padding: 0;
	margin: 0;
	}
