/* Site Layout */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: black;
}

#pageContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:  0px;
	width:1024px;
	background-color: white;
	background-image:url(../images/bakContainer.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

#bannerContainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid transparent;
	background-color:transparent;
	height:197px;
}

#contentContainer {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 10px solid black;
	border-right: 0px solid black;
	border-bottom: 0px solid black;
	border-left: 0px solid black;
	background-color: transparent;
	background-image:url(../images/bakContent.png);
	background-repeat: repeat-y;
	overflow:auto;
}
	
#leftContent {
	float: left;
	width: 240px;
	height:100%;
	
	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom: 0px;

	border:0px solid black;

	background-color:transparent;
	color: white;
}

#centerContent {
	float: left;
	width:520px;

	margin-top: 0px;
  	margin-left: 0px;
  	margin-right:0px;
	margin-bottom: 0px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom: 0px;

	border:0px solid red;

	background-color: transparent;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#rightContent {
	float: right;
	width: 260px;

	margin-top:     0px;
	margin-right:   0px;
	margin-left:    0px;
	margin-bottom:  0px;

	padding-left:   0px;
	padding-right:  0px;
	padding-top:    0px;
	padding-bottom: 0px;

	border-top: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	border-left: 0px dotted gray;

	background-color: transparent;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* bannerContent */

div#btnBannerDonate {
	margin: 50px auto auto 30px;
	border: 0px solid red;
	padding: 0px;
}

/* leftContent */

#leftContent .navArrow {
	position: relative;
	right:20px;
}

#leftContent ul {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top:40px;
	padding-right:20px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
	text-align:right;
}

#leftContent ul li {
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom: 5px;
	font-size: 16px;
}

#leftContent ul li a{
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left:0px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom: 5px;
	font-size: 16px;
	color:white;
	text-decoration: none;
}

#leftContent ul li a:link {
	color: white;
}

#leftContent ul li a:visited {
	color: white;
}

#leftContent ul li a:hover {
	color: #cc0066;
}

#leftContent ul li a:active {
	color: white;
}

div#btnLeftContentYouCanHelp {
	margin: 40px auto auto 40px;
	border: 0px;
	padding: 0px;
}

/* centerContent */

#centerContent h1 {
	margin: 40px 40px 10px 40px;
	font-size: 14px;
	font-weight: bold;
}

#centerContent p {
	margin: 20px 40px 20px 40px;
}

/* rightContent */

#rightContent h1 {
   margin: 40px 20px 20px 20px;
	font-size: 13px;
	font-weight: bold;
}

#rightContent h2 {
   margin: 0px 20px 0px 20px;
	font-size: 11px;
	font-weight: bold;
}

#rightContent p {
   margin-left: 20px;
	margin-right: 20px;
}

div#btnRightContentDonate {
	margin: 10px auto auto 30px;
	border: 0px;
	padding: 0px;
}


/* footer Content */

#footerContent {
	clear: both;

	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top:0px;
	padding-bottom: 0px;

	border:0px solid white;

	background-color:black;

	color: white;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footerContent a {
	color:white;
	text-decoration: underline;
}

#footerContent a:link {
	color:white;
}

#footerContent a:visited {
	color:white;
}

#footerContent a:hover {
	color: #666666;
}

#footerContent a:active {
	color:white;
}

/* General */

img {
	border:0px;
	margin:0px;
	padding:0px;
}

.link01 a {
	color:black;
	text-decoration: underline;
	font-weight: bold;
}

.link01 a:link {
	color:black;
}

.link01 a:visited {
	color:black;
}

.link01 a:hover {
	color: #666666;
}

.link01 a:active {
	color:black;
}

.link02 a {
	color:#CC0099;
	text-decoration: underline;
	font-weight: bold;
}

.link02 a:link {
	color:#CC0099;
}

.link02 a:visited {
	color:#CC0099;
}

.link02 a:hover {
	color: #666666;
}

.link02 a:active {
	color:#CC0099;
}

p.txt01 {
	font-weight: bold;
}

p.txt02 {
	margin-top:0px;
	margin-bottom:0px;
}

p.txt03 {
	margin-top:0px;
	margin-bottom:25px;
}

span.wc3 {
	margin: 10px 0px 0px 0px;
	vertical-align: middle;
}



