	html
	{
	   height: 100%;
	   margin: 0;
	   padding: 0;
	}


	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#E2E9F6;
		min-width:100%;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:96%;
		font-family: arial, verdana, sans-serif; /*Helvetica, Arial, Verdana; this is the only place where font names are mentioned, remove if u want to have browser default font*/
		color: #567749;
	}
	a {
		color:#369;
		text-decoration: none;
	}
	a:hover {
		color:#567749;
		text-decoration:none;
	}

	h1, h2{
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
	h4 {
		margin: 1.2em 0 .2em 0;/*h3 is used in displaying center column headings*/
		padding:0;
	}
	
	h3 {
		margin: 0 0 .2em 0;/*h4 is used in displaying menu headings*/
		padding:0;
		font-size: 22px;
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		height: 190px;
	}
	#header {
		border-bottom:0px solid #82A2D9;
		border-top:8px solid #82A2D9;
		background: #82A2D9 url('/images/header.jpg');
	}
	#header p{
		padding:.4em 15px 0 15px;
		margin:0;
	}

	#header h1{
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#header h1.siteheading{/*used in displaying the site heading*/
		padding:.4em 15px 0 15px;
		margin:0;
		text-decoration: none;
		text-align: center;
		font-size: 35px;/*if this property is removed it will set 29px by default*/
	}

	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	#header h2.caption{				/*used to display caption of the site*/
		padding:1.4em 15px 0 15px;
		margin:0;
		text-align:center;
		font-size: 17px;/*reduce if required, even this property is not specified caption will display as big as 23pixels by default*/
		color: #35727D;
	}
	
	b{
		color: #35727D;
		font-size: 20px;
	}

	#layoutdims {
		clear: both;
		margin: 0;
		padding: 15px 30px !important;
		text-align: right;
	}
	
	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
		
	}
	/* 3 Column settings */
	.threecol {
		background:#F7F9FD;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#F7F9FD;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#F7F9FD;	/* left column background colour */
	}
	.threecol .col1 {
		margin-top:30px;    /* not part of original file, added to have some distance between the line and the content text*/
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	.col3 ul li {				/*right column */
		list-style: none;
		padding-bottom: 15px; 
	}
	
	.col2 ul li {				/*left column */
		list-style: url('/images/bullet.jpg') disc;
		font-size: 1.0em;
		padding-bottom: 30px;
	}
	
	.col1 ul li {				/*center column */
		padding-bottom: 15px;
	}
	
	p.second {
		padding-left:80px;
	}
	p.first{
		padding-left:40px;
	}
	
	p{
		line-height: 1.4em;
		padding-bottom: 8px;
	}

	/*Table class*/
	table.table{
		font-family: "Lucida Grande", Sans-Serif;
		margin: 5px;
		width: auto;
		text-align: left;
		border-collapse: collapse;
		border-width: 5px;
	}

	table.table td{
		padding: 8px;
		background: #efe; 
		border-bottom: 1px solid #fff;
		color: #669;
		border-top: 1px solid transparent;
	}
	
	table.table th{
		padding: 8px;
		background: #ddd;
		border-top: 4px solid #FF9900;
		border-bottom: 1px solid #fff;
		color: #669;
	}

	
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:2px solid #82A2D9;
		text-align: center;
		margin-top: 0px; 
		height: 110x;  /*not part of original file,Just added to support push division , remove if not required*/
		background: url('/images/footer.jpg');
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	#push { /*this used to push the footer down whenever content is less because footer comes just below the content doesn't stick to the bottom of the screen*/
		height: 110px; /* .push must be the same height as .footer */
		border-bottom: 0px solid #000; /*Whenever u need, add this division like just this <div id="push"></div>*/
	}

	#next{
		float: right;
		width: 40%;
		text-align: right;
	}
	
	#prev{
		float: left;
		width: 40%;
		text-align: left;
	}
/*

	/*http://matthewjamestaylor.com/blog/perfect-3-column.htm , pictures explaining this layout is available in this site*/


