body {
	background-color:#F1FAE7;
}

#header {
	background-image:url(/templates/images/headers/network_lime.jpg);
	background-repeat:no-repeat;
	border-top:1px solid #F1FAE7;
}

#content {
	background-image:url(/templates/images/background_tiles/network_lime_content.jpg);
	background-color:#ffffff;
	color:#666666;
}

#menu {
	padding:43px 5px 0px 0px;
}

h1 {
	color:#96D53E;
	font-weight:bold;
}

h2 {
	color:#666666;
}

#sections {
	background-image:url(/templates/images/background_tiles/network_lime_sections.jpg);
	background-repeat:no-repeat;
}

#sections a {
	color:#999999;
}

#sections .current, #sections a:hover {
	color:#96D53E;
}

a {
	text-decoration:none;
}

#menu a {
	color:#999999;
}

#menu .current {
	color:#96D53E;
}

#content a {
	color:#666666;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}

#menu a:hover{
	color:#96D53E;
	text-decoration:none;
}

#menu li {
	list-style-image:url(/templates/images/bullets/grey_diamond2.gif);
}

#menu li a:hover, #menu li .current, #menu li:hover {
	list-style-image:url(/templates/images/bullets/green_diamond2.gif);
}

#footer {
	background-image:url(/templates/images/background_tiles/network_lime_footer.jpg);
	background-repeat:no-repeat;
	color:#999999;
	padding-top:55px;
	height:105px;
}

#footer a {
	color:#999999;
	text-decoration:none;
}