/* CSS Document */

body{
margin:0;
padding:0;
font-family:arial, helvetica, san-serif;
text-align: left;
background-color:#f4f4f4;
}
img{
border:0;
}
a, a:active{
color:#009933;
text-decoration:none;
}
form, ul, li{
margin:0;
padding:0;
}
ul, li{
list-style:none;
}
div{
float:left;
}
hr{
border:0;
border-top:1px dotted /**/
}

#pre{
width:1020px;
height:auto;
background: url(images/side.png) repeat-y top right;

}
#main{
width:1000px;
height:auto;
background-color:#FFFFFF;
}
    #r1, #r2{
    width:100%;
    }
    #r1{
    height: 346px;
    }
		#logo, #visi{
		width:100%;
		}
		#logo{
		height:90px;
		}
		#nav{
		height: 28px;
		text-align:right;
		vertical-align:bottom;
		padding-right:12px;
		width:988px;
		}
		#visi{
		height:227px;
		}
		
    #r2{
    height:auto;
    }
       
   
        #r2c1, #r2c2{
   
    }
    #r2c1{
        width:280px;
        height: auto;
        }
      
        .docBox1, .docBox2, .docBox3, .docBox4{
            font-size:0.7em;
        	background-color:#eef2ef;
            margin:10px 10px 10px 20px;
            }
            .docBox1{
            border:1px solid #009933;
			padding:10px;
			color:#009933;
            }
				.docBox2 li{
				padding-bottom:5px;
				padding-top:5px;
				}
				.docBox2 a{
				margin-left:10px;
				width:240px;
				}
				.docBox3 li{
				border-top:1px dotted #009933;
				padding-top:5px;
				padding-bottom:5px;
				height:20px;
				}
				.docBox3 a{
				margin-left:10px;
				width:240px;
				}

            .docBox4{
         
            }
			.docHeader{
			height:30px;
			background: url(images/docHead.jpg) no-repeat top left;
			text-weight:bold;
			}
				.docHeader a{
				color:#ffffff;
				
				}



        #r2c2{
        height:auto;
        width:700px;
        }   
        #container{
        font-size:0.8em;
        width:100%;
        height:auto;
        }
           #content{
			margin:0;
			width:560px;
			padding:40px;
			padding-left:40px;
			height:auto;
			background:url(images/side.jpg) repeat-y top left;
			float:left;
			
   			}
    
			#foot{
			width:635px;
			padding-top:10px;
			padding-left:8px;
			height:100px;
			background:url(images/foot.jpg) no-repeat top left;
			float:left;
			}
    


