body {
	background-color:#6C6c6c;		/* dark grey */
}

a {
	font-weight: normal;
}

a:link,a:visited {
	color:#c30;
}

a:hover,a:focus {
	color:#C88022;
	text-decoration:none;
}

#content {
	background: white;
	background: white url(img/texture_tile.jpg) repeat left top;
}

#content h1, #content h2 {
	color:#6C0109;		/* dark red */
}

#content h1,#content h2 {
	border-bottom:0px solid #333;
}

#content h2 {
	border-bottom:0px solid #333;
}

#footer {
	background:#6C6c6c;
	color:#CCC;
}

#footer a {
	color:#ffc;
}

#footer a:hover,#footer a:focus {
	color:black;
}

#form_body fieldset legend {
	color:#6C0109;		/* dark red */
	font: Bold 11pt Arial;
}

#header {
	background:white;
}

#leftcontent {
	background: #6b0008;	/* dark red */
}

#leftcontent ul a, #leftcontent ul a:visited {
	color:white;
	font-weight: bold;
}

#leftcontent ul a:hover,
#leftcontent ul a:active,
#leftcontent ul a:focus  {
	background-color:black;
	border-top-color:#CCC;
	color:white;
}

.logo a:hover, .logo a:focus, .logo a:link {
/*	background-color:#ded6c6; */
}

.mini-nav a:hover,
.mini-nav a:active,
.mini-nav a:focus {
	color: black;
	background: #ded6c6;	/* beige */
	text-decoration:none;
}

#rightcontent {
	background: #ded6c6;	/* beige */
}

#rightcontent h1, #rightcontent h2, #rightcontent h3, #rightcontent h4 {
	font-weight:bold;
	border-bottom:1px solid #333;
}

#wrapper {
	background: #faf5cf; /* light yellow */
}

