BODY 
{
	font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 100;
	margin:0;
	color:#1e1e1e;
}

.masthead {
	background-color: #fff;
	text-align:center;
}

/*------styles for main content section------*/

.main {
	background-color: #fff;
	text-align: center;
	padding-top: 0em;
	padding-left: 1em;
	padding-right: 1em;
}
.main h1 {
    margin: 10px 0px 10px 0px;
	text-align: center;
	line-height: 1.5em;
	font-size: 1.5em;
	font-weight: 600;
	color: #b90023;
}
.main h2 {
    margin: 10px 0px 5px 0px;
	text-align: centre;
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: 450;
	color: #b90023;
}
.main h3 {
    margin: 10px 0px 5px 0px;
	text-align: left;
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: 450;
	color: #b90023;
}
.main p {
    margin: 5px 10px 5px 10px;
	text-align: left;
	line-height: 1.3em;
	font-size: 0.9em;
	font-weight: 400;
	color: #1e1e1e;
}

p.image {text-align:center; padding: 1em 0em 0.5em 0em;}
p.caption {text-align:center; margin: 5px 15px 10px 15px; font-size: 0.75em;}
p.indent {text-align:left; margin: 5px 5px 5px 25px; font-size: 0.80em;}
p.note {text-align:left; margin: 10px 15px 10px 15px; font-size: 0.75em;}
span.standout {color:#b90023; font-weight:600;}

/*------styles for righthand column------*/

.rightcol {
	background-color: #fff;
	color: #b90023;
}
.rightcol h2 {
    margin: 0px 5px 20px 5px;
	text-align: center;
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: 600;
	color: #b90023;
}
.rightcol h3 {
    margin: 20px 5px 5px 5px;
	text-align: center;
	font-size: 1.1em;
	font-weight: 550;
}
.rightcol h4 {
    margin: 10px 10px 5px 10px;
	text-align: left;
	font-size: 1.0em;
	font-weight: 400;
	color: #1e1e1e;
}
.rightcol p {
    margin: 15px 10px 5px 10px;
	text-align: left;
	line-height: 1.05em;
	font-size: 0.9em;
	font-weight: 400;
	color: #1e1e1e;
}

/*------styles for footer------*/

.footer {
	background-color: #fff;
	text-align: center;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: 400;
	color: #1e1e1e;
}
.footer a {
	font-weight: 400; text-decoration: underline;
}

