

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th{margin:0 0 0 0;padding:0 0 0 0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}
 
/*************************************/

body 
  {
  font-family: Verdana, Tahoma, Arial, ms sans serif;
  font-size: 9pt;
  font-weight: normal;
  color: black;
  text-align: center;
	background-color: white;
  line-height: 130%;
  }
 
dt
  {
   font-weight: bold;
   margin-bottom: 4px;
  }
  
dd
  {
   margin-left: 10px;
   margin-bottom: 3px;
  }
 
/*************************************/

.fullpage
  {	
  margin: 0 auto 0 auto;
  width: 780px;
  text-align: center;
	background-color: white;
 }
 
/*************************************/

.header
  {
  background: white url(images/bigheader.png) repeat-x;
  vertical-align: top;
  text-align: left;
  width: 100%;
  height: 98px;  
  }
 
/*************************************/

 .navigate
  {
  position: relative;
	top: 74px;
	height: 15px;
  text-align: left;
  font-size: 12px;
  }
  
.navigate a
  {
 	margin-left: 14px;
	margin-right: 14px;
  color: #333;
  text-decoration: none;
  }
  
.navigate a:hover
  {
  color: maroon;
  text-decoration: underline;
  }
 
/*************************************/

.contentwrapper
  {
	text-align: left;
	background-color: white;
	width: 100%;
  margin: 15px 0 10px 0;
  } 
	
.content
  {
	width: 760px;
	margin: 0 auto;
	background-color: white;
  text-align: center;
  } 
  
.content p
  {
  margin: 10px 0;
  }
	
		
/*************************************/

.footer
  {
  width: 100%;
	height: 30px;
  }
  

/*************************************/

