/* CSS Document */

<style type="text/css" media="all">

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
background: white;
font-family: "Garamond", times, serif;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0; 
  text-align: center;
}

a:link {
color: #ff0000;
text-decoration: none;
}
a:visited {
color: #666666;
}
a:hover {
color: #003366;
}
a:active {
background-color: #3cc7f0;
}

#container {
position: relative;
background: #FFFFCC;
margin: 20px auto;
padding: 0px;
width: 700px;
border: 5px solid #fff;
}

#buttons {
position: absolute;
top: 130px;
left: 0px;
width: 166px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}

#content, #explanation, #participation, #benefits, #requirements {
margin: 0px 0 0 210px;
width: 480px;
height: 100%;
background: transparent;
text-align: left;
}

#footer {
margin: 25px 0 0 0;
height: 2em;
text-align: left;
}

p.footerl
{color:black; font-size:small; text-align: left;
	margin: 0 0 0 15px; 
 }
 
 p.footer
{color:red; font-size:small; text-align: right;
	margin: -28px 5px 0 0; 
 }


p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}



h3 {
color: #003366;
padding: 0;
width: 390px;
height: 16px;
margin-left:210px;
margin-bottom:10px;
text-align: left;
}


<style type="text/css" media="print">
body {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
}
</style>

