/* basic elements */
img{
border-style: none;
}
body { 
	font: 8pt/16pt georgia; 
	color: #555753; 
	background: #CCFFE6; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
a:link ,a:visited{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	color: #B7A5DF;
	}
table {
 /*padding: 2px 2px 0 2px;*/
 border-top: 1px solid #797D9D;
 border-right: 1px solid #797D9D;
 border-left: 1px solid #797D9D;
 border-bottom: 1px solid #797D9D;
}


/** Start - For the left menu*/

.menu-main_header{
color:#000080;
text-align: left;
margin-left:60px;

/*
font:bold 14px Verdana,Arial,Helvetica,sans-serif;
margin-bottom:8px;
margin-top:12px;*/
}
.menu-sub_header{
text-align: left;
color:#000080;
margin-left:80px;
/* font:bold 12px Verdana,Arial,Helvetica,sans-serif;*/
}
.menu-table{
border:1px dotted #c0c0c0;
border-left:2px solid #000000;
border-bottom:2px solid #000000;

}


/** End - For the left menu*/

/*quote of the day footer*/
.quote_of_the_day{
text-align: left;
font-style: italic;
color:#000080;
font:italic 12px Verdana,Arial,Helvetica,sans-serif;
}

/*For Disclaimers, like rss, copyright, etc.*/
.fine_print{
text-align: left;
color:#000000;
font:  9px Verdana,Arial,Helvetica,sans-serif;
}


.comic_header{
text-align: right;
color:#000000;
font:  bold 14px Comic Sans MS,Arial,Helvetica,sans-serif;
}

/*
td{
border:1px solid #c0c0c0;
font:10px Verdana,Geneva,Arial,Helvetica,sans-serif;
font-weight:bold;
text-align:center;
}
*/

/*BLOG */
.blog_image{
	float:left; padding:5px;
}

.blog_text{
  font: 12pt/16pt georgia;  
  margin-right: 50px; 
  text-align: justify;
}