/* @group Body Color */

body {
	background: #D3D3D3;
}

/* @end */

/* @group Link Color */

a:link, A:visited {
	text-decoration: none;
	color: #6EAE00;
}

/* @end */

/* @group Hover Color */

a:hover, a:active {
	text-decoration: none;
	color: #486E00;
}

/* @end */

/* @group Header */

.header h1 {

	color: #336600;
	
}

.header h5 {
	color: #666666;
	
}

/* @end */

/* @group Content Colour */

#content {
color: #224000;
	
}

/* @end */

/* @group Sidebar Background Hover */

#side-navcontainer a:hover {
	background: #6EAE00;
	color: #F5FEDB;

}

/* @end */

/* @group Sidebar Content Colour */

#sidebar {

	color: #4A6E00;
}

/* @end */

/* @group Sidebar Current */

#side-navcontainer .current {
	background: #CCFF66;
	color: #6EAE00;
}

/* @end */

/* @group Sidebar Link */

#side-navcontainer ul ul a {
	color:  #6EAE00;
}

/* @end */

/* @group Footer Link Colour */

#footer {
	color:  #496E00;
}
#footer a:link, #footer a:visited {
	color:  #D7FD68;
}
#footer a:hover, #footer a:active{
	color:  #486E00;
}
/* @end */

/* @group Navbar */

#navcontainer .current {
text-decoration: none;
	color: #789843;

}

#navcontainer a:visited {
	color: #486E00;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #486E00;
}

#navcontainer .currentAncestor {
text-decoration: none;
	color: #486E00;
}

/* @end */

/* @group Sidebar */

.sideHeader {

	color: #486E00;

}

/* @end */

/* @group Content Title Colour */

h1 {
	color: #486E00;
}

h2 {
	color: #486E00;
	
}

h3 {
	color: #486E00;
	
}

h4 {color: #486E00;
	
}

h5 {
	color: #486E00;
	
}

/* @end */