/* CSS Document */


html {
	font-family:Arial; 
	font-size:12px;
	line-height:18px;
	color:#5b5b5a;
	}  


body { 
	background:#006699;
	align: center;
	height: auto;	
	} 

	
#main { 
	width:749px;
	margin:0 auto;
	align: center;
	height: auto;	
	background:#f4f4ee; 
	} 


#nocolumns  { 
	align: center;
	}


.cb_mnu_01{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background: #FF0000;
	color: #f4f4ee;
	}


#banner	 {
	width:749px;
	height: auto;
	background:#FFFFFF;
	}


#menu {
	position:fixed;
	left:0px;
	top:130px;
	}

	
.textarea {
	align: center;
	height: auto;
	text-align: center;
	font-family:Arial; 
	font-size:10px;
	line-height:140%;
	color:#000000;
	background:#f4f4ee;
	margin: 30px 100px 50px 100px
	}  

	
#tagline { 
	align: center;
	background:#f4f4ee;
	}

	
a 	{
	color:#990000;
	}
	
	
a img {
	border:0;
	}

	
ul {
	list-style:none;
	}


.donate	{
	align: center;
	}


.left    { float:left; }
.right  { float:right; }
.clear { clear:both; }


