
body {
	margin: 1;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #000080;
}


#header {
	border-top: 1px solid #000080;
	border-bottom: 3px solid #000080;
	height: 3em;
}
#header .strapline {
	font: 120% Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000080;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.75em;
	margin-left: 2em;
	margin-bottom: 1em;
}



#navigation{
	position: absolute;
	top: 12em;
	left: 1em;
	width: 10em;
}

#navigation {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}

#content {
	margin-left: 13em;
	margin-right: 1em;
}


h1 {
	background-color: #B51032;
	color: #FFFFFF;
	font: 140% Arial, Helvetica, sans-serif;
	padding: 4px;
	text-align: center;
     letter-spacing:0.4em
     
}

h2 {
	font: 120% Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: 100% Georgia, "Times New Roman", Times, serif;
}

h4 {
	font: 92% Georgia, "Times New Roman", Times, serif;
	margin-bottom: -12px;
}

h5 {
	font: 80% Georgia, "Times New Roman", Times, serif;
	margin-top: -16px;
}

h6{
	font: 70% Georgia, "Times New Roman", Times, serif;
	margin-top: -16px;
}

#content p {
	margin-left: -14px;
	font-size: 80%;
	line-height: 1.4em; 
	padding-left: 1.2em;

}


#content ul {
	font: 90%  Georgia, "Times New Roman", Times, serif;
}
#content li {
	font: 90%  Georgia, "Times New Roman", Times, serif;
}



#content ol {
	
	font: 90%  Georgia, "Times New Roman", Times, serif;
}



#content li {
	
	 font: 99%  Georgia, "Times New Roman", Times, serif;
}






	





 