body
{
    background-color: #cdcdcd;
}

a:visited,
a:active,
a:link {	
	color : #4b7938;
}

a:hover	{
	color: #fff;
	background-color: #4b7938; 
}

#masthead 
{
	background-image: url(../images/default-title_red.jpg);
}

#navbar
{
	background: #666666 url('../images/nav_default_green.gif') center center repeat-x;
}

#navbar li:hover, #navbar li .Selected
{
	color: ffffff;
	background: transparent url(../images/nav_default_green.gif) center center repeat-x;
}

legend
{
	color: #4b7938;
	font-weight: bold;
}

#comments h2
{
	color: #4b7938;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4
{
	background-color: #5a9043;
	border-color: #999;
}

.CommonSidebarHeader
{
	margin: 0 -10px 8px -10px;
	padding: 0 0 0 5px;
	border-bottom: solid 1px #fff;
	font-weight: bolder;
	font-size: 160%;
	color: #333;
	background: #5a9043 url(../images/nav_default_green.gif) center center repeat-x; color: white;
}

.CommonSidebarInnerArea, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #e2f9e6;
	border-color: #999;
}



