﻿body {
    background: #ff9933 url(../images/bgfun.gif);
}

/* Links Begin */
a {
	color: #3333cc;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap; }
a:visited { color: #990066; }
a:active, a:hover { background: #ffff00; color: #000000; }
/* Links End */

div#header {
    background: #66ff99;
    border-right: 2px solid #41a563;
    border-left: 2px solid #41a563;
}

div#topbar {
    background: #51c979;
}

div#menu {
    background: #74dc96;
    border-bottom: 1px solid #41a563;
}

div#content {
    background: #66ff99;
    border-right: 2px solid #41a563;
	border-bottom: 2px solid #41a563;
    border-left: 2px solid #41a563;
}

#rightcon li { border-bottom: 1px #4fc678 solid; }
#rightcon li a { background: #5ade86; }
#rightcon ul.highlight li a { background: #ffff00; }
#rightcon li a:hover { background: #ffff00; }
#rightcon ul.highlight li a:hover { background: #333; }

div#levelFour {
    color: #5F5F5F;
}

div#levelFour a
{
    color: #5F5F5F;
}

.calendar-heading,
.normal-day-heading,
.weekend-heading,
.current-day,
.calendar-date-switcher {
    background: #51c979;
}

.wp-caption {
    background: #74dc96;
    border: 1px solid #41a563;
}