body
{
	background: white;
  	font-family: Verdana, Helvetica, Sans-Serif;
  	font-size: 11px;
	margin-top: 5px;
}

#todays_date
{
	float: right;
	margin: 10px 0px 0px;
	width: 12%;
	height: 60%;
}
#aimslogo
{
  	float: left;
	height: 100%;
  	width: 20%;
	background-image: url('../images/aims_logo_1.png');
	background-repeat: no-repeat;
	background-size: 100%;
}
#aimstitle
{
  	float: left;
  	height: 100%;
  	width: 80%;
 	background-image: url('../images/aims_title_1.png');
	background-repeat: no-repeat;
	background-size: 80%;
  	background-position: 5% 45%;
}

#new_top_menu
{
	float: left;
	height: 100%;
	width: 85%;
	margin: 0px;
  	font-weight: bold;
	background-color: whitesmoke;
  	border-top-left-radius: 1em;
  	border-top-right-radius: 1em;
}

#main_page
{
	max-width:98%;
	min-width:1050px;
	min-height:1000px;
  	height:1100px;
	margin: 0px 1%;	
	border-radius:0.4em;
}

#A
{
	float: left;
	height: 15%;
	width: 100%;
}
#A1
{
	float: left;
	height: 80%;
	width: 100%;
}
#A11
{
	float: left;
	height: 100%;
	width: 55%;
}
#A12
{
	float: left;
	height: 100%;
	width: 45%;
}


#A2
{
	float: left;
	height: 20%;
	width: 100%;
	background-color: white;
}

#B
{
	float: left;
	height: 85%;
	width: 100%;
	background-color: whitesmoke;
	border-radius: 0em 1em 1em 1em;
}
#B1
{
	float: left;
	height: 100%;
	width: 34%;
}
#B11
{
	float: left;
	height: 60%;
	width: 100%;
}
#B12
{
	float: left;
	height: 40%;
	width: 100%;
}

#B2
{
	float: left;
	height: 100%;
	width: 66%;
}
#B21
{
	float: left;
	height: 100%;
	width: 100%;
}
#B21-1
{
	float: left;
	height: 100%;
	width: 100%;
	border-radius:1em;		
}

.inner_box
{
	float: left;
	height: 97%;
	width: 98%;
	margin: 1%;
	border-radius:1em;
	background-color: white;
}

.inner_box_middle
{
    float: left;
    height: 94.5%;
    width: 93.6%;
    margin: 0.7%;
    padding: 10px;
    border-radius: 1em;
    background-color: white;
    overflow: auto;
}

#copyrights
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: x-small;
    height: 75px;
    margin-top: 5px;
}

.category-module-articles
{
    list-style-image: url('../images/article.png');
    list-style-position: inside;
	padding-left: 10px;
	overflow-y: auto;  
}
.category-module-articles ul li {list-style: none;}
.category-module-articles ul li a {text-decoration: none;}
