@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(Images/_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top:0px;
	
}
a:hover a:visited:hover{
	border:none;

}
.wrapper{
	width:929px;
	height:auto;
}

.top{
	background-image:url(Images/_top.jpg);
	background-repeat:no-repeat;
	border:solid 0px red;
	width:929px;
	height:424px;

}
.middle{
	background-image:url(Images/_middle.jpg);
	background-repeat:repeat-y;
	border:solid 1px transparent;
	float:left;
	margin-left:-1px;
	margin-top:-1px;
	width:929px;
	height:auto;

}
.bottom{
	background-image:url(Images/_bottom.jpg);
	background-repeat:no-repeat;
	margin-left:0px;
	float:left;
	clear:both;
	margin-top:0px;
	#margin-top:-1px;
	width:929px;
	height:50px;
	border:solid 0px blue;

}
.topPanel{
	width:880px;
	height:100px;
	border:solid 0px red;
	margin-top:60px;
	margin-left:20px;
	float:left;
	clear:right;
}

.leftPanel{
	width:150px;
	height:400px;
	border:solid 0px red;
	margin-top:-250px;
	margin-left:20px;
	float:left;
	clear:right;
}

.mainPanel{
	width:700px;
	height:auto;
	border:solid 0px blue;
	margin-top:-250px;
	margin-left:25px;
	float:left;
	clear:none;
	text-align:left;
}

.logo{
	margin-top:-61px;
	margin-left:-58px;
	float:left;

}
.topBanner{
	width:728px;
	height:100px;
	border:solid 0px #00FF00;
	margin-top:-80px;
	margin-left:150px;
	float:left;

}
.menu{
	width:100%;
	border:solid 0px green;
	float:left;
	clear:both;
	text-align:left;
	margin-left:0px;
}
.menu ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:solid 0px blue;
	list-style:none;
	text-align:left;
} 
.menu li{
	border-bottom:solid 1px #dce4e5;
	text-align:left;	
}
.menu a {
	color:#000000;
	text-decoration:none;
}

.menu a:hover {
	color:#111111;
	text-decoration:none;
	border-left:solid 3px #111111;
	padding-left:5px;
}

.login{
	text-align:right;
	margin-bottom:solid 1px #dce4e5;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height:12px;
}

.layout{
	background-image:url(Images/_layout_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:right;
	width:328px;
	height:277px;
	padding:10px;
	text-align:left;
	border:solid 0px #993300;

}
.layoutall{
	background-image:url(Images/_layout_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	width:328px;
	height:277px;
	padding:10px;
	text-align:left;
	border:solid 0px #993300;

}
.layout_main{
	background-image:url(Images/_layout_main_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:right;
	width:457px;
	height:385px;
	padding:10px;
	text-align:left;

}
.layout_two_panel{
	width:710px;
	height:auto;
	float:left;
	clear:right;
	border:solid 0px yellow;
	
}
.layout_left_panel{
	width:350px;
	height:auto;
	float:left;
	clear:right;
	border:solid 0px yellow;
	
}

.layout_right_panel{
	width:340px;
	height:auto;
	float:left;
	clear:right;
	border:solid 0px blue;
	
}
.layoutInfoA{
	float:left;
	clear:both;
	background-color:#f4f9fa;
	padding:3px 0px 3px 5px;
	margin:1px 0px 1px 0px;
	width:323px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	border:solid 0px #00FF00;
}

.layoutInfoB{
	float:left;
	clear:both;
	background-color:#fafeff;
	padding:3px 0px 3px 5px;
	margin:1px 0px 1px 0px;
	width:323px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	border:solid 0px #FF00FF;
	
}
.layout_main_code{
	/*background-image:url(Images/_Code_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#f9f9f9;
	border:solid 3px #FFFFFF;
	float:left;
	clear:both;
	width:304px;
	height:130px;
	padding:10px;
	text-align:left;
	padding:10px;

}
.layout_main_comment{
	/*background-image:url(Images/_Code_bg.jpg);
	background-repeat:no-repeat;*/
	background-color:#9dd316;
	border:solid 3px #FFFFFF;
	float:left;
	clear:both;
	width:304px;
	height:200px;
	padding:10px;
	text-align:left;
	/*margin-bottom:10px;*/

}
.insideLayout{
	margin-left:4px;
	margin-top:3px;
	#margin-top:5px;
	border:none;
	
}
.insideLayout_code{
	margin-left:0px;
	margin-top:0px;
	border:none;
	
}
.comments{
	background-color:#f9f9f9;
	margin:5px 0px 2px 0px;
	padding:2px 2px 2px 2px;
	text-align:left;
	font-size:11px;
	color:#333333;

}
font, div, table, p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

}
a{
	color:#0099CC;
	text-decoration:none;
	font-size:11px;
	
}

a:hover{
	color:#006699;;
	text-decoration:none;
	font-size:11px;
	
}

h1{
	font-family:Arial;
	font-weight:normal;
	font-size:24px;
	color:#18757f;
	text-align:left;
	margin:5px 0px 5px 5px;

}
h5{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#438f97;
	text-align:left;
	padding:0px;

}