 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10;
	margin-left: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	color: #333;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: normal;
	background-image: url(mob_top_gradient_1_1.gif);
	background-repeat: repeat-x;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
	background: inherit;
}
a:hover {
	background: inherit;
	margin: 0px;
	padding: 0px;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

#main h1 a:link, #main h1 a:visited {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold;
	color: #88AC0B;
	text-decoration: none;
	}
#main h1 a:hover, #main h1 a:active {
	font-weight: Bold;
	color: #88AC0B;
	text-decoration: underline;
	}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, p {
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

td {
	font-size: 12px;
	}
ul, ol {
	color: #000;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: normal;
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 933px;
	text-align: left;
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(content.gif);

}
#toputility {
	position: relative;
	height: 30px;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center center;
	width: 933px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-decoration: none;
	float: none;
	text-align: right;
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #B30000;
	background-color: #B30000;
}

#content-wrap {
	clear: both;
	width: 910px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#getConnected {
	width: 933px;
	position: relative;
	height: 100%;
	padding: 0;
	font-size: 14px;
	color: #FFF;
	background-image: url(contact_seth.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	float: left;
	
}

body {
	background-image: url(mob_top_gradient_1_1.jpg);
}

/* Main Column */
#main {
	float: left;
	width: 49%;
	padding: 0;
	margin: 17;
}
.mainContentWrap {
	float: left;
	width: 423px;
	margin-left: 6px;
}

#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(square-green.png) no-repeat 3px 50%;	
}
/* Global Nav*/	
.solidblockmenu{
	float: left;
	width: 933px;
	background-color: transparent;
	background-image: url(pinkbgover.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: auto;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	text-decoration: underline;
	color: #000000;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #000000;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: gold;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: #000000;
	background-repeat: repeat-x;
	text-decoration: underline;
	background-position: center;
	padding: 9px 11px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	background-color: #000000;
	border-bottom-width: 0px;
	border-bottom-color: #F1DA4F;
}


/* Sidebar */	
#sidebar {
	float: left;
	width: 80%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0px;
	padding: 10;
	margin-left: 12px;
}	
#sidebar h1 {
	margin-top: 0px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #003366;
	border: 1px solid #EFF0F1;
	background-color: #EEF0F1;
	background-image: url(I-wanna-know.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar .left-box {
	border: 0px solid #EFF0F1;
	margin: 0 0 5px 0;
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0;
	padding: 0;
	text-decoration: underline;
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px 0 2px 25px;
	margin: 0 2px;
	background-image: url(bigbullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}
#sidebar ul.sidemenu a {
	
	text-decoration: underline;	
	background-image: none;	
}

/* rightbar */	
#rightbar {
	float: right;
	width: 25%;
	margin: 0;
	padding: 0;
}	
#rightbar h1 {
	margin-top: 0px;
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #080808;
	border: 1px solid #EFF0F1;
	background-color: #EEF0F1;
	background-image: url(I-wanna-know.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
#rightbar .right-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#rightbar ul.rightmenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#rightbar ul.rightmenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#rightbar ul.rightmenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}



/* Footer */	
#footer {
	color: #666666;
	clear: both;
	width: 933px;
	text-align: left;
	font-size: 92%;
	background-repeat: no-repeat;
	background-position: center top;
	clip: rect(auto,auto,auto,auto);
	background-color: #FFFFFF;
	float: none;
	margin: 0px;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray {
	color: #0066CC;
	clip: rect(auto,auto,auto,auto);
	padding-left: 0px;
	margin-left: 0px;
	font-size: 10px;
}

/* utility nav text */
.utilitytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	padding-right: 10px;
	padding-top: 5px;
	font-weight: normal;

}
.SubNavTxtclr {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	height: 25px;
	width: 913px;
	background-position: center;
	float: left;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
	background-color: #000000;
	background-repeat: repeat-x;
}

a.submenu:active {
	color:#000000
}
a.submenu:visited {
	color:#FFC721;
	text-decoration: underline;
}
a.submenu:link {
	color:#FF9900;
}
a.submenu:hover {
	color:#FFC721;
	text-decoration: none;
}
.spanishBtn {
	background-position: right;
	margin-right: 15px;
	position: relative;
	visibility: inherit;
	overflow: visible;
	background-repeat: no-repeat;
	float: right;
	clear: right;
	background-attachment: fixed;
}

a.topmenu:active {
	color:#06F
}
a.topmenu:visited {
	color:#06F
}
a.topmenu:link {
	color:#F1F1F1
}
a.topmenu:hover {
	color:#CFC799;
	text-decoration: underline;
}

a.globalmenu:hover {
	color:#000000;
	text-decoration: underline;
	background-image: url(pinkbg.gif);
	background-repeat: no-repeat;
}
.sectionPgHeader {
	color: #B30000;
	font-size: 24px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-weight: bold;
	text-align: left;
}
.PgHeader {
	color: #0065B5;
	font-size: 24px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-right: 0px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.bctext {
	font-family: "Trebuchet MS";
	color: #FF0000;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.searchBox {
	border: thin solid #1194CA;
	padding: 8px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 6px;
	margin-left: 1px;
	background-color: #ececec;
}
.searchHeader {
	font-size: 18px;
	font-weight: bold;
	color: #0065B5;
	padding-bottom: 5px;
}

.defaultHeader {
	font-family: "Trebuchet MS";
	color: #579DD7;
	font-size: 18px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}

.commentbox{
	width: 460px;
	padding: 10px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 13px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
}

.commentfooter{
	padding-left: 58px;
	padding-top: 0px;
	font-size: 100%;
	color: #003366;
	background-image: url(Message.jpg);
	background-repeat: no-repeat;
	background-position: 15px 0;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	height: 30px;
}
.MessageBoxHdrTxt {
	padding-left: 58px;
	padding-top: 5px;
	font-size: 14px;
	color: #003366;
	background-image: url(Message.jpg);
	background-repeat: no-repeat;
	background-position: 13px 0;
	font-weight: bold;
	padding-bottom: 0px;
	height: 25px;
	width: 365px;
	margin: 0px;
}
.boldInlineTxt {
	color: #0033CC;
	font-weight: bold;
}
.tableTdLinks {font-size: 12px}


a:hover {
	color: #003366;
}.subNameBox {
	font-family: "Trebuchet MS";
	font-size: 11px;
	background-color: #B6E3FF;
	padding: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 1.1em;
}
.loginasTxt {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
.timeStamp {
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.spacer {
	height: 0px;
	font-size: 10px;
	margin: 0px;
	padding: 2px;
}

.MyProfileHome {
	color: #67A8DB;
	font-size: 18px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 2px 0;
	font-weight: bold;
	padding-bottom: 0px;
	height: 25px;
	width: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.MyMembersHome {
	padding-left: 58px;
	padding-top: 5px;
	color: #67A8DB;
	font-size: 16px;
	color: #000000;
	background-image: url(MyMembers_icon.jpg);
	background-repeat: no-repeat;
	background-position: 13px 0;
	font-weight: bold;
	padding-bottom: 0px;
	height: 25px;
	width: 365px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.contentBlurb {
	font-size: 12px;
	line-height: 1.2em;
	margin: 5px;
	padding: 5px;
}

.taskbox{
	width: 400px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.1em;
	font-size: 16px;
	color: #000000;

}
.taskOptionText {
	font-size: 12px;
	text-decoration: underline;
}


/* bread crumbs */
#bread {
	color: #ccc;
	padding: 3px;
	margin-bottom: 2px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
/* task options */
a.current:active {
	color:#000000
}
a.current:visited {color:black; text-decoration: underline;}
a.current:link {
	color:#1F1F1F;
}
a.current:hover {
	color:#1B1B1B;
	text-decoration: none;
}
.taskbox {
	background-color: transparent;
	float: none;
	height: 265px;
	width: 500px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 300px;
	margin-left: 25px;
}
.taskBottom {
	background-image: url(task_Btm.gif);
	background-repeat: no-repeat;
	height: 53px;
}
.globalBar {
	float: left;
	height: 199px;
	width: 933px;
	background-color: #FFFFFF;
}
.topHeader {
	background-color: #000000;
	float: left;
	height: 50px;
	width: 933px;
	background-image: url(home_top.gif);
}
.contentFrame {
	width: 500px;
	padding: 10px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 13px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 100px;
}
.footerFrame {
	width: 865px;
	padding: 10px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 30px;
	background-image: url(contribbg.jpg);
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.taskWrap {
	background-color: transparent;
	float: none;
	height: 265px;
	width: 500px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 300px;
	margin-left: 25px;
}
.contentBox {
	background-color: transparent;
	float: none;
	height: 265px;
	width: 500px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 300px;
	margin-left: 25px;
}
.contentDonate {
	float: none;
	height: 100%;
	width: 885px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.contribox {
	background-repeat: repeat-x;
	height: 100%;
	width: 210px;
	padding: 15px;
	color: #000000;
	font-weight: bold;
	margin: 7px;
	background-image: url(contribbg.jpg);
	background-color: #FFFFFF;
}
.fieldlabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #666666;

}
.radio {
	color: #666666;
}
div#navbar2 {
	height: 30px;
	width: 833px;
}


div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
list-style-type: none;
display: inline;
}

div#navbar2 li a {
	text-decoration: underline;
	padding: 7px 10px;
	color: #0066FF;
}


div#navbar2 lia:link {
color: #FFF:
}


div#navbar2 lia:visited {
color: #CCC;
}


div#navbar2 lia:hover {
font-weight: bold;
color: #FFF;
background-color: #3366FF;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: transparent;
}
a:link {
	color: #00309C;
	text-decoration: underline;
}
a:visited {
	color: #00309C;
	text-decoration: underline;
}
a:hover {
	color: #DCB003;
	text-decoration: underline;
}
a:active {
	color: #00309C;
	text-decoration: underline;
}
.pressBox {
	float: none;
	height: 200px;
	width: 400px;
	background-image: url(pageHeadr_press-releases.jpg);
	background-repeat: repeat-x;
}
#learn {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #FFF;
	background-image: url(LEARN_sm3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	float: left;
}
#bio {
	height: 100%;
}
.bioWrap {
	height: 100%;
	float: none;
	width: 430px;
	color: #000000;
	line-height: 1.5em;
	margin-left: 7px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bioPt {
	height: 100%;
	width: 860px;
	color: #000000;
	line-height: 1.5em;
	margin-left: 7px;
	margin-top: 0px;
	padding: 10px;
}

#donate {
	width: 933px;
	position: relative;
	height: 100%;
	padding: 0;
	font-size: 16px;
	color: #FFF;
	background-image: url(philly2.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
}
#home {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #FFF;
	background-image: url(home2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	background-color: transparent;
}
#news {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	float: left;
	background-image: url(content.gif);
	background-color: #FFFFFF;
}

#contact {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(City+Pictures+012.jpg);
}
.contentNewsFrame {
	width: 833px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}


.contentHome {
	float: none;
	height: 685px;
	width: 885px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.contentNewsHome {
	width: 250px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000;
	height: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 400px;
	padding-left: 10px;
}
.contentNewsDonate {
	width: 900px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: no-repeat;
	text-align: left;
	color: #000000;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.contentDonate {
	float: none;
	height: 100%;
	width: 800px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.contentNews {
	float: none;
	height: 100%;
	width: 885px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.contentLearn {
	float: none;
	height: 100%;
	width: 885px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.contentStand {
	float: none;
	height: 100%;
	width: 885px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}

.contentLearnFrame {
	width: 825px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.contentStandFrame {
	width: 800px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 570px;
	padding-left: 10px;
}
#stand {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center 120px;
	margin: 0px;
	float: left;
	background-image: url(ssTands.jpg);
	background-color: #FFFFFF;
}
.contentCalendar {
	float: none;
	height: 650px;
	width: 885px;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
.contentCalFrame {
	width: 800px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#pPolicy {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: center 120px;
	margin: 0px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
}
.contentPolicyFrame {
	width: 800px;
	margin-top: 10px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 7px;
	line-height: 1.5em;
	background-repeat: repeat-x;
	text-align: left;
	color: #000000;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 200px;
	padding-left: 10px;
}
.contentPolicy {
	float: none;
	height: 100%;
	width: 885px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
#payment {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrap #payment #tcont table tr td .contentDonate table tr td input {

}
.contactbox {
	background-repeat: repeat-x;
	height: 100%;
	width: 425px;
	padding: 15px;
	color: #000000;
	font-weight: bold;
	margin: 7px;
	background-image: url(contribbg.jpg);
	background-color: #FFFFFF;
}
#contribute {
	width: 933px;
	position: relative;
	padding: 0;
	font-size: 16px;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(City+Pictures+013.jpg);
}
