/* Default rules for the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column {
		width:100%;
		margin:0;
		padding:0 0 25px 0;
		float:none;
		clear:both;
	}

/* Default rules for the paragraphs of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column p {
		width:100%;
		width:960px;
		margin:0;
		padding:36px 0 40px 5px;
		color:#003366;
		font-size:1.6em;
	}

/* Default rules for the last paragraph of the main-column div which is given class name 'last'
------------------------------------------------------------------------------------------------------ */
	div#main-column p.last {
		font-family:verdana;
		font-size:1.3em;
	}

/* Default rules for the definition lists of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column dl {
		margin:0;
		padding:30px 0 50px 10px;
	}

/* Default rules for the definition terms of the definition list contained by main-column
div
-------------------------------------------------------------------------------------------- */
	div#main-column dt {
		padding:0;
		margin:0;
		position:relative;
		top:15px;
		left:3px;
		color:#b20938;
		font-size:1.4em;
	}

/* Default rules for the definition terms of the definition list which is given class name 'image'
-------------------------------------------------------------------------------------------------------------- */
	div#main-column dt.image {
		top:0;
		left:0;
		float:left;
		padding:0;
		margin:0 7px 30px 0;
		display:inline;
	}

/* Default rules for the definition description of the main-column div
-------------------------------------------------------------------------------------------- */
	div#main-column dd {
		margin:0;
		padding:0 85px 0 0;
		float:right;	
		width:702px;
		font-family:verdana;
		font-size:1.3em;
		color:#0a3981;
	}
