a:link, a:visited {
	color: #39526C; //#39526C
}

#banner {
	background: url('header_bg.png') repeat-x;
}

#banner #insert {
	background: url('logo_bg.png') no-repeat;
}

#pageHeader {
	border-top-color: #1c2835 ; //#
}

#navcontainer #current {
	background: #ffffff; // 3366CC 6699FF 990000 39526C BLUE  - ACTUAL GLOW SITE /* !!!!!!!! ACTUAL BACKGROUND !!!! */
	color: #ffffff;
	font-weight: bold;
}



#navcontainer #current:hover {
	background: #C0C0C0; // #5B5B5B 333333 - 669900 GREEN // 1c2835 - red - ACTUAL CURRENT MOUSEON
	color: #ffffff;
	font-weight: bold;
}

#navcontainer .currentAncestor { //FFCC66 - YELLOW
	background: #666666  ; // 666666  1c2835 
	color: #ffffff  ; // 1c2835  
}

#navcontainer a:hover {
	background: #000000; // FFCC66 - orange MOUSEON OTHERS - 000000(BLACK) - 336699(YELLOW) - 6699FF(lightblue) - 669900(GREEN)
	color: #000000;
	font-weight: bold;
}



#navcontainer ul ul #current{ //336699 - BLUE
	background: #; // 808080  1c2835  39526C
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background: #39526C;
}

#navcontainer ul ul ul #current{
	background: #4C6D8F;
	font-weight: bold;

}

#navcontainer ul ul ul .currentAncestor {
	background: #4C6D8F;
}

#navcontainer ul ul  ul ul #current{
	background: #7CB0E9;
	font-weight: bold;
}



#navcontainer ul ul ul ul .currentAncestor {
	background: #7CB0E9; // 669900 7CB0E9
	color: #1c2835  ; // ffffff

	}

blockquote {
	background: #669900;  //1c2835 
}

.blog-entry-title a {
	color: #000000; //362928
}