/* Default rules for the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column {
		width:787px;
	}


/* Default rules for h2, h3 and h5 of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column h2, div#main-column h3, div#main-column h5 {
		color:#b20938;
		font-size:1.4em;
		font-weight:normal;
		margin:0;
		padding:0;
	}


/* Default rules for h2 of the main-column div, this time separately
-------------------------------------------------------------------------------------------- */
	div#main-column h2 {
		padding:10px 0 20px 0;
	}

/* Default rules for the h3 of the main-column div, this time separately
-------------------------------------------------------------------------------------------- */
	div#main-column h3 {
		padding:0 0 20px 0;
	}

/* Default rules for the h4 of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column h4 {
		color:#0a3981;
		margin:0;
		padding:15px 0 38px 0;
		font-size:1.6em;
		font-weight:bold;
	}

/* Default rules for the h5 of the main-column div, this time separately
-------------------------------------------------------------------------------------------- */
	div#main-column h5 {
		padding:0 0 20px 0;
	}
	
/* Default rules for the paragraphs of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column p {
		margin:0;
		padding:0 0 25px 0;
		color:#0a3981;
		font-size:1.3em;
		font-family:Verdana;
	}

/* Default rules for the unordered lists of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column ul {
		margin:0;
		padding:0 0 210px 25px;
		color:#0a3981;
		list-style:none;
		font-size:1.3em;
		font-family:Verdana;
	}

/* Default rules for the list items of the unordered list contained by main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column ul li {
		background:url(cssimages/shared/arrow1.jpg) no-repeat center left;
		padding:0 0 0 15px;
	}

/* Default rules for the strong element found in list items of the unordered list contained
by main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column ul li strong {
		color:#b20938;
		font-weight:normal;
		font-size:1.1em;
	}

/* Default rules for the secondary-column div
-------------------------------------------------------------------------------------------- */
	div#secondary-column {
		background:url(cssimages/warranty-policy/secondary-column-bg.jpg) no-repeat top right;
		width:198px;
		margin-top:65px;
	}
