/* - - - - - - - - - - - - - - - - - - - - -
* Summary: 			CSS file for YPCFA
* URL: 				www.ypcfa.net
* Notes: 			---- 
* Created: 			??/??/05
* Last Updated: 	24/08/05
- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body {
	background: #dce8c2 ;	
	color: #1D2903;
}

/* ----- IDS ----- */

#contents{
	background: #97BA48 ;
}

#topbanner {
    background: url("images/header2.jpg");
}

#TextArea {
	background: #bad186;
	border-color: #fff;
}
#TextArea h3{
	color: #efefef;
}

/* ------- headings ------- */

h3 {
	color: #006600;
}


/* ----- LINKS ----- */

a:link {
	color: #009933;
}
a:visited {
	color: #009933;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}
a.orange {
	color: #FF9933;
}


/**************** side panel *************************/

#sideTop {
	color: #738F35;
	background-color: #738F35 ;
}

/*************  side navigation  ********************/

ul.sideNav li a{
	color: #41593f;
}
ul.sideNav li a:hover{
	color:#cc0033;
}

#side h3 {
	background: #97BA48 ;
}
/*********** top navigation  *************/

div#navigation {
	background: #eee;
}

div#navigation ul {
	color: #2a2a2a;
}

div#navigation ul li a {
	color: #666;
}

div#navigation ul li a:hover {
	background-color: #ccc;
	color: #222;
}


li:hover ul{
	background: #eee ;
}


/********** 	quotes 	*********/
.quoteBox{
		background:  url("images/quote_tl.gif") no-repeat top left;
		background-color: #9eb767;
		color: #006600;
}
.quoteBox p{
	background:  url("images/quote_br.gif") no-repeat bottom right;
	color: #687F67;
}
div.quote {
	background:  url("images/quote_tr.gif") no-repeat top right;
}
.quotewrapper{
	background:  url("images/quote_bl.gif") no-repeat bottom left;
}


/**************	header and footer  ***************/
.footer{
	color: #fff;
	background-color: #577A08;
}
#header {	
	background: #577A08;
	color: #fff ;
}
#header h1 {
	color: #fff;
}


/***********  tables ************/

th{
	background: #ddd;
}
tr {
	background:#CDDFA7;
}
tr td:hover{
	background:#CECFA9;
}
tr.odd{
	background: #B4B67D;
}
tr.odd td:hover{
	background:#E6E6D3;
}

.gallery div{
	border: 1px solid #9eb272;
	background: #ccdda5;
}
.gallery div:hover{
	border: 1px solid #ccdda5;
}



