
h1 {
	font-size:22px;  
}
h2 {
	font-size:16px; 
}
h3 {
	font-size:14px;  
}
h1,h3 {
	/* top & bottom margin based on font size */

}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}

em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

th,td {
	/*borders and padding to make the table readable*/
	padding:4px;
	vertical-align:top;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
	
}


html,body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ebebeb;
	font-size:12px;
	height:100%;
	color:#333;
	margin:0;
	padding:0;
    text-align:left;
}

a {color:#1182ac;}

ol {list-style:decimal;list-style-position:inside;}


#mainContainer {
min-height:100%;
margin:0 auto;
width:100%;
padding:0 10px;
background:#fff url(../images/background.gif) repeat-y center top;
}

#mainContainer_100 {
min-height:100%;
margin:0 auto;
width:100%;
background-color:#fff;
}



.md_logo {
	float:right;
}

#navigation {
	background-image:url(../images/navBgBlue.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:25px;
	width:100%;
}

#banner {

padding:15px;
border-bottom:1px solid #ccc;
}

#banner h1 {
	float:left;
}


#contentBody {

	padding:15px;
	min-height:100%; /* added for right column 100% */
}

#footer {

	padding:15px;
	border-top:1px solid #ccc;
}

.copyright {
	padding-top:5px;
}

.clear {
	clear:both;
	height:0px;
}

.clear15 {
	clear:both;
	height:15px;
}


 .h22 {
	font-size:16px; 
	font-weight:bold; 
	text-align :left ;
}
.h33 {
	font-size:14px;
	font-weight:bold;   
}

.para
{
    text-align :justify ;
    width :100%;
}
.para1
{
    text-align :justify ;
    width :80%;
   
}