/* CSS Document */
body {
	background:#e6e6e6;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
img {
	border:0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a29494;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:0.1em;
	margin:0px;
	padding:2px;
	text-align:center;
}
a {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #a29494;
	text-decoration:underline;
}

.leftshadow {
	background:url(images/left_shadow.gif) repeat-y;
	width:4px;
}
.rightshadow {
	background:url(images/right_shadow.gif) repeat-y;
	width:4px;
}
.indeximg {
	background:url(images/index_img.jpg) no-repeat;
	width:206px;
	height:576px;
}
.leftpanel {
	background:url(images/leftpanel_bg.gif) no-repeat bottom #f9f9f9;
	width:160px;
	height:576px;
}
/*dropdown*/
a.menu {
	color: #000000;
	text-decoration:none;
}
a.menu:link {
	color: #000000;
	text-decoration:none;
}
a.menu:visited {
	color: #000000;
	text-decoration:none;
}
a.menu:active {
	color: #000000;
	text-decoration:none;
}
a.menu:hover {
	color: #a29494;
	text-decoration:none;
}

ul {
	margin:0px;
	padding:0px;
}
.treeview ul{ 
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(images/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 4px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(images/closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
/*dropdown*/
.footer {
	background:url(images/footer_bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.2em;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}
.footer a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.2em;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}
.footer a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.2em;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}
.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	letter-spacing:0.2em;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
}
.tablebrdr {
	border:#CCCCCC 1px solid;
}
.head {
	font-family:Arial, Helvetica, sans-serif;
	color:#c7c7c7;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}