body { font-family: "Times New Roman", Times, serif ;
	background-color:#ddd6cc;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { padding: 0; margin: 0; padding-left:40px; color:#444; font-size:100%; font-weight:bold}
h1 { margin-top: 0;	padding-right: 0px; padding-left: 0px; color:#fe492c; font-size:220% }
h2 { margin-top: 0; margin-bottom: 0;	padding-right: 0px; padding-left: 0px; color:#333333; font-size:140% }
h3, h4, h5, h6 { margin-top: 0;	padding-right: 15px; padding-left: 0px; }
p { margin-top: 0;	padding-right: 0px; padding-left: 0px; color:#333; font-size:110%;}
p.white { margin-top: 0;	padding-right: 0px; padding-left: 0px; color:#fff; font-size:110%;}
p.footer { margin-top: 0;	padding-right: 15px; padding-left: 0px; color:#fff; font-size:10%; font-weight:bold}

a img { border: none;}
a:link { color: #000; text-decoration: underline; }
a:visited {	text-decoration: underline;}
a:hover, a:active, a:focus { text-decoration: underline;}

a.wh img {color: #fff; border: none;}
a.wh:link { color: #fff; text-decoration: underline; }
a.wh:visited {	color: #fff;	text-decoration: underline;}
a.wh:hover, a:active, a:focus { color: #fff; text-decoration: none;}

a.menu img { border: none; color: #fff; text-decoration: none; font-weight:bold; font-size:80%}
a.menu:link { color: #fff; text-decoration: none; font-weight:bold; font-size:80% }
a.menu:visited { color: #fff; text-decoration: none; font-weight:bold; font-size:80%}
a.menu:hover, a:active, a:focus {color: #ee3424; text-decoration: none font-weight:bold;font-size:80%}

.container { width: 960px;	background: #FFF; margin: 0 auto; border: 1px solid #4c4439; }
.content { padding: 0px 0; border-color:#4c4439; }

.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.c_text
	{font-size:90%; color:#333333;}
-->

#navigation td {
	
	}
	
#navigation a {
	font: "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color: #4c4439;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #4c4439;
	color:#fe492c;
	}
