html, body {
	height: 100%;
}
body {
	background: #fbfbfb;
	margin: 0px;
	padding: 0px;
	text-align: center;
	max-width: 352px;
	/* text-align: center; pushes cfdebug into center. */
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 570px;
	background: url(/art/repeatBg.gif) repeat-x left top;
	height: 34px;
}
#lftBg {
	display: block;
	background: url(/art/leftBg.gif);
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 10px;
	float: left;
}
#rtBg {
	background: url(/art/rightBg.gif);
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 34px;
	width: 10px;
}
#logo {
	margin: 3px 0px 0px;
	padding: 0px;
	float: left;
	height: 28px;
	line-height: 28px;
}
#logo a {
	display: block;
	background: url(/art/mini_logo.gif) no-repeat center center;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 128px;
	line-height: 28px;
}

/* ..... Navigation menu bars .......... */

#nav, #nav ul {
	margin: 0px;
	list-style: none;
	text-align: left;
	padding: 0px;
	width: 400px; /* Size of nav bar */
	float: right;
}
#nav a {
	display: block;
	background-image: url(/art/activeBg.gif);
	background-repeat: no-repeat;
	height: 26px;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1D1D1;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
	*width: 70px; /* IE fix - width of parent links */
}
#nav ul li a {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: 185px !important; /* Size of nav buttons */
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	background: #FBFBFB url(none);
}
#nav ul li a:hover {
	background: #DAE1BC url(none);
}
#nav li { 
	float: right;
	margin-right: 5px;
}
#nav li ul {
	position: absolute;
	width: 200px;
	left: -999em;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#subnav {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 98%;
	clear: both;
	line-height: 25px;
	background: url(/art/subNav_bg.gif) repeat-x left top;
	min-height: 25px;
	text-align: center;
}
#subnav a {
	font: 11px "Tebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#subnav a:hover {
	text-decoration: underline;
}
#subnav .lftTab {
	background: url(/art/subnav_lft_tab.gif) no-repeat right top;
	width: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
#subnav .rtTab {
	background: url(/art/subnav_rt_tab.gif) no-repeat left top;
	display: block;
	width: 10px;
	float: right;
}
/* Data Tables */
.dataTable caption {
	padding: 0 0 5px 0;
	width: 98%;
	text-align: left;
	text-indent: 15px;
	color: #990000;
	font-size: 11px;
	font-style: italic;
}
.dataTable th {
	color: #6C843D;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;	 
	padding: 8px 6px 8px 12px;
	background: #efeeee repeat-x left top;
	font-size: 11px;
	font-weight: bold;	 
}
.module .dataTable th { 
	color: #6C843D;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 6px 8px 12px;
	background: #efeeee  repeat-x left top;
	font-size: 11px;
	font-weight: bold;
}
.dataTable th.tSubhead { 
	color: #6C843D;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 8px 6px 8px 12px;
	background: #efeeee  repeat-x left top;
	font-size: 11px;
	font-weight: bold;
} 
.dataTable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6C843D;
	font-size: 11px;
	text-align: left;
}
.dataTable tr.alt td {
	background: #E7EEC1;
	color: #797268;
}
.dataTable tr.totals td {
	background: #efc89d;
	color: #797268;
}
.small_module p { -webkit-user-select: all !important; }