body {
 margin:0;
 padding:0;
 background: #ffffff url(images/gradientbg.jpg) repeat-x;
 color: #121312;
 text-align:center;
 font-family: arial,helvetica,sans-serif;
 font-size: 75%;
 height:100%;
 min-height:100%;
 }

#outer {
 padding:0;
 text-align:left;
 width:800px;
 height:auto;
 margin:auto;
 background:#ffffff;
 }
 
#banner {
 margin:0;
 padding:0;
 height:224px;
 background:#ffffff; 
 }

#bodyblock {
 margin:0 0 0 0;
 padding:0;
 position:relative;
 width:800px;
 height:auto;
 background:#ffffff;
 }

#content {
 margin:0;
 padding:69px 60px 0 60px;
 width:680px;
 height:100%;
 min-height:100%;
 float:left;
 text-align:left;
 background:#ffffff;
 }
 
a {
 text-decoration: none;
 color: #0065a4;
 }
 
a:hover {
 text-decoration: none;
 color: #ccdef0;
 }
 
#ftr {
 clear:both; /* correctly position in Firefox & Safari */
 padding:0 0 10px 60px;
 margin:0;
 color:#0065a4;
 font-size: 80%;
 background: #ffffff;
 height:auto;
 }
 
img {
 border:0;
 }
 
p {
  text-align:justify;	
  line-height:1.8em;
  margin: 0 0 15px 0;
 }
 


