/* =-=-=-=-=-=-=-[main frame table]-=-=-=-=- */

#f_t {
	width: 800px;
	border: 1px solid #333333;
     }

#f_hc{
	width: 790px;
	border: 1px solid #ffffff;
     }

#body_c {
	width: 790px;
	height: 270px;
	background: url(images/background.jpg) repeat;
		
     }

#menu_c{
	width: 200px;
	height: 125px;
	vertical-align: top;

     }

#txt a:link, #txt a:visited {

	color: blue;
     }


#txt a:hover {
 
	color: purple;
     }

#content_c{
	width: 460px;
	text-align: left;
	vertical-align: top;
	
     }


#image{
	
	vertical-align: top;
	padding: 25px 0 0px 0px;

     }
 
#txt{
	font-size: 12px;
  	font-family: Arial;
	padding: 25px 0 0px 8px;
	text-align: justify;
     }
 
/* =-=-=-=-=-=-=-[Nav Menu]-=-=-=-=-=-=-=- */
	
#menu5 {
	width: 225px;
	border-style: none solid none solid;
	border-color: #D0D0D0;
	border-width: 1px;
	margin: 0; 

     }

#home a:link, #home a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
     }

#news a:link, #news a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
     }

#news_sel a:link, #news_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverpink.jpg) no-repeat;
     }


#about a:link, #about a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
        }

#about_sel a:link, #about_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkovergreen.jpg) no-repeat;
        }

#application a:link, #application a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
      }

#application_sel a:link, #application_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverpurple.jpg) no-repeat;
      }

#contact a:link, #contact a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
      }

#contact_sel a:link, #contact_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverpink.jpg) no-repeat;
      }

#faq a:link, #faq a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
      }

#faq_sel a:link, #faq_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkovergreen.jpg) no-repeat;
      }

#info a:link, #info a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
      }

#info_sel a:link, #info_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverpurple.jpg) no-repeat;
      }
 
#donations a:link, #donations a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
      }

#donations_sel a:link, #donations_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverpink.jpg) no-repeat;
      }

#company a:link, #company a:visited {
	color: #070707;
	display: block;
	background: url(images/linkoverstatic.jpg) no-repeat;
      }

#company_sel a:link, #company_sel a:visited {
	color: #070707;
	display: block;
	background: url(images/linkovergreen.jpg) no-repeat;
      }


#menu5 a {
  	height: 15px;
	text-decoration: none;
	padding: 8px 15px 0 10px;
	text-align: left;
	
     }	
	


#home a:hover {
	color: #ffffff;
	background: url(images/linkoverpurple.jpg) no-repeat 0 0px;
		
     } 

#news a:hover {
	color: #ffffff;
	background: url(images/linkoverpink.jpg) no-repeat 0 0px;
		
     } 

#about a:hover {
	color: #ffffff;
	background: url(images/linkovergreen.jpg) no-repeat 0 0px;
     }

#application a:hover {
	color: #ffffff;
	background: url(images/linkoverpurple.jpg) no-repeat 0 0px;
     }

#contact a:hover {
	color: #ffffff;
	background: url(images/linkoverpink.jpg) no-repeat 0 0px;
     }

#faq a:hover {
	color: #ffffff;
	background: url(images/linkovergreen.jpg) no-repeat 0 0px;
     }

#info a:hover {
	color: #ffffff;
	background: url(images/linkoverpurple.jpg) no-repeat 0 0px;
     }

#donations a:hover {
	color: #ffffff;
	background: url(images/linkoverpink.jpg) no-repeat 0 0px;
     }

#company a:hover {
	color: #ffffff;
	background: url(images/linkovergreen.jpg) no-repeat 0 0px;
     }

#menu5 a:active {
	color: #ffffff;
	background: url(images/linkoverpink.jpg) no-repeat 0 -64px;
	
     }


#menu5 #t{
	font-family: Arial;
	color: 333333;
	font-size: 12px;
	padding: 10px;

     }

#menu5 p{
	padding: 10px 0 5px 10px;
	margin: 0;

     }

