/* Default rules for the main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column {
		padding-bottom:185px;
		padding-left:250px;
		padding-top:20px;
		margin:0;
		width:746px;
		float:none;
		clear:both;
		background:url(cssimages/troubleshooting/main-column-bg.jpg) no-repeat 40px 20px;
	}

/* Default rules for the h3 of the main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h3 {
		margin:0;
		padding:0 0 20px 0;
		font-family:Verdana;
		font-weight:normal;
		font-size:1.4em;
		color:#b20938;
	}

/* Default rules for the paragraphs of the main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p {
		margin:0;
		padding:0 0 20px 0;
		font-family:verdana;
		color:#0a3981;
		font-size:1.3em;
		width:700px;
	}

/* Default rules for the strong elements of the paragraphs contained by main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p strong {
		font-size:1.1em;
		font-weight:normal;
		color:#b20938;
	}

/* Default rules for the first paragraph of the main-column div, given class name 'first'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p.first {
		font-family:"times new roman";
		font-size:1.6em;
	}

/* Default rules for the strong element for the first paragraph of main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p.first strong {
		font-weight:bold;
		border:none;
		font-size:1em;
		color:#0a3981;
	}

/* Default rules for links (default and visited) of paragraphs contained by main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p a:link, div#main-column p a:visited {
		color:#993300;
	}

/* Default rules for the links of paragraphs when hovered, contained by main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p a:hover {
		color:#000;
	}

/* Default rules for the ordered lists of main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column ol {
		margin:0 0 0 40px;
		padding:0 0 20px 0;
		font-family:verdana;
		color:#0a3981;
		font-size:1.3em;
	}

/* Default rules for list items of the ordered lists contained by main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column ol li {
		padding-right:60px;
	}
