



body {

 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 padding-left: 15px;
 
 
}
 

h2 { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold; 
    color: #000000; 
   
    } 

#wrapper { 
 padding: 5px;
 margin: 0 auto;
 width: 700px;
 height: auto;
 border: 1px solid #000000;
}

#content { 

 float: left;
 color: #000;
 background: #FFFFFF;
 height: auto;
 width: 700px;
 display: inline;
}

#donate { 
 float: left;
 display: inline;
 width: 300px;
 height: auto;
 margin-left: 10px;
 margin-bottom: 10px;
 padding: 8px 8px 8px 20px;
 background: #ffffcc;
 border: 1px #008000;
 border-style: double;
}

#header {
 color: #333;
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 height: 235px;
 background: #FFFFFF;
}

#req-box {
 display: inline;
 float: left;
 width: 300px;
 height: 225px;
 margin-left: 10px;
 padding: 0px 8px 8px 8px;
 background: #ffffcc;
 border: 1px solid #008000;

}
LI.list1 {
 list-style: disc outside; 
 color: green;
}

.blacktext {color:black}

#footer { 
 width: 700px;
 border-style:solid;
 border-color:#666666;
  border:1px;
 font-size:9px;
 font-weight:bold;
 height: 15px;
 clear: both;
 color: #ffffff;
 background: #009933;
 
}


#links { 
 display:block;
 margin:150px 0px 10px 160px;
 width: 350px;
 border-style:dashed;
 border-color:#666666;
  border:1px;
 font-size:12px;
 font-weight:bold;
 height: 12px;
clear: both;
color: #009933;
 background: #ffffff;
 padding: 3px 3px 3px 4px;
 
a:link {color: #003300;}
a:visited {color: #006600;}
a:active {color: #006600;}
a:hover {color: #006600;}

}

img.floatLeft { 
   display: inline;
   float: left; 
   margin: 10px;
   border-color: black;
}

img.floatCenter { 
    display: block;
	margin-left: auto;
    margin-right: auto;
	}

img.floatRight { 
  
   display: inline;
   float: right; 
   margin: 10px;
   border-color: black;


}
