/* CSS Document */

html
	{
	width:100%;
        background-color:#666666;
        /*background-color:#88D8F8;*/
	}


body
	{
	background-color:#666666;
        /*background-color:#88D8F8;*/
	/*padding: 10% 0px 10% 0px;*/
	margin:0px;
	height:100%;
	color: #666666;
	}
	
body a
	{
	color: #FF8000;
	}
	
#tableOfHope /*if you want to have the site centered verticaly... make the table height 100%*/
	{
	border:0px;
	padding:0px;
	margin: 5% 0px 5% 0px;
	height:0%;
	table-layout:auto;
	width:100%;
	}
	
td
	{
	border:0px;
	padding:0px;
	margin:0px;
	}
	
tr
	{
	border:0px;
	padding:0px;
	margin:0px;
	}
	
h1, h2, h3, h4
	{
	border:0px;
	padding:0px;
	margin:0px;	
	}
	

.leftColumn
	{
	width: 10%;
	margin:0px;
	padding:0px;
	/*background-image:url(images/leftBar5_web.gif);
	background-position:right;
	background-repeat:repeat-y;*/
	}
	
.centerColumn
	{
	width:80%;
	}
	
.rightColumn
	{
	width: 10%;
	margin:0px;
	padding:0px;
	/*background-image:url(images/rightBar5_web.gif);
	background-position:left;
	background-repeat:repeat-y;*/
	}
	

#squareBig /*  REMEMBER!  Percents are relative to 100% of the centerColumn td */
	{
	position:relative;
	background-color:#FFFFFF;
	width:100%;
	height:500px;
	padding:0px 0px 0px 0px;
	margin:0px;
	/*border:solid 3px;*/
	/*border-color:#EF3A42;*/
	/*border-color:#FEC421;*/
	background-image:url(images/runners_br_new_trans.gif);
	/*background-position:center center;
	background-repeat:no-repeat;	*/
	}
	

	
#squareTopLeft
	{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	height:100%;
	/*background-color:#FF9900;*/
	background-color:#A6CD63;
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:visible;
	}
	
#squareTopLeft p
	{
	padding:0px;
	margin:0px;
	}
	
#squareContent
	{
	margin-left:200px;
	padding:0px;
	background-color:#FFFFFF;
	height: 100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	overflow:scroll;
	}
	
#squareContent h1
	{
	padding:0px;
	margin:0px;
	border:0px;
	}
	
.floatRight
	{
	float:right;
	}

#navList
	{
	text-align:right;
	padding:0px;
	margin:0px;
	letter-spacing:3px;
	/*line-height:1em;*/
	list-style:none;
	text-decoration:none;
	
	}
	
#navList li
	{
	margin-bottom:10px;
	}
	
#navList a
	{
	font-size:14px;
	font-weight:900;
	color:#FFFFFF;
	text-decoration:none;
	font-family:sans-serif;
	}
	
#navList a:hover
	{
	font-size:14px;
	font-weight:bold;
	
	/*color:#F0F0F0;*/
	color:#E5E5E5;
	}
	
#sponsors
	{
	text-align:center;
	height:100px;
	padding:20px;
	margin:0px;
	border:0px;
	}
	
#leftSponsors
	{
	position:relative;
	width:25%;
	top:0px;
	right:-2px;
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px;
	border:0px;
	text-align:right;
	color:#FFFFFF;
	/*line-height:3em;*/
	}

#leftSponsors h4
	{
	text-align:right;
	padding:0px;
	margin:0px;
	border:0px;
	/*margin:10px 40px 20px 0px;*/
	}

.Padding20
	{
	padding:20px;
	}
	
.Padding20_b
	{
	padding:10px 20px 20px 20px;
	}
	
.bottomStuff
	{
	color:#FFFFFF;
	text-align:left;
	font-size:14px;
	padding:0px;
	margin:0px;
	}
	
#squareBottom
	{
	position:relative;
	background-color:#666666;
        /*background-color:#88D8F8;*/
	width:100%;
	/*height:200px;*/
	padding:0px 0px 0px 0px;
	margin:0px;
        
	}
	
#bottomLeft
	{
	position:absolute;
	top:0px;
	left:0px;
	width:200px;
	/*height:100%;*/
	background-color:#666666;
        /*background-color:#88D8F8;*/
	margin:0px;
	padding:0px 0px 0px 0px;
	overflow:visible;
        
	}

#bottomLeft img
	{
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
	
#bottomLeft a
	{
	margin:0px;
	padding:0px;
	}
	
#bottomRight
	{
	margin-left:200px;
	padding:0px;
	background-color:#666666;
        /*background-color:#88D8F8;*/
	text-align:right;
	/*height: 100%;*/
        }

#bottomRight a
        {
        color:#FFFFFF;
        }

	

/*--  INDEX PAGE STUFF  --*/

#indexContent
	{
	position:absolute;
	bottom:70px;
	right:0px;
	margin:0px 30px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Helvetica, sans-serif;
	color:#EF3A42;
	text-align:right;
	/*width:250px;*/
	/*display:none;*/
	}
	
#indexContent h1
	{
	padding:0px;
	margin:0px;
	border:0px;
	}
	
.indexWords
	{
	font-size:1.2em;
	letter-spacing:normal;
	
	}

.indexWords2
	{
	font-size:1.0em;
	letter-spacing:normal;
        /*color:#A6CD63;*/
	text-align: center;
	}
	
#indexBuffer
	{
	height:100%;
	padding: 80px 0px 0px 0px;
	}
	
	
	
		
.indexPadding20
	{
	padding:100px 200px 20px 20px;
	}
	
#indexNav
	{
	position:absolute;
	/*float:right;*/
	top:0px;
	left:0px;
	/*width:300px;*/
	text-align:right;
	padding:0px;
	margin:0px;	
	/*letter-spacing:2px;*/
	/*line-height:1em;*/
	list-style:none;
	text-decoration:none;
	
	}
	
#indexList ul
	{
	position:relative;
	padding:0px;
	margin:0px;	
	}
	
#indexList li
	{
	list-style:none;
	padding:0px;
	margin:0px 30px 0px 0px;
	display:inline;
	}
	
#indexList a
	{
	font-size:1.2em;
	color:#999999;
	text-decoration:none;
	font-family:sans-serif;
	padding:0px;
	margin:0px;
	}
	
#indexList a:hover
	{	
	/*color:#F0F0F0;*/
	color:#A6CD63;	
	}
	
#indexBG_Image
	{
	position:absolute;
	width:100%;
	bottom:100px;
	height:400px;
	background-image:url(images/logo1_big.png);
	background-position:center center;
	background-repeat:no-repeat;
	}
	
#indexMed_Image
	{
	position:absolute;
	bottom:225px;
	right:5%;
	width:300px;
	height:150px;
	}
	

#timer
	{
	position:absolute;
	width:200px;
	height:220px;
	background-image:url(images/timerPic.png);
	background-repeat:no-repeat;
	top:0px;
	left:0px;
	padding: 0px 0px 0px 0px;
	background-color: #A6CD63;
	
	}
	

#indexDonate
	{
	position:absolute;
	/*width:150px;*/
	height:150px;
	top:0px;
	right:0px;
	}

#indexDonate table
        {
        border: 0px;
        margin: 0px;
        padding: 0px;
        border-collapse:collapse;
        }

#indexDonate tr
        {
        border: 0px;
        margin: 0px;
        padding: 0px;
        }

#indexDonate td
        {
        border: 0px;
        margin: 0px;
        padding: 0px;
        }

#indexDonate img
        {
        display:block;
        }
	
#indexKid
	{
        /*background-image:url(images/thumbs2_big.jpg);*/
	position:absolute;
	width:310px;
	height:422px;
	bottom:0px;
	left:0px;
        z-index:-1;
	}
	
	
strong
	{
	
	
	}
	
.strongOrange
	{
	color:#FF6600;
	}
	
.padLR
	{
	margin:0px 10px 0px 10px;
	}
	
#indexLogo
	{
	position:absolute;
	right:0px;
	top:0px;
	width:300px;
	height:162px;
	}
	
#squareBig img
	{
	padding:0px;
	margin:0px;
	border:0px;
	}
	
.topRight
	{
	position:absolute;
	top:0px;
	right:0px;
	}
	
.bottomLeft
	{
	position:absolute;
	bottom:0px;
	left:0px;
        
	}

#widthSaverSplash
        {
        width:950px;
        }

.credits
        {
        font-size:12px;
        }
        
#indexSlogan
	{
	position:absolute;
	bottom:3px;
	right:20px;	
	}

#indexSlogan h3
        {
        font-size:30px;
        color: #FF8000;
        letter-spacing:0.3em;
        color: #FF8000;
        }

.rightAlign1
        {
        text-align:right;
        }

#cornerBL
        {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-image:url(images/cornerBL2.gif);
        z-index: 20;
        }

#cornerTR
        {
        position: absolute;
        top: 0px;
        right:0px;
        background-image:url(images/cornerTR2.gif);
        z-index: 20;
        }
.zLow	{
	z-index: -2;
	}

	