/* BODY STYLE */

/* body */
body {
	margin: auto; 
	padding: auto; 
	background: #f0f0f0 url(../images/bg.gif) repeat-y; 
	background-position: center top; 
	font: normal 10px tahoma,verdana,arial,helvetica,sans-serif; 
	line-height: 1.2em; 
	color: #333; 
	}

/* TEXT, LINKS, PARAGRAPH AND HEADINGS STYLES */

a, a:link, a:visited {
	color: #416b00; /*#f60;*/
	text-decoration: none; 
	background: inherit; 
	}
a:hover {
	color: #416b00; /*#f60;*/
	text-decoration: underline; 
	background: inherit; 
	}
h1 {
	font: bold 11px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #333333; 
	letter-spacing: 0px; 
	line-height: 1.2em; 
	}
p {
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #333333; 
	letter-spacing: 0px; 
	line-height: 1.2em; 
	}

/* IMAGES */

.image {
	margin: 0; 
	padding: 0; 
	border: 0; 
	line-height: 0; 
	}
	.image a, .image a:link, .image a:visited, .image a:hover {
		display: block; 
		}
.image1 {
	margin: 0; 
	padding: 1px; 
	background: #fff; 
	border: #ccc 1px solid; 
	line-height: 0; 
	}
.images {
	margin: 0; 
	padding: 0; 
	border: 0; 
	line-height: 0; 
	}
.i00 {
	float: left; 
	clear: both; 
	margin: 0; 
	padding: 2px; 
	background: #fff; 
	border-top: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-bottom: 0; 
	border-left: 1px solid #ccc; 
	line-height: 0; 
	}
	.i00 a, .i00 a:link, .i00 a:visited, .i00 a:hover {
		display: block; 
		}

/* TABLES */

.tbl {
	width: 100%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #f8f8f8;
	background: #d0d0d0;
	font: normal 12px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #351800;
	text-align: center;
	}
.tbl caption {
	margin: 0;
	padding: 4px;
	border-left: 1px solid #f8f8f8;
	border-right: 1px solid #f8f8f8;
	background: #808080;
	font: bold 11px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #ffffff;
	text-align: center;
	}
.tbl th {
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	background: #a0a0a0;
	font: bold 11px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #111111;
	text-align: center;
	}
.tbl td {
	border-right: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	background: #f0f0f0;
	text-align: center;
	}
	.tbl p, .tbl caption p, .tbl th p {
		margin: 0;
		padding: 0;
		font: normal 11px tahoma,verdana,arial,helvetica,sans-serif; 
		color: #000000;
		text-align: center;
		}
	.tbl td p {
		margin: 0;
		padding: 0;
		font: normal 11px tahoma,verdana,arial,helvetica,sans-serif; 
		color: #000000;
		text-align: left;
		}
.tbl tr:hover td {
	background: #e0e0e0;
	}

.tbl1 {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	}

/* CONTENT WRAPPER */

/* main wrapper */
.mainwrap {
	clear: both; 
	width: 930px; 
	margin: 0 auto; 
	padding: 0; 
	background: #fff; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}

/* header wrapper */
.headwrap {
	clear: both; 
	width: 100%; 
	height: 100px; 
	margin: 0 auto; 
	padding: 0; 
	background: #f0f0f0 url(../images/logo.png) center left no-repeat; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}

/* main menu wrapper */
.menuwrap {
	clear: both; 
	width: 850px; 
	height: 40px; 
	margin: 0 auto 3px auto; 
	padding: 0 0 0 80px; 
	font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	text-decoration: none;
	z-index: 999;
	background:		#7b7b7b;
	outline:		0;
	background-image: -webkit-gradient(linear, 1 1, 0 100%, from(#7b7b7b), to(#606060)); /* Webkit */
	background-image: -moz-linear-gradient(#7b7b7b, #606060); /* FF3.6 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#606060'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#606060')"; /* IE8 */
	box-shadow: 0 2px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
	}

/* MAIN MENU */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	text-align:		left;
	}
.sf-menu {
	line-height:	1.0;
	}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			16em; /* left offset of submenus need to match (see below) */
	}
.sf-menu ul li {
	width:			100%;
	}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
.sf-menu li {
	float:			left;
	position:		relative;
	z-index:1;
	}
.sf-menu a {
	display:		block;
	position:		relative;
	z-index:1;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			3.1em; /* match top ul list item height */
	z-index:		99;
	}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
	}
/*** SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
	}
.sf-menu a {
	padding: 		1em 1em 1em 1em;
	text-decoration:none;
	}
.sf-menu li li a {
	padding: 		1em 1em;
	text-decoration:none;
	}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
	cursor: pointer;
	}
.sf-menu li {
	background:		transparent;
	}
.sf-menu li li {
	background:		#606060; /*#0089b3;*/
	}
.sf-menu li li li {
	background:		#606060; /*#0089b3;*/
	}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	background:		#007fa4;
	outline:		0;
	background-image: -webkit-gradient(linear, 1 1, 0 100%, from(#606060), to(#7b7b7b)); /* Webkit */
	background-image: -moz-linear-gradient(#606060, #7b7b7b); /* FF3.6 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#7b7b7b'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#7b7b7b')"; /* IE8 */
	}
#spc {
	color: #606060;
	}
#shadow {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #111;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
	}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.3em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../js/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.3em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../js/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	border-top-right-radius: 17px;
	border-bottom-left-radius: 17px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/* side menu */
.sm {
	clear: both; 
	float: left; 
	display: table; 
	width: 190px; 
	margin: 0; 
	padding: 0; 
	border-top: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	background: #f9f9f9; 
	}
	/* navigation */
	.sm .content {
		margin: 0; 
		padding: 0; 
		border: 0;
		}
	.sm .content ul {
		display: table; 
		list-style: none; 
		margin: 0; 
		padding: 0; 
		border: 0;
		}
	/* off */
	.sm .content li.smoff {
		display: inline; 
		list-style: none; 
		margin: 0; 
		padding: 0; 
		border: 0;
		}
		.sm .content li.smoff a {
			float: left; 
			width: 180px; 
			margin: 0; 
			padding: 3px 5px; 
			font: bold 10px verdana,tahoma,arial,helvetica,sans-serif; 
			text-decoration: none; 
			color: #777777; 
			background: #f9f9f9; 
			}
		.sm .content li.smoff a:hover {
			width: 180px; 
			text-decoration: none; 
			color: #333333; 
			background: #eaeaea; 
			}
		.sm .content li.smoff div {
			float: left; 
			width: 190px; 
			margin: 0; 
			padding: 0; 
			background: #f9f9f9; 
			border-top: #ffffff 1px solid;
			border-bottom: #dddddd 1px solid;
			}
	/* on */
	.sm .content li.smon {
		display: inline; 
		list-style: none; 
		margin: 0; 
		padding: 0; 
		border: 0;
		}
		.sm .content li.smon a {
			float: left; 
			width: 180px; 
			margin: 0; 
			padding: 3px 5px; 
			font: bold 10px verdana,tahoma,arial,helvetica,sans-serif; 
			text-decoration: none; 
			color: #333333; 
			background: #eaeaea; 
			}
		.sm .content li.smon a:hover {
			width: 180px; 
			text-decoration: none; 
			color: #333333; 
			background: #eaeaea; 
			}
		.sm .content li.smon div {
			float: left; 
			width: 190px; 
			margin: 0; 
			padding: 0; 
			background: #eaeaea; 
			border-top: #ffffff 1px solid;
			border-bottom: #dddddd 1px solid;
			}

/* body wrapper */
.bodywrap {
	clear: both; 
	width: 930px; 
	margin: 0 auto; 
	padding: 0; 
	background: #f0f0f0 url(../images/bg1.gif) repeat-y; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}

/* left wide column */
.c_leftw {
	clear: left;
	float: left; 
	width: 180px; 
	margin: 0; 
	padding: 0 0 0 10px; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
/* right wide column */
.c_rightw {
	clear: right;
	float: right; 
	width: 700px; 
	margin: 0; 
	padding: 0 10px 0 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
/* left column */
.c_left {
	float: left; 
	width: 190px; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
/* center column */
.c_center {
	float: left; 
	width: 500px; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
/* right column */
.c_right1 {
	float: left; 
	width: 700px; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
.c_right {
	float: right; 
	width: 190px; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}

/* horizontal lines */
.hline {
	float: left; 
	clear: both; 
	width: 100%;
	height: 2px;
	margin: 5px 0 0px 0; 
	padding: 0; 
	background: #aaa; 
	border: 1px #aaa solid; 
	font: normal 0px tahoma,verdana,arial,helvetica,sans-serif; 
	line-height: 0px; 
	}

/* column headers */
.headcol {
	clear: both; 
	width: 184px; 
	/*margin: 5px 0 1px 0; */
	margin: 0px;
	padding: 3px; 
	background: #606060; 
	border-top: 1px #606060 solid; 
	border-right: 1px #606060 solid; 
	border-left: 1px #606060 solid; 
	border-bottom: 1px #606060 solid; 
	font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
	color: #fff; 
	text-align: center; 
	}
.headcol1 {
	clear: both; 
	width: 184px; 
	/*margin: 5px 0 1px 0; */
	margin: 0px;
	padding: 3px; 
	background: #606060; 
	border-top: 1px #606060 solid; 
	border-right: 1px #606060 solid; 
	border-left: 1px #606060 solid; 
	border-bottom: 1px #606060 solid; 
	font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
	color: #fff; 
	text-align: center; 
	}
.headcol2 {
	clear: both; 
	width: 694px; 
	/*margin: 5px 0 1px 0; */
	margin: 0px;
	padding: 3px; 
	background: #606060; 
	border-top: 1px #606060 solid; 
	border-right: 1px #606060 solid; 
	border-left: 1px #606060 solid; 
	border-bottom: 1px #606060 solid; 
	font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
	color: #fff; 
	text-align: left; 
	}
.headcol3 {
	clear: both; 
	width: 494px; 
	/*margin: 5px 0 1px 0; */
	margin: 0px;
	padding: 3px; 
	background: #606060; 
	border-top: 1px #606060 solid; 
	border-right: 1px #606060 solid; 
	border-left: 1px #606060 solid; 
	border-bottom: 1px #606060 solid; 
	font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
	color: #fff; 
	text-align: center; 
	}
.headcol4 {
	clear: both; 
	width: 694px; 
	/*margin: 5px 0 1px 0; */
	margin: 0px;
	padding: 3px; 
	background: #606060; 
	border-top: 1px #606060 solid; 
	border-right: 1px #606060 solid; 
	border-left: 1px #606060 solid; 
	border-bottom: 1px #606060 solid; 
	font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
	color: #fff; 
	text-align: center; 
	}

/* containers */
.container {
	float: left; 
	clear: both; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	background: #fff; 
	border-top: 1px #ddd solid; 
	border-right: 1px #ddd solid; 
	border-left: 1px #ddd solid; 
	border-bottom: 1px #ddd solid; 
	}
.container1 {
	float: left; 
	clear: both; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	background: #f9f9f9; 
	border-top: 1px #ddd solid; 
	border-right: 1px #ddd solid; 
	border-left: 1px #ddd solid; 
	border-bottom: 1px #ddd solid; 
	}
.container2 {
	float: left; 
	clear: both; 
	width: 170px; 
	margin: 0; 
	padding: 10px; 
	background: #f9f9f9; 
	border-top: 1px #ddd solid; 
	border-right: 1px #ddd solid; 
	border-left: 1px #ddd solid; 
	border-bottom: 1px #ddd solid; 
	}
	.container2 p {
		margin: 0 0 3px 0; 
		padding: 0; 
		}

/* container rows */
.rows {
	float: left; 
	clear: both; 
	width: 480px; 
	margin: 0; 
	padding: 5px 10px; 
	background: url(../images/hr1.gif) bottom left repeat-x; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
	.rows h1 {
		margin: 3px 5px 0 5px; 
		padding: 0; 
		font: bold 12px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}
	.rows h2 {
		margin: 5px 5px 0 5px; 
		padding: 0; 
		font: normal 10px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #888; 
		}
	.rows h3 {
		margin: 3px 5px 0 5px; 
		padding: 0; 
		font: bold 12px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}
	.rows h4 {
		margin: 3px 5px 0 5px; 
		padding: 0; 
		font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}
	.rows p {
		margin: 0 5px 10px 5px; 
		padding: 0; 
		font: normal arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}
.rows1 {
	float: left; 
	clear: both; 
	width: 480px; 
	margin: 0; 
	padding: 5px 10px; 
	background: #f2f2f2; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	text-align: center; 
	}
	.rows1 h1 {
		margin: 0; 
		padding: 0; 
		font: 10px normal arial,tahoma,verdana,helvetica,sans-serif; 
		color: #888; 
		}
	.rows1 p {
		margin: 0; 
		padding: 0; 
		font: 10px normal arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}

.rowsw {
	float: left; 
	clear: both; 
	width: 680px; 
	margin: 0; 
	padding: 5px 10px; 
	background: url(../images/hr1.gif) bottom left repeat-x; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
	.rowsw h1 {
		margin: 3px 5px 0 5px; 
		padding: 0; 
		font: bold 12px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #39f; 
		}
	.rowsw h2 {
		margin: 5px 5px 0 5px; 
		padding: 0; 
		font: normal 10px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #888; 
		}
	.rowsw h3 {
		margin: 3px 5px 0 5px; 
		padding: 0; 
		font: bold 12px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}
	.rowsw h4 {
		margin: 3px 5px 0 5px; 
		padding: 0; 
		font: bold 11px arial,tahoma,verdana,helvetica,sans-serif; 
		color: #39f; 
		}
	.rowsw p {
		margin: 0 5px 10px 5px; 
		padding: 0; 
		font: normal arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}
.rowsw1 {
	float: left; 
	clear: both; 
	width: 680px; 
	margin: 0; 
	padding: 5px 10px; 
	background: #f2f2f2; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	text-align: center; 
	}
	.rowsw1 h1 {
		margin: 0; 
		padding: 0; 
		font: 10px normal arial,tahoma,verdana,helvetica,sans-serif; 
		color: #888; 
		}
	.rowsw1 p {
		margin: 0; 
		padding: 0; 
		font: 10px normal arial,tahoma,verdana,helvetica,sans-serif; 
		color: #000; 
		}

/* panel rows */
.rowsp {
	float: left; 
	clear: both; 
	width: 180px;
	margin: 0; 
	padding: 5px; 
	background: #dcdcdc;
	border-bottom: #ffffff 1px dotted; 
	}
	.rowsp p {
		margin: 0; 
		padding: 0; 
		font: normal 10px tahoma,verdana,arial,helvetica,sans-serif; 
		color: #000000; 
		line-height: 1.2em;
		}

/* menu rows */
.menu {
	float: left; 
	clear: both; 
	width: 180px; 
	margin: 0; 
	padding: 2px 5px 4px 5px; 
	background: #f9f9f9; 
	border-top: 1px #fff solid; 
	border-right: 1px #ddd solid; 
	border-left: 1px #ddd solid; 
	border-bottom: 1px #ddd solid; 
	font: 10px bold arial,tahoma,verdana,helvetica,sans-serif; 
	font-weight: bold; 
	color: #ccc; 
	}
	.menu a, .menu a:link, .menu a:visited {
		color: #777; 
		text-decoration: none; 
		background: inherit; 
		}
	.menu a:hover {
		color: #777; 
		text-decoration: underline; 
		background: inherit; 
		}

/* categories */
.cat {
	overflow: auto; 
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 192px; 
	height: 331px; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	background: #fafafa; 
	}

/* terms */
.terms {
	margin: 0;
	padding: 10px;
	width: 458px; 
	height: 300px; 
	/*background: #ffc url(../images/p11.gif) top left repeat-x;*/
	background: #eef6e1;
	/*
	border-top: #ddd 1px solid; 
	border-right: #ddd 1px solid; 
	border-bottom: #ddd 1px solid; 
	border-left: #ddd 1px solid; 
	*/
	border: #ddd 1px solid;
	overflow: auto; 
	}

/* footer wrapper */
.footwrap {
	clear: both; 
	width: 920px; 
	height: 175px; 
	margin: 0 auto; 
	padding: 5px; 
	background: #e8e8e8; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	font: normal 10px arial,tahoma,verdana,helvetica,sans-serif; 
	color: #bbb; 
	text-align: center; 
	}
	.footwrap a, .footwrap a:link, .footwrap a:visited {
		color: #777; 
		text-decoration: none; 
		background: inherit; 
		}
	.footwrap a:hover {
		color: #777; 
		text-decoration: underline; 
		background: inherit; 
		}

/* image container */
.img {
	float: left; 
	margin: 0 6px 6px 3px; 
	padding: 2px; 
	background: #fff; 
	border: 1px solid #ccc; 
	line-height: 0; 
	}
	.img a, .img a:link, .img a:visited, .img a:hover {
		display: block; 
		}
.img1 {
	clear: both; 
	width: 75px; 
	height: 75px; 
	margin: 0 0 6px 0; 
	padding: 2px; 
	background: #fff; 
	border: 1px solid #ccc; 
	line-height: 0; 
	}
	.img1 a, .img1 a:link, .img1 a:visited, .img1 a:hover {
		display: block; 
		}
.img2 {
	float: left; 
	margin: 0 6px 0 0; 
	padding: 2px; 
	background: #fff; 
	border: 1px solid #ccc; 
	line-height: 0; 
	}
	.img2 a, .img2 a:link, .img2 a:visited, .img2 a:hover {
		display: block; 
		}

/*top list*/
.imgc {
	float: left; 
	width: 100px; 
	height: 140px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 24px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	background: #fafafa; 
	border: 0; 
	line-height: 0; 
	text-align: center; 
	}
.imgc1xxx {
	float: left; 
	width: 81px; 
	margin: 0; 
	padding-top: 10px;
	padding-left: 293px; 
	border: 0; 
	line-height: 0; 
	text-align: center; 
	}
.imgc1 {
	clear: both; 
	width: 88px; 
	margin: 0 auto; 
	padding: 0; 
	border: 0; 
	line-height: 0; 
	text-align: center; 
	}

/* spacer */
.spacer {
	clear: both; 
	width: 100%; 
	height: 5px; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
.spacer1 {
	clear: both; 
	width: 100%; 
	height: 0; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
.clean {
	clear: both; 
	width: 100%; 
	height: 0; 
	margin: 0; 
	padding: 0; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}

/* FORMS */

form {
	margin: 0;
	padding: 0;
	}

input.txt {
	width: 510px; 
	height: 15px; 
	margin: 2px 0; 
	padding: 2px; 
	border: #ccc 1px solid; 
	background: #ffffff url(../images/p10.gif) top left repeat-x; 
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #111111; 
	}
input.txtsearch {
	width: 450px; 
	height: 15px; 
	margin: 2px 0; 
	padding: 2px; 
	border: #ccc 1px solid; 
	background: #ffffff url(../images/p10.gif) top left repeat-x; 
	font: normal 10px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #111111; 
	}
textarea.txt {
	width: 510px; 
	margin: 2px 0; 
	padding: 2px; 
	border: #ccc 1px solid; 
	background: #ffffff url(../images/p10.gif) top left repeat-x; 
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif; 
	color: #111111; 
	}
textarea.txt_plain {
	margin: 2px 0; 
	padding: 2px; 
	border: #ccc 1px solid; 
	background: #fff url(../images/fr0.gif) top left repeat-x; 
	font: normal 11px tahoma,verdana,arial,helvetica,sans-serif; 
	}
select {
	margin: 2px 0; 
	padding: 0; 
	}

/* middle small form */
.frm {
	float: left; 
	clear: both; 
	width: 460px; 
	margin: 0; 
	padding: 10px; 
	background: url(../images/hr1.gif) top left repeat-x; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
	.frm h1 {
		margin: 0 0 5px 0; 
		padding: 0; 
		font: bold 11px verdana,tahoma,arial,helvetica,sans-serif; 
		color: #cc0000; 
		line-height: 1.1em; 
		}
	.frm h2 {
		margin: 0 0 5px 0; 
		padding: 0; 
		font: bold 11px verdana,tahoma,arial,helvetica,sans-serif; 
		color: #333333; 
		line-height: 1.1em; 
		}
	.frm p {
		margin: 5px 0 2px 0; 
		padding: 0; 
		font: normal 11px verdana,tahoma,arial,helvetica,sans-serif; 
		color: #808080; 
		line-height: 1.1em; 
		}
.frm_l {
	float: left; 
	clear: left; 
	width: 140px; 
	margin: 0; 
	padding: 5px 0;  
	border: 0; 
	}
	.frm_l p {
		margin: 0; 
		padding: 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #333; 
		}
.frm_r {
	float: right; 
	clear: right; 
	width: 320px; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	.frm_r p {
		margin: 0; 
		padding: 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #888; 
		line-height: 1.1em;
		}

/* middle big form */
.frm1 {
	float: left; 
	clear: both; 
	width: 660px; 
	margin: 0; 
	padding: 10px; 
	background: url(../images/hr1.gif) top left repeat-x; 
	border-top: 0; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	}
	.frm1 h1 {
		margin: 0 0 5px 0; 
		padding: 0; 
		font: bold 11px verdana,tahoma,arial,helvetica,sans-serif; 
		color: #cc0000; 
		line-height: 1.1em; 
		}
	.frm1 h2 {
		margin: 0 0 5px 0; 
		padding: 0; 
		font: bold 11px verdana,tahoma,arial,helvetica,sans-serif; 
		color: #333333; 
		line-height: 1.1em; 
		}
	.frm1 p {
		margin: 5px 0 2px 0; 
		padding: 0; 
		font: normal 11px verdana,tahoma,arial,helvetica,sans-serif; 
		color: #808080; 
		line-height: 1.1em; 
		}

.frm_l1 {
	float: left; 
	clear: left; 
	width: 140px; 
	margin: 0; 
	padding: 5px 0;  
	border: 0; 
	}
	.frm_l1 p {
		margin: 0; 
		padding: 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #333; 
		}
.frm_r1 {
	float: right; 
	clear: right; 
	width: 520px; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	.frm_r1 p {
		margin: 0; 
		padding: 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #888; 
		line-height: 1.1em;
		}
.frm_r2 {
	float: right; 
	clear: right; 
	width: 520px; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	}
	.frm_r2 h2 {
		margin: 0; 
		padding: 5px 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #333; 
		}
	.frm_r2 h1 {
		margin: 0; 
		padding: 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #333; 
		}
	.frm_r2 p {
		margin: 0; 
		padding: 0; 
		font: normal 10px verdana,arial,tahoma,helvetica,sans-serif; 
		color: #888; 
		line-height: 1.1em;
		}

/*network tree*/
.tcol2 {
	height: 160px; 
	margin: 0; 
	padding: 15px 1px 1px 1px; 
	border: #fff 1px solid; 
	background: #eaeaea;
	}
.tcol3 {
	height: 160px; 
	margin: 0; 
	padding: 1px; 
	border: #fff 1px solid; 
	background: #f1fbcf;
	}
.tcol4 {
	height: 160px;
	margin: 0; 
	padding: 1px; 
	border: #fff 1px solid; 
	background: #f5f5f5;
	}
.tcol5 {
	height: 160px;
	margin: 0; 
	padding: 15px 1px 1px 1px; 
	border: #fff 1px solid; 
	background: #d7dffd;
	}
.tcol6 {
	height: 160px;
	margin: 0; 
	padding: 15px 1px 1px 1px; 
	border: #fff 1px solid; 
	background: #fde1d7;
	}
.tcol7 {
	height: 160px;
	margin: 0; 
	padding: 15px 1px 1px 1px; 
	border: #fff 1px solid; 
	background: #fbf4bb;
	}
