@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
td, table {
	border:none;
}
img {
	border:none;
	vertical-align:top;
}
table {
	border-collapse: collapse;
}
input 
{
	vertical-align:top;
}
.footer
{
	font-size: 10pt;
	font-family: Arial;
	text-align:center;
	color:White;
	background:#007179;
}
.tree ul {
	list-style:none;
}
.tree li {
	display:block;
	text-align:center;
	border:1px solid #007179;
}
.tree li a {
	color:#015056;
	font-weight:bold;
	text-decoration:none;
	width:141px;
}
.tree li a:hover {
	color:#990000;
}
.header {
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.tab_main_active a {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:123px;
	height:26px;
	background-image:url('../images/tab_active.gif');
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	padding-top:12px;
	color:#015056;
}
.tab_main a {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	width:123px;
	height:26px;
	background-image:url('../images/tab_inactive.gif');
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	padding-top:12px;
	color:#015056;
}
.tab_main a:hover {
	color:#FF0000;
	background-image:url('../images/tab_active.gif');
}
.right_gap {
	height:6px;
}
.right_top {
	height:18px;
	background-image:url(../images/right_top.gif);
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.right_content {
	height:90px;
	color: #007179;
	background-color: #C4FBFF;
}
.right_content a{
	color:#003C46;
}
.right_content div{
	border:#007179 solid 1px;	
}
.right_bottom {
	height:9px;
	background-image:url(../images/right_bottom.gif);
}

.tree ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	display:block;
	clear:both;
}

.tree li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
}

.tree li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.39em;
}

.tree li ul ul { /* third-and-above-level lists */
	left: -999em;
}

.tree li a {
	width: 133px;
	/*w\idth : 13px;*/
	color : #007179;
	font-weight : bold;
	text-decoration : none;
	display:block;
	text-align:left;
	padding:0 0 0 9px;	
/*	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #007179;
	border-right-color: #007179;
	border-bottom-color: #007179;
	border-left-color: #007179;
*/
}

.tree li a:hover {
	/*color : white;*/
	background-color : #007179;
	color: #FFFFFF;
}

.tree li:hover ul ul, .tree li:hover ul ul ul, .tree li.sfhover ul ul, .tree li.sfhover ul ul ul {
	left: -999em;
}

.tree li:hover ul, .tree li li:hover ul, .tree li li li:hover ul, .tree li.sfhover ul, .tree li li.sfhover ul, .tree li li li.sfhover ul { /* lists nested under hovered list items */
	left: 10px;
}

.LinkButton 
{
	border:solid 1px black;
	padding:1px;
	margin:0 3px;
	text-decoration:none;
}
