body { 
font-size: 10pt;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
color: #494949;
}

p {
line-height: 1.5;
width: 515px;
}

h1 { 
color: white;
font-size: 140%; 
margin-left: .5em;
}

h2 { font-size: 100%; 
color: black;
margin-left: 0em;
width: 515px;
border-bottom: 1px black solid; }

img { float: right; }

ol { line-height: 1.5; width: 35em; }
ul { list-style-type: square; line-height: 1.5; width: 35em; }
li { padding-bottom: 5pt ; }

a:link { color: #4c81b6; text-decoration: none; }
a:visited { color: #4c81b6; text-decoration: none; }
a:hover { color: #494949; text-decoration: none; }
a:active { color: #4c81b6; text-decoration: none; }

.back { margin-left: 0em; }

.block { color: #BF1B00; line-height: 1.2; margin-left: 3em; width: 35em; }
	
.blue {
color: #BF1B00;
}

.container {
background-color: white;
position: absolute;
top: 45px;
left: 75px;
width: 550px; 
}

.banner {
background: transparent url(topper.png) no-repeat top left;  
position: absolute;
top: 45px
left: -.5em;
width: 550px;
height: 45px;
}

.content {
background-color: #C7D7DD;
padding: 10px 20px 10px 15px; 
margin-bottom: 20px;
position: absolute;
top: 45px;
left: 0em;
width: 515px;
}






