body
{
	background:#d2c682;
}

/* ================================================== */
/* TITLEBAR                                           */
/* ================================================== */

#titlebarbox
{
	margin:3px 5px 8px 14px;
}

#titlebar
{
	background:#300;
	border-top:1px solid white;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid white;
}

#titlebar a:link,
#titlebar a:visited
#titlebar a:hover
#titlebar a:active
{
	color:#ffe6b3;
}

#pagegroup
{
	margin:5px;
}

#pagetitle
{
	border:1px solid #ffe6b3;
	margin:5px;
}

/* ================================================== */
/* CONTENT                                            */
/* ================================================== */

#content
{
	border-top:1px solid white;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid white;
	background:#ffe url(../images/parch-njs.gif);
	margin:6px 5px 8px 14px;
	padding:12px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	color:#900;
}

/* ================================================== */
/* SIDEBAR                                            */
/* ================================================== */

#sidebarbox
{
	margin:0 6px 0 0;
	padding:5px 0 5px 5px;
}

#sidebar
{
	background:#300;
	border-top:1px solid white;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid white;
}

.quickref
{
	background:#ff8;
	border:1px solid #999;
}

#sidebar p,
#sidebar li,
.sidehead
{
	color:#ffe6b3;
}

.sidehead a:hover,
.sidehead a:active
{
	color:#300;
	background:#ffe6b3;
}

#sidebar a:link,
#sidebar a:visited
{
	color:#ffe6b3;
}

#sidebar a:hover,
#sidebar a:active
{
	color:#300;
	background:#ffe6b3;
}

#sidebar li
{
	border-bottom:1px solid #d2c682;
	padding-top:3px;
	padding-bottom:3px;
}

#sidebar h1
{
	border-bottom:1px solid #999;
}

#sidebar ul ul li
{
	border-top:0 solid #999;
	border-bottom:0;
}

#sideheader h1
{
	border-bottom:0;
}

.inputbox
{
	color:#300;
	background:#FDF0D0;
	border:1px solid #aaa;
}

.inputbox:hover
{
	color:#000;
	background:#fff;
}

.inputbox:focus
{
	color:#000;
	background:#fff;
}

.inputbutton
{
	color:#009;
	background:#FFE6B3;
	border:1px solid #aaa;
}

.inputbutton:hover
{
	color:red;
	background:#fff;
}

#topnav li a:hover
{
	color:#c00;
	background:#FFE6B3;
}

#topnav li a:active
{
	color:#c00;
	background:#FFE6B3;
}

/* ================================================== */
/* FOOTER                                             */
/* ================================================== */

#footnavbox
{
	margin-top:.5em;
	margin-left:14px;
}

#footnav
{
	border:1px solid #999;
	background:#FDFAB5;
	padding:1.6em 0;
}

#footnav li a
{
	color:#009;
	background:#FFE6B3;
	border:1px solid #ccc;
}

#footnav li a:hover
{
	color:red;
	background:#fff;
}

#footnav li a:active
{
	color:red;
	background:#fff;
}

/* ================================================== */
/* RIGHTBAR                                           */
/* ================================================== */

#rightbar
{
    font-size:x-small; // to shrink width of 'narrow' bar.
    padding-right:8px;
}

/* ================================================== */
/* OTHER                                              */
/* ================================================== */

a.selflink:link,
a.selflink:visited,
a.selflink:hover,
a.selflink:active
{
	color:#ffe6b3;
}

#sidebar a.selflink:link,
#sidebar a.selflink:visited,
#sidebar a.selflink:hover,
#sidebar a.selflink:active
{
       color:#ffe6b3;
}

#edithelp
{
	background:#ffe6b3 url(../images/parch-njs.jpg);
	border:1px solid #300;
}

#editpreview
{
	border:3px solid #aaa;
	background:#fff url(../images/parch-org0.jpg);
}

.previewheader
{
	border-bottom:2px ridge #aaa;
	background:#fdfab5 url(../images/parch-yel.jpg);
}

.previewfooter
{
	border-top:2px ridge #aaa;
	background:#fdfab5 url(../images/parch-yel.jpg);
}

.messagehead
{
	background:#FFFFC7;
}

.messageitem
{
	background:#FFFAF0;
}