/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* header: heading text */
.header {
	color: #284D00;
}

/* body: describes page background color and all non-table text not governed by any other style */
.bodytopmenu {
    /* next 5 lines added in 7.0.0 to replace bgcolor="#284D00" leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0 in topmenu.php of template2 */
	background-color: #284D00;
	margin: 0 0 0 0;
}

/* link: normal links, active: links in use */
a:link, a:active {
	color : #284D00;
}

/* databack: background color for data areas */
.databack {
	background-color: #FAF4E6;
}

/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #284D00;
}

/* sideback: background color for side and top frames */
.sideback {
	background-color: #284D00;
}

#mnav li { /* all list items */
	background: #FAF4E6; /*same as "databack" background color */
	border-top:1px solid #FAF4E6; /*same as "databack" background color */
	border-left:1px solid #FAF4E6; /*same as "databack" background color */
}

/* page: is defined to replace the bgcolor=#284D00; */
.page {
	background-color : #284D00;
}

/* style definitions in index.php moved here in 7.0.0 */

.sidelink {
	color: #284D00;
}

.snlink {
	background-color:#FAF4E6;
}

a.snlink:hover, .snlinkact {
	background-color:#284D00;
}

.LB_window {
	background: #FAF4E6;
}

.LB_closeAjaxWindow{
	background-color:#284D00;
}

/* footer added to replace footer fonts and links */
.footer {
	color: #284D00;
	font-size: 12px;

}

a.footer:link  {text-decoration : underline; color: #284D00;} 
a.footer:visited  {text-decoration : underline; color: #284D00;} 

}
