/*
html, body {
	height:100%;	
}
*/

body {

	width:774px;
	margin: auto;
	font-size: 12px;
	font-family: arial,verdana, sans-serif;
	color: #3e3e3e;
	background-color: #fff;

}

a {
	text-decoration:none;
	color:#007ebb;
}

a:hover {
color:#d03c3a;
}

b {
color:#d03c3a;

}

img {
	border:0;	
}

/* To avoid dotted borders to the image */

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* dotted borders to image - end */


/* B:Header */

div#header {
	margin: 0px;
	padding: 0px;
}


div#logo {
	margin: 0px;
}

/*wrapper*/
#wrapper {
	width:auto;
	margin:20px 20px 30px 20px;


}

div#left {
	float: left;
	width: 200px;
        margin:0px;
	padding: 0px;
        }  
	
	
	#nav {
		margin: 0px;
		padding: 0px 0px 0px 0px;
        }
	
	#nav ul{
		list-style-type: none;
		margin: 0px;
		padding: 0px 0px 20px 0px;
		
	}
	#nav li {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 11px 22px;
		border-bottom:solid 1px #f2f2f2;
		font-weight: bold;
		background: url(../images/navBullets.gif) no-repeat top left;
		}
		
		#nav ul ul   {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
                }
		
		#nav ul ul li {
                margin: 0px 0px 0px 0px;
		padding: 10px 0px 11px 22px;
		font-weight: normal;
		background: url(../images/navBullets.gif) no-repeat top left;
		}
	
	#nav a {
		color: #838383;
		
	}
	
	#nav a:hover, #nav .selected {
		color: #007ebb;
        }

div#content {
	margin: 0px 0px 0px 212px;
	padding:0px;
	line-height:18px;
	text-align:justify; 

	
}

	#content ul{
		list-style-type: none;
		margin: 0px;
		padding: 5px 0px 10px 10px;
	}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 8px 0px 8px 12px;
		background: url(../images/bullet2.gif) no-repeat top left;
		}
.section {
	width:355px;
	float:left;
}

h1 {
	font-size:18px;
	font-style:italic;
	color:#007ebb;
	margin:0px 0px 20px 0px;
}

h2 {
	margin:5px 0px 15px 0px;
	font-weight:bold;
	font-style:italic;
	float:right;
	font-size:12px;
	color:#d03c3a;

}



.readmore {
	float:right;



}
/* start ---- footer */

#footer {
        clear:both;

	padding:20px 0px 10px 0px;
	height:50px;
	font-size: 11px;;
        color: #818286;



	
}	
#footer a {
	font-weight:bold;

}

#address {
	float: left;
	margin: 0px 0px 0px 0px ;
	padding: 0px 0px 0px 0px;

}
#contact {
	float: right;
	padding: 15px 20px 5px 0px;
}

/*end of footer */

