@CHARSET "UTF-8";

body {
	background-color: #C0C0C0;
	color: black;
}

a {
	color: #009;
}

a:hover {
	color: #00E;
}

a.active {
	color: black;
}

a.current_page_item {
	color: black;
}

.subtitle {
	color: #666;
}

#body {
	background-color: white;
	border-color: #B0B0B0;
}

#screenreader a {
	color: white;
}

#header {
	background-color: #EEF;
}

#logo {
	background-color: white;
}

#header_right {
	border-top-color: #44C; /*#C4C;*/
}

#header_line {
	background-color: #99E; /*#EAE;*/
	border-bottom-color: #CCF; /*#FCF;*/
	border-top-color: #66D; /*#D8D;*/
}

#navi1_container {
	border-bottom-color: #44C;
	border-top-color: #CCF;
}

#navi1 {
	border-top-color: #99E;
}

#navi1 ul {
	border-top-color: #44C;
}

#navi1 .page_item {
	border-right-color: #44C;
}

.current_page_item a, .current_page_ancestor a {
  color: black;
}

#spacer {
	background-color: #99E;
	border-bottom-color: #CCF;
	border-top-color: #66D;
}

#columns {
	border-top-color: #44C;
}

#navi2 {
	border-top-color: #44C;
}

#navi2 ul {
	border-top-color: #99E;
}

#navi2 .page_item {
	background-color: #EEF;
	border-bottom-color: #99E;
	border-top-color: #CCF;
}

#navi2 .current_page_item {
	background-color: white;
}

#right {
	border-top-color: #44C;
}

#right ul {
	border-top-color: #99E;
}

#right li {
	border-bottom-color: #99E;
	border-top-color: #CCF;
}

#footer {
	border-top-color: #99E;
}

#footer ul {
	border-top-color: #44C;
}

#footer li {
	border-right-color: #44C;
}
