/** global parameters **/
a {
	color: #056600;
}
a:hover {
	color: #056600;
}
body {
	background: #d8dfc1 url(../images/green/bkg_body.jpg) top left repeat-x;
	}
	
/** table of body content **/
.componentheading {
	color: #cde380;
}

/*Controls the results of the search*/
.searchintro {
	color: #000;
}

/** form styles**/
.button {
	border: 1px solid #000;
	background-color:transparent;
	color:#000;
}
.inputbox{
	border: 1px solid #000;
	background-color:transparent;
	color:#000;
}
.inputbox:hover {
	background: #fff;
}

/*  BODY  */

/*  STARTS TOP MENU  AND HEADER  */
#top_menu{
	background: url(../images/green/bkg_top.jpg) top left no-repeat;
}
#header{
	background: url(../images/bkg_header.jpg) top left no-repeat;
}
#topnavi{
	background: url(../images/bkg_topnav.gif) top left no-repeat;
}
#search input{
	border: 1px solid #fff; 
	background:#000;
	color:#fff;
}

/* Controls the "TOP NAVIGATION" menu (you need to add menu class suffix: -nav) */
#mainlevel-nav a{
	color: #fff;
}
#mainlevel-nav a:hover{
	color: #000;
	background: url(../images/green/bkg_navigation_on.gif) top left repeat-x;
}
a#active_menu-nav.mainlevel-nav:link, a#active_menu-nav.mainlevel-nav:visited  {
	color: #000;
	background: url(../images/green/bkg_navigation_on.gif) top left repeat-x;
}

/*  STARTS TITLE AND SLOGAN  */
#title {
	color: #000;
}
#slogan {
	color: #000;
}

/*  START MAIN BODY    */
#main{
	background: url(../images/green/bkg_content1.gif) repeat-y;
}
#main_bottom {
	background: url(../images/green/bkg_content2.gif) top left no-repeat;
}

/* Controls "Left Menu" */
#leftcol {
	color: #000;
}
#leftcol td{
	color: #000;
}
#leftcol .moduletable th{
	color: #000;
	background: url(../images/green/bkg_tableheader_left.gif) top left no-repeat; 
}
#leftcol a:link, #leftcol a:active, #leftcol a:visited {
	color:#056600;
}
#leftcol a:hover {
	color:#056600;
}

/* Controls "Main Menu" module*/
a.mainlevel:link, a.mainlevel:visited {
	color: #056600;
	background: transparent url(../images/green/indent2.png) center left no-repeat;
	}
a.sublevel:link, a.sublevel:visited{
	color: #056600;
	background: transparent url(../images/green/indent2.png) center left no-repeat;
}
a#active_menu.mainlevel:link, a#active_menu.mainlevel:visited  {
	color:#056600;
}
a#active_menu.sublevel:link, a#active_menu.sublevel:visited{
	color:#056600;
}

/* Controls "Right Menu" */
#rightcol {
	color: #000;
}
#rightcol td{
	color: #000;
}
#rightcol .moduletable th{
	color: #000;
	background: url(../images/green/bkg_tableheader_right.gif) top left no-repeat;
}
#rightcol a:link, #rightcol a:active, #rightcol a:visited {
	color:#056600;
}
#rightcol a:hover {
	color:#056600;
}
#rightcol .sectiontableentry1, #rightcol .sectiontableentry2{
	color: #000;
}

/*  START MIDDLE CONTENT  */
#maincol {
	color: #000;
}
#maincol td {
	color: #000;
}
#maincol .contentheading {
	color: #000;
}
#maincol .contentpaneopen{
	color: #000;
}
#maincol .contentpane {
	color: #000;
}
#maincol td.contentdescription {
	color: #000;
}
#maincol .sectiontableheader {
	color: #706f6f;
}
#maincol .sectiontableentry1{
	color: #000;
	background-color: #e5e5e5;
}
#maincol .sectiontableentry2{
	color: #000;
}

/** date info in content **/
#maincol .createdate {
	color:#706f6f;
}
#maincol .modifydate {
	color:#706f6f;
}

/** pathway block **/
span.pathway {
	color:#000;
}

/** small text in content **/
.small {
	color:#706f6f;
}

/** content item navigation  **/
.pagenavbar  {
	color:#706f6f!important;
}

.pagenav {
	color:#706f6f;
}
a.pagenav:hover , a.pagenav_next:hover, a.pagenav_pre:hover{
	color:#8fa930;
}

#copyright {
	color:#FFFFFF;
	background-color: #034700;
}
#copyright a:link,
#copyright a:active,
#copyright a:visited {
	color:#8fa930;
}