* {
	margin: 0;
	padding: 0;
	border: 0;
}
BODY {
	font: 1em Arial, sans-serif;
	color: #000;
	background: #FFFFFF url(img/design/base_bg.gif) repeat-x;
}

#container {
	margin: 10px auto; 
	width: 950px;
	border: #333333 1px solid;
	background: #FFFFFF url(img/design/left_bg.gif) 0 100% repeat-y;	
}

#header_top_line {
	width: 950px;
	height: 21px;
	text-align: right;
	line-height: 10px;
	font-size: 0px;
}

#header {
	background: #0049E6 url(img/design/logo.jpg);
}

#header_bottom_line {
	width: 700px;
	height: 25px;
	background: black url(img/design/hk_bg.jpg);
	color: white;
	font: 12px Arial;
	line-height: 23px;
}

#header_bottom_line a{
	color: #EEEEEE;	
}

#logo_image {
	width: 950px;
	height: 150px;
}

#nav_and_content {
	display: block;	
	background: url(img/design/bl_corner.gif) 0 100% no-repeat;	
}

.clear {
	display: block;	
	clear: both;
	visibility: hidden;
}

#left_panel {
	width: 250px;
	height: auto;
	float: left;
	display: block;
	text-align: center;
	background: #779EBF url(img/design/left_bg_top.jpg) 0 0 no-repeat;	
}

#nav_1 {
	margin: 10px 15px;
	text-align: left;
}

#nav_1 a {
	display: block;
	font: 15px Arial;
	line-height: 26px;
}

#nav_1 a:hover, #nav_1 a.lvl_1:hover, #nav_1 a.lvl_2:hover, #nav_1 a.lvl_3:hover, #print a:hover {
	color: AA0000;
}

#nav_1 a.lvl_1 {
	height: 28px;
	font-weight: bold;
	color: #333333;	
	text-decoration: none;
}

#nav_1 a.lvl_2 {
	height: 24px;
	color: #0040AB;	
}

#nav_1 a.lvl_3 {
	display: block;
	margin: 7px 0px 7px 10px;
	font: 14px Arial;
	color: #0040AB;	
}

#nav_1 a.lvl_4 {
	font: 13px Arial;
	color: #006195;	
	margin: 3px 0px 3px 20px;
	line-height: 18px;
}

#content {
	display: block;
	width: 700px;
	float: right;
}

#print {
	margin: 15px;
	font: 14px Arial;
}

#footer {
	width: 950px;
	height: 50px;
	text-align: center;
	background: #779EBF;
	line-height: 50px;
}

p, p.MsoNormal {
	font: 14px Arial;
	margin-top: 1em; 
 	margin-bottom: 0.5em;
}

#print img {
	margin: 0 1em 1em 1em;
	border: gray 1px solid;
}

#print img.avatar {
	float: right;
}

#print ul {
	margin: 10px 0px 10px 30px;
	list-style: inside;

}

#print li {
	margin-top: 7px;
}


#print ol {
	margin: 10px 0px 10px 45px;
}
#print ol p{
	margin: 10px 0px;
}

#print a {
	color: #0083CC;	
}

#print a.type_html1:before {
	content: url(/img/design/type_html.gif);
} 

#print img.type_icon {
	border: none;
	margin: 0;
	position: relative;
	top: 3px;
	left: -5px;
}

div.av_item { 
	margin: 10px 0px;
}

#print div.av_item img.avatar{ 
	display: block;
	float: left;
	margin: 0px 15px 15px 0px;
}

label {
	position: relative;
	float: left;
	width: 220px;
	margin:	10px 15px 0px 0px;
	text-align: right;
}
form {
	margin: 0px;
}

.form-item {
	margin:	10px 0px 0px 0px;
	clear: both;
	position: relative;
	background: #eeeeee;
	padding: 2px;
	border: silver 1px dashed;
}

.need {
	color: red;
}

.main_line_1 {
	border: #008AD5 1px solid;
	background: url(img/design/main_line_bg1.gif) 100% 0 no-repeat;
	height: 145px;
	color: #008AD5;
	text-align: left;
	margin-bottom: 15px;
	padding-right: 10px;
}

#print div.main_line_1 img {
	display: block;
	width: 300px;
	margin: 0;
	border: 0px;
	float: left;
	margin-right: 20px;
}

.main_line_2 {
	border: #008AD5 1px solid;
	background: url(img/design/main_line_bg2.gif) 0 0 no-repeat;
	height: 145px;
	color: #008AD5;
	text-align: right;
	margin-bottom: 15px;
	padding-left: 10px;
}

.main_line_2 p, .main_line_1 p {
	text-align: justify;
}

#print div.main_line_2 img {
	display: block;
	width: 300px;
	margin: 0;
	border: 0px;
	float: right;
	margin-left: 20px;
}

#tiny_img {
	margin: 5px 10px;
}


#tiny_img img {
	margin: 5px 5px;
}
h1{font: bold 180% Arial, Verdana, sans-serif;}
h2{font: bold 170% Arial, Verdana, sans-serif;}
h3{font: bold 140% Arial, Verdana, sans-serif;}
h5{font: bold 90% Arial, Verdana, sans-serif;}
#contactform div
      {
          text-align:left;
margin-left:25px;

      }
      #contactform input
      {
          width:200px;
          border:solid 1px #0040ab;
          background:white;
          margin-bottom:10px;
      }
      #contactform textarea
      {
        width:200px;
        height:100px;
        margin-bottom:20px;
        border:solid 1px #0040ab;
      }
	  
	 .nodecor {text-decoration: none;} 
