/* basic */
body { 
	font-size: 13px; 
	font-family: Arial, Helvetica, san-serif;
	background-color: #00a5db;
	color: #8C8C8C; 
	text-align: left;
	margin-top: 0px;
	}
	
	
h1 { 
	font-size: 16px; 
	font-family: Arial, Helvetica, san-serif;
	color: #ee7f00; 
	text-align: left;
	}
	
p {
	text-align: left;
	line-height: 150%;
	}
	
	
	
li {
	margin-bottom: 5px;
	list-style-image: url(list_bullet.gif);
	}

a:link { 
	text-decoration: none; 
	color: #d4006b;
	}
a:visited { 
	text-decoration: none; 
	color: #d4006b;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #d4006b;
	}



/* specific main divs */
#container { 
	margin: auto;
	width: 800px;
	position: relative;
	background-color: #fff;
	}
	
#middle { 
	margin: 0px 25px 0px 25px;
	background-color: #fff;
	}

 #leftColumn { 
	width: 550px;
	height: 100%;
	background-color: #fff;
	margin-top: 35px;
	}
	
#footer { 
	font-size: 10px; 
	font-family: Arial, Helvetica, san-serif;
	color: #fff; 
	text-align: left;
	background-color: #00a5db;
	padding-top: 10px;
	height: 100px;
	}


	
/* menu */	
#menuBar { 
	background: url(menu_bar.jpg) no-repeat top left; 
	height: 40px;
	width: 484px;
	margin-left: 265px;
	padding-top: 10px;
	}
	
#menuBar li {
	margin: 10px 10px 10px 10px;
    list-style: none;
    display: inline;
	font-family: Arial, Helvetica, san-serif;
	text-align: left;
 	}
 	
 #menuBar a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
	}
	
#menuBar a:hover { 
    color: #fae530;  
	}
	
#menuBar a:active {
	color: #fff;
	}
 	
 	


/* Pictures */
#mainImage { 
	background: url(main_image_home.jpg) no-repeat top left; 
	height: 343px;
	width: 750px;
	}
	
#logo { 
	background: url(IATBB_logo.jpg) no-repeat top left;
	width: 184px;
	height: 60px;
	float: left;
	margin-top: 10px;
	}

#lightbulb { 
	background: url(lightbulb.gif) no-repeat top left;
	width: 190px;
	height: 286px;
	margin-top: 15px;
	float: right;
	}

#bottom { 
	background: url(bottom.gif) no-repeat top left;
	width: 800px;
	height: 21px;
	}

#nagcLogo { 
	background: url(NAGC_logo.gif) no-repeat top left;
	width: 121px;
	height: 79px;
	margin-left: 350px;
	margin-top: -100px;
	}

#selectLogo { 
	
	width: 213px;
	height: 68px;
	margin-left: 500px;
	margin-top: -80px;
	}
	
	
/*Donate button*/
#donateButton a { 
	display: block;
	background: url(donate_rollover.jpg) no-repeat top left;
	width: 142px;
	height: 50px;
	margin-left: 585px;
	margin-top: -60px;
	}

#donateButton a:hover { 
	background-position: 0 -50px;
	}

#donateButton a:active { 
	background-position: 0 -50px;
	}

