@charset "utf-8";
/* CSS Document */
.parent
{
	background-image:url(../img/bg2.jpg);
	background-repeat:no-repeat;
	height:1000px;
	position:absolute;
	top:0px;
	width:788px;
	z-index:0
}
.content
{
	z-index:1;
}
.left_top
{
	width:32px;
	height:32px;
	background-image:url(../img/corner_top_left.png);
	position:absolute;
	top:0px;
	left:0px;
}
.right_top
{
	width:32px;
	height:32px;
	background-image:url(../img/corner_top_right.png);
	position:absolute;
	top:0px;
	right:0px;
}
.right_bottom
{
	width:32px;
	height:32px;
	background-image:url(../img/corner_bottom_right.png);
	position:absolute;
	bottom:0px;
	right:0px;
}
.left_bottom
{
	width:32px;
	height:32px;
	background-image:url(../img/corner_bottom_left.png);
	position:absolute;
	bottom:0px;
	left:0px;
}
.line_bottom
{
	height:32px;
	background-image:url(../img/line_bottom.png);
	position:absolute;
	bottom:0px;
	left:32px;
}
.line_top
{
	height:32px;position:absolute;
	background-image:url(../img/line_top.png);
	top:0px;
left:32px;
}
.line_left
{
	width:32px;
	background-image:url(../img/line_left.png);
	position:absolute;
	left:0px;
	top:32px;

}
.line_right
{
	width:32px;
	background-image:url(../img/line_right.png);
	position:absolute;
	right:0px;
	top:32px;

}
.insider
{
	z-index:1;
	position:absolute;
	left:32px;
	top:32px;
	background-image:url(../img/contentbg.png);
}
.logo
{
	z-index:2;
	position:absolute;
	top:25px;
	left:25px;
}
.tab
{
	z-index:2;
	position:absolute;
	height:80px;
	top:10px;
	left:450px;
}
.toplinks_div
{
	z-index:3;
	position:absolute;
	left:460px;
	top:25px;
	width: 188px;
	height: 32;
}
.toplinks
{
	text-decoration:none;
	list-style:none;
	display:block;
	background-image:url(../img/linkbg_static.png);
	margin:2px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	padding-right:50px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-repeat:repeat-y;
}
.toplinks:hover

{
	background-image:url(../img/linkbg_hover.png);
}
.navtable
{
	position:absolute;
	left:32px;
	top:11px;
	text-align:center;
	height:32px;
}
.navtable_cell
{

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.navtable_cell a img {
	border:0;
}
.readMore {
	display:none;
}
.icon
{
	z-index:3;
	position:absolute;
	bottom:-30px;
	left:-30px;
}

.btn_left
{
	background-image:url(../img/btn_left.png);
	width:7px;
	position:absolute;
	top:0px;
	left:0px;
	height:45px;
}
.datahdr
{
	z-index:3;
	position:absolute;
	top:11px;
	left:20px;

}
.filledtext
{
	z-index:4;
	position:absolute;
	top:40px;
	left:20px;
	bottom:20px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	text-align:justify;
	right:20px;
	
}

.mee
{
	font-size:9px;
	position:absolute;
	bottom:0px;
	right:0px;
	display:table-footer-group
}
.inlistlink
{
	display:block;
	font-size:16px;
	color:#FFF;
	background-color:#696;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	width:80%;
	text-decoration:none;
	text-shadow:#099;
	padding-top:-3px;
}
.inlistlink:hover
{
	background-color:#F93
}
.plainlink
{
	display:block;
	font-size:16px;
	color:#FFF;
	background-color:#696;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:800;
	width:100%;
	text-decoration:none;
	text-shadow:#099;
	padding-top:-3px;
}
#head {
	position:absolute;
	left:7%;
	top:16px;
	width:664px;
	height:100px;
}
#tool1 {
	position:absolute;
	left:500px;
	top: 232px;
	width:250px;
	height:140px;
}
#tool2 {
	position:absolute;
	left:500px;
	top:400px;
	width:250px;
	height:400px;
}
#main {
	position:absolute;
	left:25px;
	top:232px;
	width:450px;
	height:750px;
}
#navi{
	position:absolute;
	left:0px;
	top:135px;
	width:740px;
	height:64px;
}
iframe
{
	border-width:0px;
	position:absolute;
	width:220px;
	height:340px;
	background-image:url(../img/contentbg.png);
	left: -5px;
	top: 3px;

}
li
{
	font-size:small;
	list-style-image:url(../img/bullet.png)
	
}
body 
{
	background-image: url(images/bg200000.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}

