html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	color: #666;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #333;
	height: 100%;
	margin-bottom: 1px;
	font-size: 1em;
}
p {
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
}
td  {
	color: #666;
	font-size: 1em;
	line-height: 1.1em;
}
h2 {
	font-size: 1em;
	color: #FFF;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
#box {
	border: 6px solid #000;
	background-image: url(images/site/body/bg_grad.gif);
	background-repeat: repeat-x;
	width: 798px;
	margin-right: auto;
	margin-left: auto;
}
#innerBox {
	margin: 6px;
	width: 786px;
	background-image: url(images/site/leftNav_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}
#catNav {
}
#spacer {
	background-color: #FFF;
	height: 8px;
}
#leftNav {
	background-color: #364752;
	width: 190px;
	float: left;
	padding-top: 7px;
}
#rightColumn {
	float: right;
	width: 590px;
}
#pageTitle {
	background-color: #364752;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#content {
	width: 580px;
	padding-left: 8px;
	background-color: #FFF;
	font-size: 1em;
}
#content  table{
	margin-right: auto;
	margin-left: auto;
}
#content ul li {
	list-style-type: square;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-size: 1em;
}
#footer {
	font-size: 0.8em;
	clear: both;
	text-align: center;
	line-height: 2em;
	margin-bottom: 0.7em;
	margin-top: 1.4em;
}
a:link , a:visited, a:active{
	color: #666;
}
a:hover {
	color: #666;
}
#menu a  { color: #f5f5f5; font-size: 14px; text-decoration: none; }
#menu a:hover {
	color: #e68530;
	text-decoration: none;
}
.imgRight {
	padding-left: 10px;
	float: right;
}
.titleBar {
	background-color: #E8E8E8;
	padding: 3px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
#leftNav ul {
	list-style: none; /* this creates the space between the navigation on the content below */
	display: block;
	margin: 0em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#leftNav ul  li{
	list-style-type: none;
	line-height: 1.3em;
}
#leftNav ul li ul li{
	list-style-type: none;
	display: block;
	text-indent: .7em;
}
#leftNav a ,#leftNav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	color: #FFF;
}
#leftNav a:hover,#leftNav a:active,#leftNav a:focus a:hover , #leftNav a:active, #leftNav a:focus{ /* this changes the background and text color for both mouse and keyboard navigators */
	color: #e68530;
	/* [disabled]background-color: #666; */
}
.inactive {
}
.active {
	background-color: #666;
}

