body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 background-color: white;
 margin-top: 0px;
 margin-bottom: 20px;
 background-image: url('bg_body.gif');
 background-position: 0 -10;
 background-repeat: repeat-x;
 font-family: Arial, sans-serif;
 font-size: 13px;
 color: #333333;    
}

#main { 
  width: 85%;
}

#logo {
 height: 75px; 
 background-repeat: no-repeat;  
 color: #999999;
 font-size: 22pt;
 font-family: Verdana, Arial, sans-serif;
 background-image: url('bg_top1.gif');
 background-position: 0 -40;
 background-repeat: repeat-x;   
}

#logo h1 {
 margin: 0px;
 padding: 0px;
 margin-left:25px; 
 margin-top:25px;
 color: white;
 font-size: 22pt;
 font-weight: normal;
 font-family: Verdana, Arial, sans-serif;
}

#top {
 clear: both;
 height: 23px;
 background-image: url('bg_top.gif');
 xxbackground-image: url('bg_top1.gif');
 background-repeat: repeat-x;
}

#left {
 width: 25%; 
 float: left;
 background-image: url('bg_left.gif');
 background-repeat: repeat-y;
 background-color: #F0F0F0;
}

#left_bottom { 
 background-color: #F9F9F9; 
 background-image: url('bg_right.gif');
 background-repeat: repeat-x;
 height: 25px;
}

#left_inner {
 margin-left: 8px; 
}

#menu {    
}

#menu_bottom {
 clear: both;
 height: 83px;
 background-image: url('bg_bottom.gif');
 background-repeat: repeat-x;
 background-color: #F0F0F0; 
 border-top: 1px solid #E1E1E1;
 border-right: 13px solid #E1E1E1;
 min-height: 400px;
 height: expression(this.scrollHeight < 400? "400px" : "auto" );
 overflow: visible; 
}

#menu a,  
#menu b {
 display: block;
 padding-left: 25px;
 padding-right: 8px;
 line-height: 120%;
 padding-top: 8px;
 padding-bottom: 8px;
 background-image: url('bg_item.gif');
 background-color: #FEFEFE;
 background-position: 0 1;
 background-repeat: repeat-y;
 font-family: Arial, sans-serif;
 font-size: 12px; 
 border-bottom: 1px solid #F8F8F8;
 border-bottom: 1px solid #F2F2F2;
 color: black; 
 text-decoration: none; 
}

#menu a:hover,
#menu b {
 color: #095AA6;
 background-image: url('bg_active.gif');
 background-color: #F5F5F5;
 border-bottom: 1px solid #1965AC;
}

#menu b{
 xxbackground-position: right 1;
 font-weight: normal;
}


#text_main {
 width: 52%;
 float: left;
 border-left: 1px solid #F2F2F2;
 min-height: 400px;
 height: expression(this.scrollHeight < 400? "400px" : "auto" );
 overflow: visible;  
}

#text_text { 
 margin: 20px;
 line-height: 160%;
}

#text_text a { 
 color: #095AA6;
 font-family: Verdana, Arial, sans-serif;
 font-size: 12px;
 font-weight: bold; 
 text-decoration: none;
}


#text_text b { 
 color: #1863AD;
}

#text_text img { 
}

.mar {
 padding: 2px; 
 border: 2px solid #1863AD;
 float: left;
 clear: both;
 margin-right: 25px;
 margin-top: 25px;
}

#text_text a:hover { 
 color: #555555;
 text-decoration: underline;
}

#text_text ul {
background-color: #FAFAFA;
border: 1px solid #F0F0F0;
margin: 0px; 
padding: 20px;
width: 300px;
}

#text_text li {
margin-left: 15px;
}

#top_link {
 height: 30px; 
 padding-bottom: 1px;
 border-bottom: 1px solid #E9E9E9; 
 margin-bottom: 2px;
 height: 40px;
}


#top_link b {
 display: block; 
 height: 26px;
 height: 40px;
 float: left;
 font-weight: normal;
 padding-left: 37px;
 padding-right: 10px;
 background-image: url('bg_active.gif');
 background-image: url('bg_head.gif');
 border-right: 1px solid white;
 background-position: 15 8;
 background-repeat: no-repeat;
 font-family: Arial, sans-serif;
 font-size: 17pt; 
 border-bottom: 1px solid #F8F8F8;
 color: #1965AC; 
 text-decoration: none;
 padding-top: 8px;
}

#top_link a:hover {
 background-image: url('bg_active2.gif');
 color: black;
}

h3 {
 color: #095AA6;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16pt;
 font-weight: normal; 
 margin: 0px;
 padding: 0px; 
 padding-left: 30px;
 background-image: url('button.gif');
 background-image: url('bg_head.gif');
 background-repeat: no-repeat;
 background-position: 9 -4;
 margin-bottom: 5px;
 height: 20px; 
}

h2 {
 color: #095AA6;
 font-family: Verdana, Arial, sans-serif;
 font-size: 14pt;
 font-weight: normal; 
 margin: 0px;
 padding: 0px; 
 padding-bottom: 10px;
 background-image: url('bg_point.gif');
 background-image: url('bg_line.gif');
 background-repeat: repeat-x;
 background-repeat: no-repeat;
 background-position: 0 28;  
 background-position: 0 bottom;   
}

.line {
 font-size: 10px;
 background-image: url('bg_point.gif');
 background-position: 0 4; 
 background-repeat: repeat-x;
 height: 10px;
}


#right {
 width: 20%;
 border-right: 1px solid #F2F2F2;
 float: right;
 background-color: #F9F9F9; 
 background-image: url('bg_right.gif');
 background-repeat: repeat-x;
}

#right_bottom { 
 background-color: #F9F9F9; 
 background-image: url('bg_right.gif');
 background-repeat: repeat-x;
 height: 25px;
}


#right_inner {
 margin: 20px;
 margin-top: 5px;
 font-size: 10px;
 color: #111111;
 line-height: 160%;
   
}

.input {
 border: 1px solid #808080;
}

.find {
 background-image: url('button.gif');
 background-repeat: no-repeat;
 width: 22px;
 border: 0px solid #808080;
}

.icon{
 margin-left: 10px;
 border: 0px; 
}

#bottom {
 margin-top: 5px;
 clear: both;
 border-top: 1px solid #EEEEEE;
 text-align: right;
 padding-top: 3px;
 color: #999999;
 font-size: 9px;
 font-family: Verdana, Arial, sans-serif;
}

#bottom b, a{
 color: #666666;
 font-weight: normal;
}

#bottom a{
 text-decoration: none;
}

li {
 list-style: square outside url("bg_li.gif");
}


.clear {
 clear: both;
}

#rad {
 display: none;
 position: absolute;
 left: 150px;
 top: 140px;
 border: 1px solid #666666;
 background-color: #666666;
 z-index: 1;
 width: 200px;
}
