html {
      overflow: hidden;
      overflow-x: hidden;
      overflow-y: hidden;	
}
body {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	background-image: url(../images/backgorund.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
a:link {
	text-decoration: none;
	color: #006666;	
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #009966;
}
a:active {
	text-decoration: none;
	color: #006666;
}
h1 {
	font-size: 30px;
	color: #ffffff;
	position: relative;
	top: 24px;
	left: 20px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 25px;
	color: #00375c;
	position: relative;
	top: 180px;
	right: 48px;
	margin: 0;
	padding: 0;
	text-align: right;
}
h3 {
	font-size: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.layout {
	width: 860px;
	height: 522px;
	margin: 0 auto;
	padding: 0;
}
.layout_left {
	background-image: url(../images/layout_menu.png);	
	background-repeat: no-repeat; 	
	behavior: url("iepngfix.htc");
	float: left;
	margin: 0;
	padding: 0;
	width: 219px;
	height: 522px;
	overflow: hidden;
}
.layout_right001 {
	background-image: url(../images/layout_right001.png);
	background-repeat: no-repeat; 	
	behavior: url("iepngfix.htc");
	float: left;	
	margin: 0;
	padding: 0;
	width: 641px;
	height: 522px;
	overflow: hidden;
}
.layout_right002 {
	background-image: url(../images/layout_right002.png);
	background-repeat: no-repeat; 	
	behavior: url("iepngfix.htc");
	float: left;	
	margin: 0;
	padding: 0;
	width: 641px;
	height: 522px;
	overflow: hidden;
}
.copyright {
	margin: 24px auto;
	padding: 0;
	width: 860px;
	text-align: center;
	overflow: hidden;
	color: #666666;
	font-size: 14px;	
}
.home {
	position: relative;
	top: 15px;
	left: 20px;
	width: 186px;
	height: 120px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.menu {
	position: relative;
	top: 40px;
	left: 33px;
	width: 137px;
	height: 186px;
	margin: 0;
	padding: 12px;
	overflow: hidden;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
}
.menu ul li a:link {
	text-decoration: none;
	color: #000000;	
}
.menu ul li a:visited {
	text-decoration: none;
	color: #000000;
}
.menu ul li a:hover {
	text-decoration: none;
	color: #009966;
}
.menu ul li a:active {
	text-decoration: none;
	color: #000000;
}
.content {
	position: relative;
	top: 30px;
	left: 20px;
	border: solid 1px #2f658d;
	background-color: #FFFFFF;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	margin: 0;
	padding: 12px;
	width: 547px;
	height: 403px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;		
}
.design {
	position: relative;
	top: 30px;
	left: 20px;
	border: solid 1px #2f658d;
	background-color: #FFFFFF;
	margin: 0;
	padding: 12px;
	width: 547px;
	height: 403px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;		
}
.intro {
	position: relative;
	top: 185px;
	left: 20px;
	border: solid 1px #2f658d;
	background-color: #FFFFFF;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	margin: 0;	
	padding: 12px;
	width: 547px;
	height: 254px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;		
}
.col_float {
	float: left;
	margin-right: 24px;
	padding: 0;
}
/*body{ 
scrollbar-face-color:#c3e5c3; 
scrollbar-arrow-color:#608060; 
scrollbar-track-color:#e6f2e6; 
scrollbar-shadow-color:#608060; 
scrollbar-highlight-color:#ffffff; 
scrollbar-3dlight-color:#f2fff2; 
scrollbar-darkshadow-Color:#738073; 
} 
body,td,th {
	color: #000000;
}
td.repeatx {
	background-repeat:repeat-x;
} 
td.norepeat {
	background-repeat:no-repeat;
} 

.style1 { 
	color: #999999;
	font-size: 10px;
}
.style2 { 
	color: #999999;
	font-size: 14px;	
}
.style3 { 
	font-weight:bold;
	font-size: 18px;	
}
.style4 { 
	color:#FF9900;
	font-weight:bold;	 
	font-size: 18px;	
}
*/