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/lrock002.jpg) repeat left top;
}

#content h1,#content h2 {
	color:#023b70;		/* dark blue */
}

#content h1 {
	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:#023b70;		/* dark blue */
	font: Bold 11pt Arial;
}

#header {
	background:white;
}

#leftcontent {
	background: #335577;	/* dark blue */
}

#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: #DDDDEE;	/* blue */
	text-decoration:none;
}

#rightcontent {
	background: #DDDDEE;	/* blue */
}

#rightcontent h1, #rightcontent h2, #rightcontent h3, #rightcontent h4 {
	font-weight:bold;
	border-bottom:1px solid #333;
}

#wrapper {
	background: #f6f6f6; /* light gray */
}
