/* COLORS

#E5E2B9 - Off White
#F2BE28 - Yellow Paper BG
#0A7684 - Tourquiose
#152E4C - Navy
#2A0A04 - Burg. Border

*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	line-height: 16px;
	background-image:url(../images/bgTile.jpg);
	}
#container {
	width: 777px; /* Contains width bug on IE. Needs to be 800px to work on IE. */
	margin: 20px auto; /* centers main container */
	text-align:left;
	background-color:#E5E2B9;
	border: 10px solid #E5E2B9;
	overflow:hidden;
	}
.imgBorder {
	border: solid 10px #E5E2B9;
	}
#headerIndex {
	float:left;
	width:100%;
	height:130px;
	background-image:url(../images/header_index.jpg);
	background-repeat:no-repeat;
	margin:0;
	}
#headerSub {
	float:left;
	width:100%;
	height:130px;
	margin:0;
	}
#navs {
	float:left;
	width:100%;
	height:36px;
/*	background-image:url(../images/nav_tower.jpg);
	background-position:right;
	background-repeat:no-repeat; */
	}
#navPartners {
	float:left;
	width:180px;
	height:36px;
	text-indent:-9999;
	background-image:url(../images/nav_partners.jpg);
	background-repeat:no-repeat;
	}
#contentIndex {
	float:left;
	width:100%;
	height:302px;
	background-image:url(../images/main_index.jpg);
	background-repeat:no-repeat;
	}
#contentSub {
	float:left;
	width:100%;
	background-image:url(../images/bgTile_page.jpg);
	background-repeat:repeat-y;
	}
#actionsSub {
	float:right;
	width:220px;
	}
#actionsSub ul li{
	padding:0 0 5px 0;
	}
#footerIndex {
	float:left;
	width:100%;
	height:132px;
	background-image:url(../images/footer_index.jpg);
	background-repeat:no-repeat;
	}
#footerSub {
	float:left;
	width:100%;
	height:75px;
	background-image:url(../images/footer_subpage.jpg);
	background-repeat:no-repeat;
	}
#actions {
	list-style-type: none;
	margin:0 20px 0 20px; /* Padding bug - differnt in IE */
	padding:10px 0 0 0;
	
	}
#actions li {
	float:left;
	}
#actions li a {
	margin:0 0px;
	display:block;
	width:183px;
	height:84px;
	padding:0;
	text-indent:-9999px;
	}
li a.btn_become {
	background-image:url(../images/btn_become.png);
	background-position:center;
	background-repeat:no-repeat;
	}
li a.btn_become:hover {
	background-image:url(../images/btn_becomeOver.png);
	}
li a.btn_refer {
	background-image:url(../images/btn_refer.png);
	background-position:center;
	background-repeat:no-repeat;
	}
li a.btn_refer:hover {
	background-image:url(../images/btn_referOver.png);
	}
li a.btn_donation {
	background-image:url(../images/btn_donation.png);
	background-position:center;
	background-repeat:no-repeat;
	}
li a.btn_donation:hover {
	background-image:url(../images/btn_donationOver.png);
	}
li a.btn_support {
	background-image:url(../images/btn_support.png);
	background-position:center;
	background-repeat:no-repeat;
	}
li a.btn_support:hover {
	background-image:url(../images/btn_supportOver.png);
	}
li a.btn_thanks {
	background-image:url(../images/btn_thanks.png);
	background-position:center;
	background-repeat:no-repeat;
	}
li a.btn_thanks:hover {
	background-image:url(../images/btn_thanksOver.png);
	}
h1, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	line-height: 16px;
	text-indent: -9999px;
	margin: 20px;
	}
#textContainer {
	margin:8px 250px 0 20px;
	}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	line-height: 16px;
	text-indent:0;
	}
#copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:11px;
	float:left;
	text-align:center;
	padding:10px;
	width:750px;
	}
#preload {
	display:none;
	}

