/* CSS Document */
/* Basic */
a:link { color: #0000cc; text-decoration: none; }
a:visited { color: #333399; text-decoration: none; }
a:hover { color: #cc6600; text-decoration: underline; }
a:active { color: #ff0000; text-decoration: underline; }
img { border-width: 0; }

/* Main Structure */
body {
	text-align: center;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
#container { 
		width: 994px;
		margin: 0 auto; 
		text-align: left; 
		background: #ffffff; 
		background-image:url(../images/main_bg.gif); 
		background-repeat:repeat-y 
		}
#header {
		margin:0 0 0 0;
		width: 985px; 
		height:67px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-bottom-color: #000000;
		border-left-color: #000000;
		background-image:url(../../images/head_bg.jpg)
		}
#header .logo {
	padding-top: 8px;
	margin-left:15px;
	display: block;
	float: left;
}

#header .item {
	display:block;
	padding-top: 10px;
	margin-right: 15px;
	font-size: 8pt;
	margin-bottom:5px;
}

#header .item a {
	display: block;
	float: right;
	margin-left: 16px;
	color:#000000;

}

#header .item a:hover {
	color:#0000FF;
	text-decoration:none;

}

#header .search {
	display: block;
	float: right;
	padding-top: 5px;
	margin-right: 15px;
	font-size: 8pt;
	height:30px;

}


#main_container{
		margin:1px 0 0 0;
		width: 985px;
		border: 1px solid #000000;
}
div#body {
	width: 985px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
}
table.content {
	margin-top: 0px;
	padding: 0;
	width:985px;
	height:auto;
}


table.content .content {
	background-image: url(../../images/content_bg.gif);
	background-repeat:repeat-y;
	padding-top:0px;
	vertical-align:top;
	
	}

table.content .content .head1{
	padding-top:6px;
	margin-left:15px;
	}
table.content .content table{
	padding:0 0 0 0;
	margin-top:20px;
	margin-left:40px;
	margin-bottom:50px;}

table.content .menu {
	width: 181px;
	background-color:#D3D3D3;
	height:auto;
	vertical-align:top;
}

table.content .menu ul {
	display: block;
	margin: 0px;
	margin-top: 10px;
	margin-left:10px;
	padding: 0px;
}

table.content .menu ul li.current{
	background-image:  url(../../images/btn_bg_cr.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	}
table.content .menu ul li {
	display: block;
	list-style-type: none;
	width: 100%;
	margin: 4px 0 0 0;
	padding: 0px;
	background:  url(../../images/btn_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}
#menu_ul{
	margin: -5px 10px 0 0;
	background-image: url(../../images/menu_ul_ul.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#menu_ul ul li {
	background-image: url(../../images/menu_ul_ul_li.gif);
	background-repeat:repeat;
	font-size: 12px;
	font-weight:bold;
	margin: 3px 0 0 0;
}
#menu_ul ul li.space{
	height:5px;
}
#menu_ul ul li.bottom{
	background-image:url(menu_ul_ul_li_btm.gif)
	background-repeat:repeat;
	}

#menu_ul ul li a:hover {
	background-color:#FFFFFF;
	background-image: url(../../images/menu_ul_ul_li_btm.gif)}

table.content .menu ul li .current{
	background-image:  url(../../images/btn_bg_cr.gif);
	font-size: 11px;
	}
table.content .menu ul li a {
	display: block;
	width: 100%;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
	text-indent: 18px;
	text-decoration: none;
}

table.content .menu ul ul li a {
	line-height: 18px;
	text-indent: 11px;
}

table.content .menu li a.selected {
	background: #99ddee;
}

table.content .menu li a:link {
	color: #000000;
}

table.content .menu li a:visited {
	color: #0000cc;
}

table.content .menu li a:hover {
	color:#0000FF;
	background-image: url(../../images/btn_bg_cr.gif);
	background-repeat:no-repeat;
}


table.content .menu li a:active {

}

#content_clear{
	clear: both;
	}
	


#directory{
	clear: both;
	text-indent: 10px;
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	margin:1px 0 0 0;
	width: 985px; 
	height:25px;
	border: 1px solid #000000;
	background-image: url(../../images/direcrory_bg.jpg);
}
#directory a {
	color:#ffffff;
	text-decoration:none;

}

#directory a:hover {
	color:#ffffff;
	text-decoration:underline;


}
#foot {
	clear: both;
	text-indent: 10px;
	line-height: 25px;
	color: #ffffff;
	font-size: 11px;
	margin:1px 0 0 0;
	width: 985px; 
	height:25px;
	border: 1px solid #000000;
	background-image: url(../../images/direcrory_bg.jpg);
}

/* -------------------------- */
