body {
	margin: 0 auto;
	text-align: center;
	background-color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 844px;
	text-align: left;
	line-height: 18px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.mainbg {
	clear: both;
	background-image: url("images/main-bg.gif");
	background-repeat: repeat-y;
	width: 844px;
	display: table;
}
#menu {
width: 198px;
margin-left: 64px;
margin-bottom: 30px;
background: #ECECEC;
border-bottom-color: 1px white solid;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a {
font: normal 11px Arial;
display: block;
border-bottom: 1px white solid;
border-left: 1px white solid; 
margin: 0px;
line-height: 36px;
padding: 0 0 0 33px;
}

#menu a {
color: #444444;
height: 36px;
background: #ECECEC;
text-decoration: none;
background-image: url("images/bullet-nav.gif");
background-repeat: no-repeat;
background-position: 15px;
}

#menu a:hover, #menu a.on {
color: #444444;
height: 36px;
text-decoration: none;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

div.txt {
	width: 481px;
	clear: both;
	margin-left: 3px;
	margin-bottom: 30px;
}
div.txtnavdown {
	color: #313131;
	width: 198px;
	margin-left: 64px;
	margin-right: 32px;
	font-size: 11px;
}
div.txtnavdown a {
	color: #ed1c24;
}
div.copy {
	clear: both;
	color: #e5e5e5;
	font-size: 11px;
	height: 15px;
	margin-left: 30px;
	text-align: center;
}

