body {
   font-family : Arial, 'Sans Serif', Verdana;
   font-size : 14px;
   margin : 0px;
   padding: 0px;
   background: url('../../redata/images/bg_main.jpg') repeat-x;
}

.clear {
   clear: both; 
}

#searchbox {
	float: right;
	padding: 4px;
}

#Search {
	border: 1px solid #777;
	padding: 2px;
}

#container {
   width: 990px;
   margin : 0 auto;
   display : block;
}

#header {
   float: left;
   width: 100%;
   height: 110px; 
}

#koko {
	float: left;
}

#tina {
	float: left;
	position: relative;
	z-index:100;
}

#logo {
   float: left;
   display: block;
   position: relative;
	z-index: 100;
}


#logo a {  
   font-size: 16px;
	 display: block;
   margin: 0px 0px 0px 0px;
   color: #fff;
}

#logo h1 {
   color: #fff;
   font-size: 36px;
   margin: 20px 0px 5px 28px;
   text-shadow: #333333 3px 3px 3px;
}

#logo h2 {
   font-size: 16px;
   margin-left: 28px;
   color: #fff;
   text-shadow: #333333 2px 2px 2px;
}

#mainbox {
   float: left;
   width: 990px;
   min-height: 200px;
}

#leftbar-small {
   float: left;
   width: 210px;
   min-height: 20px;
}

#rightbar-small {
   float: right;
   width: 210px;
   min-height: 20px;
}

#middlebar-small {
   float: left;
   width: 538px;
   min-height: 20px;
   margin: 0px 16px;
   color: #111;
   line-height: 20px;
   text-align: justify;
   padding: 0px 0px;
}

#middlebar-small img {
	max-width: 537px;
}

#middlebar-small p {
   margin: 10px 0px;
}

#middlebar-small h3 {
   padding-top: 3px;
   font-size: 20px;
   color: #00b600;
}

#middlebar-small h4 {
   font-size: 16px;
   color: #444;
}

#middlebar-small a {
	text-decoration: none;
	color: #00b600;
}

#middlebar-small a:hover {
	text-decoration: underline;
	color: #555;
}

.winbox {
   float: left;
   width: 100%;
/*   background: #00d600;
   border-top: 3px solid #01b301; */
  background: url('../../redata/images/bg_winhead.jpg') repeat-x; 
   min-height: 50px;
  border: 1px solid #f2f3f3;  
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   margin-bottom: 15px;
   -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}

.winbox_leftbanners {
  float: left;
  width: 210px;
  height: 150px;
  background: url('../../redata/images/bg_winhead.jpg') repeat-x; 
  min-height: 50px;
  margin-bottom: 15px;
}


.winbox h2 {
   color: #fff;
   margin: 6px 5px;
   font-size: 17px;
}

.winbox p {
   padding: 5px;
   font-size: 12px;
   line-height: 16px;
   color: #333;
}

.winbox #tags {
	margin-top:15px;
}

.winbox #tags a {
	//display: block;
	text-decoration: none;
	color: #777;
	//padding: 3px 12px;
	line-height: 18px;
	
}

.winbox #tags a:hover {
	color: #00b600;
}

#footer {
   clear: both;
   float: left;
   width: 100%;
   border-top: 3px solid #ccc;
   background: url('../../redata/images/bg_footer.jpg') repeat-x; 
}

.footboxes {
   float: left;
   width: auto;
   margin: 5px;
   font-size: 12px;
   padding: 10px;
}

.footboxes li {
   float: left;
   width: auto;
   line-height: 18px;
}

.footboxes li a {
   clear: both;
   display: block;
   color: #777;
   text-decoration: none;
}

.footboxes li a:hover {
   text-decoration: underline;
   color: #357;
}

#footlinks {
   clear: both;
   float: left;
   padding: 10px;
   background-color: #f0f0f0;
   width: 970px;
   margin: 20px 0px;
   border: 1px solid #ddd;
   border-top: 2px solid #ddd;
   text-align: right;
   color: #777;
   font-size: 11px;
}

#footlinks a {
   color: #357;
   text-decoration: none;
}

#footlinks a:hover {
   color: #777;
   text-decoration: underline;
}

#footleft {
   float: left;
}

#footright {
   float: right;
}

.twomsgs-right {
   float: right;
   width: 260px;  
   text-align: left;
   font-size: 12px;
   color: #000;
}

.twomsgs-left {
   float: left;
   width: 260px;  
   text-align: left;
   font-size: 12px;
   color: #000;
}

.twomsgs-left img, .twomsgs-right img {
   float: left;
   margin: 15px 10px 5px 0px;
   width: 100px;
   height: 100px;
   border: 1px solid #333;
}

.twomsgs-right p, .twomsgs-left p {
   text-align: justify;
}

.twomsgs-right h3, .twomsgs-left h3 {
   font-size: 16px !important;
   text-decoration: underline;
   color: #00d600 !important;
}

.twomsgs-right p.date, .twomsgs-left p.date {
   font-size: 10px;
   text-align: right;
}

.articlehead {
   clear: both;
   float: left;
   width: 100%;
   height: 30px;
   background: #00d600;
   border-bottom: 3px solid #01b301;
}

.articlehead h3 {
   color: #fff !important;
   font-size: 18px !important;
   margin: 4px;
}

#articlelist {
   list-style: none;
   width: 100%;
}

#articlelist li {
   clear: both;
   float: left;
   margin: 10px 0px; 
}

#articlelist li img {
   float: left;
   margin: 5px 10px 0px 0px;
   border: 1px solid #333;
   max-width: 120px;
}

#articlelist li h3 {
   font-size: 14px;
   width: 535px;
   color: #00d600;
}

#articlelist li a {
   color: #00d600;
   text-decoration: none;
   font-weight: bold;
}

#articlelist li a:hover {
   text-decoration: underline;
   color: #333;
}

#articlelist div.artpanel {
   clear: both;
   float: right;
   width: 100%;
/*   background: #f0f0f0;  */
   font-size: 10px;
   padding: 0px;
   text-align: right;
   padding-right: 10px;
/*   border-bottom: 1px solid #999; */
}

ul.ina li {
	line-height: 16px; 
}

ul.ina li p {
	margin: 3px 0px !important;
}

ul.ina li div.iimg {
	float: left;
	width: 130px;
}

ul.ina li div.itxt {
	float: right;
	width: 400px;
	font-size: 14px;
}

#middlebanner {
   float: left;
   clear: both;
   border: 1px dotted #ccc;
   width: 486px;
   height: 60px;
   margin-bottom: 10px;
   margin-left: 25px;
   background-color: #f0f0f0;
}

#newsbox {
   float: left;
   clear: both;
   width: 515px;
   border: 1px dotted #ccc;
   min-height: 100px;
   margin-bottom: 10px;
   padding: 10px;
}

#newsbox h2 {
   font-size: 20px;
   color: #00d600;
}

#newsbox h3 {
   font-size: 16px;
   color: #00d600;
}

#newsbox ul {
   list-style-type: square;
   margin-left: 20px;
   color: #0963a2;
   margin-top: 10px;
   font-size: 14px;
}

#newsbox li {
   clear: both;
   line-height: 17px;
   margin: 7px 0px;
}

#newsbox li a {
   color: #333;
   text-decoration: none;
   font-weight: bold;
}

#newsbox li a:hover {
   color: #00d600;
   text-decoration: underline;
}

#newsbox li em {
   color: #999;
}

#conticons {
	float: left;
	width: 765px;
	height: 130px;
	border: 0px solid #ccc;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
}

#conticons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#conticons ul li {
	float: left;
	margin-left: 23px;
	// border: 1px solid #000;
	padding: 0px;
}

#conticons ul li a {
	display: block;
}

#conticons ul li:first-child {
	margin-left: 0px;
}
