body {
    margin: 0px;
	 padding: 0px;
	background-color: #b9cdd9;
	font-size: 14px;
	line-height: 133%;
   font-family: arial, helvetica, sans-serif;
	
	
} 

div#head {
   position: absolute;
   left: 0px;
   top: 0px;
   height: auto;
   width: 100%;
   background: #b9cdd9 url(blueheader.gif) repeat-x;
}     
 

div#kant {
    position: absolute;
    left: 0px;
    top: 200px;
    height: 100%;
    width: 200px;
    background: #b9cdd9 url(blueleft.gif) repeat-y;
   
}

div#content {
    position: absolute;
    top: 200px;
    left: 220px;
    background-color: transparent;
    width: 80%;
    height: auto;
    padding: 10px;
    text-align: justify;
    color: #202e4e;
}        

div#menu {
    position: absolute;
    top: 200px;
    left: 0px;
    background: transparent;
    height: 200px;
    width: auto;
    padding-left: 10px;
    font-variant: small-caps;
    color: #60a1bd; 
}    

img {
    border-width: 0;
}    

h1{
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
}    

em {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    padding-left: 100px;
}

q {
    font-style: italic;
}
 
hr {
   width: 100%;
   color: #202e4e;
   }

ul {
   list-style-image: url(listagrej.gif)
}

ul li {
   margin-bottom: 10px;
   margin-top:10px;
}   
 
a.here {
    font-variant: small-caps;
    color: #ffffff;
    font-weight: bold;
}       

a:link {
    color: #60a1bd;
    text-decoration: none;
}

a:visited {
    color: #60a1bd;
    text-decoration: none;
}

a:active {
    color: #60a1bd;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    letter-spacing: 5px;
    
}

#content a:link {
    color: #202e4e;
    text-decoration: none;
}  

#content a:visited {
    color: #202e4e;
    text-decoration: none;
}

#content a:active {
    color: #202e4e;
    text-decoration: none;
}

#content a:hover {
    text-decoration: none;
    letter-spacing: 5px;
    }                                      
