@charset "utf-8";
/* CSS Document */
#content_links {clear:left; width:100%; background-color:#2C2C2C;}
#content_links #content {margin:0 auto; position:relative; top:0; left:0; width:940px;}
#content_links #content #header_links {width:940px; line-height:60px; font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; text-decoration:none; color:#FFFFFF;}
#content_links #content #txt {width:940px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color:#FFFFFF; line-height:150%; text-align:justify;}
#content_links #content #txt A {font-family:Arial, Helvetica, sans-serif; font-size:12px; text-decoration:none; color:#FFFFFF;}
#content_links #content #txt A:hover {text-decoration:underline;}
.treeview ul{ /*CSS for Simple Tree Menu*/ margin:0; padding:0;}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/list-style-type:none; padding-left:22px;}
/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu{background: url(../images/Plus.gif) no-repeat left 1px; cursor: default;}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */display: none; /*Hide them by default. Don't delete. */}
/*Style for LIs of ULs that are children of LIs (submenu) */
.treeview .submenu ul li{cursor: default; color:#bf0000; text-decoration:none;}
.treeview .submenu ul li A {cursor: pointer; color:#bf0000; text-decoration:none;}
.treeview .submenu ul li A:hover {cursor: hand; color:#bf0000; text-decoration:underline;}
.treeview_link {color:#bf0000; text-decoration:none;}
.treeview_link A {color:#bf0000; text-decoration:none;}
.treeview_link A:hover{color:#ef0000; text-decoration:underline;}