@import url("layout.css"); /*layout css file*/
/* @import url("color.css"); color css file*/
@import url("customize.css"); /*Use this file to customize your website*/

h1
{
	/*margin-top:16px;*/   /*equals this on next line*/
	margin-top:0.65em;
	margin-bottom:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:normal;
	color:#333333;
	line-height:1em;
}

.componentheading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:normal;
	margin-top:20px;
	color:#333333;
}

.contentheading
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-weight:normal;
	padding-top:20px;
	color:#333333;
}

h2
{
	margin-top:0.65em;
	margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:150%;
	font-weight:normal;
	color:#003366;
	/*line-height:1.5em;*/
}

h3
{
	/*margin-top:16px;*/   /*equals this on next line*/
	margin-top:0.65em;
	margin-bottom:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:black;
	line-height:1em;
}
.ol-level3
{
	font-size:larger;
	font-weight:bold;
}

.ol-level2f3
{
	font-size:smaller;
	font-weight:bold;
}

.ol-level1f3
{
	font-size:smaller;
}
