/* Default rules for h3
------------------------------------------------------------------------------------------------------------------- */
	h3 {
		clear:both;
		margin:0;
		padding:35px 70px 0 70px;
		font-size:2.4em;
		font-family:"times new roman";
		font-weight:normal;
		text-align:center;
		color:#003366;
	}

/* Default rules for the main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column {
		width:796px;
		padding-top:70px;
		padding-bottom:350px;
		padding-left:4px;
	}

/* Default rules for the h4 of main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 {
		margin:17px 0;
		padding:0;
		font-size:1em;
	}

/* Default rules for links of h4 contained by main-column div with class name 'style1'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 a.style1:link, div#main-column h4 a.style1:visited {
		font-size:2.4em;
		color:#003399;
		font-weight:normal;
		font-family:"times new roman";
	}

/* Default rules for links of h4 contained by main-column div with class name 'style2'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 a.style2:link, div#main-column h4 a.style2:visited {
		font-size:2.4em;
		color:#000;
		font-weight:normal;
		font-family:"times new roman";
	}


/* Default rules for the strong element contained by the link given class name 'style2' of h4
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 a.style2 strong {
		font-weight:normal;
		color:#0066ff;
	}

/* Default rules for the span element of strong, contained by link given class name 'style2' of h4
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 a.style2 strong span {
		color:#006666;
	}

/* Default rules for links of h4 contained by main-column div with class name 'style3'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 a.style3:link, div#main-column h4 a.style3:visited {
		font-size:2.4em;
		color:#003300;
		font-weight:normal;
		font-family:"times new roman";
	}

/* Default rules for links of h4 contained by main-column div with class name 'style4'
------------------------------------------------------------------------------------------------------------------- */
	div#main-column h4 a.style4:link, div#main-column h4 a.style4:visited {
		font-size:2.4em;
		color:#cc0000;
		font-weight:normal;
		font-family:"times new roman";
	}

/* Default rules for paragraphs of main-column div
------------------------------------------------------------------------------------------------------------------- */
	div#main-column p {
		width:727px;
		margin:0;
		padding:0;
	}

/* Default rules for the secondary-column div
------------------------------------------------------------------------------------------------------------------- */
	div#secondary-column {
		width:194px;
		background:url(cssimages/resources/secondary-column-bg.jpg) no-repeat 5px 490px;
		padding-bottom:700px;
	}
