body
{
z-index:0;
height: 100%;
width: 100%;
background-color:#AFC7C7;
font-family: Arial, sans-serif;
color:#000000;
margin:0px;
padding:0px;
position:absolute;
}

a:link{
font-size:inherit;
background-color: transparent;
color: #000066;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration:none;
}

a:visited{
font-size:inherit;
background-color: transparent;
color: #000066;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: bold;
}

a:hover{
font-size:inherit;
background-color: transparent;
color: #000066;
text-decoration: none;
font-family: Arial, sans-serif;
font-weight: bold;
}

a:active{
font-size:inherit;
text-decoration:none;
background-color: transparent;
color: #000066;
font-family: Arial, sans-serif;
font-weight: bold;
} 

#maintitleContainer{
font-size:60px;
color:#000000;
}

#mainContainer{
position: relative;
margin-left:10px;
margin-top:7px;
font-size:inherit;
background-color:#FFFFFF;
}
	
#leftContainer{
position: relative;
float:left;
width:200px;
height:900px;
overflow:auto;
padding-left:20px;
padding-right:5px;
font-size:13px;
}
	
#rightContainer{
height:900px;
overflow:auto;
width: 300px;
float:right;
padding-left:25px;
padding-right:25px;
text-align:justify;
font-size : 13px;
overflow:auto;
color:#000000;
margin-right:10px;
}

#comment{
clear:both;
}

#contentContainer{
height:900px;
overflow:auto;
position: relative;
color:#000000; 
font-size : 13px;	
margin:auto;
padding-left:15px;
padding-right:15px;
text-align:justify;
}

