body {
	margin: 10px 0% 0;
	padding: 0;
	font-size: 13px;
	background-attachment: scroll;
	background-image: url(images/bg-stripes.gif);
	background-repeat: repeat;
	background-color: #333333;
}

#mainTable {
	margin: 0;
	border: 1px solid #000;
	background-color: #fff;
	line-height: 1.5em;
	width: 80%;
}

#main {
	border-left: 1px solid #9D9DA1;
	font-size: 100%;
	padding: 20px;
	font-family: "Trebuchet MS", Georgia, Arial;
}

#sidebar {
	width: 200px;
	font-size: 12px;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #6b0600;
	color: #080401;
	background-image: url(images/Cinch_energy_header2.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
}
#footer {
	background-color: #000000;
	color: #CCCCCC;
	padding: 10px;
}

td, p, ul {
	font-family: "Trebuchet MS", Georgia, Arial;
}


#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}
#topnav {
	color: #FFFFFF;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
}
#topnav td {
	padding: 3px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
}
#topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:visited {

	color: #FFFFFF;
	text-decoration: none;
}
#topnav a:hover {

	color: #ac7472;
	text-decoration: none;
}
#right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9D9DA1;
	background-color: #CCCCCC;
	padding: 25px 5px 10px;
	list-style-image: url(images/arrows.gif);
	width: 150px;
}
#right ul {
	background-color: #F0F0F0;
	width: 20%;
	padding: 0px 0px 0px 3px;
	list-style-image: url(images/arrows.gif);
	border: none;
}

.answer {
	background-color: #FFDAB6;
	border-top: 1px solid #000;
	border-bottom: 3px double #000;
	display: none;
	margin: 0px 1em;
	padding: 0px 1em;
}
#main li {
	list-style-type: square;
	
}

#main li li {
	list-style-type: disc;
}
#main ul ul {
	list-style-type: disc;
	display: inline;
	border: none;
}
#footer td {
	padding: 10px;
}
.new {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 12px;
	color: #6b0600;
	line-height: 0.75em;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 16px;
	text-transform: uppercase;
}
