body.blue #container {
	background: transparent url(bg.jpg) top left repeat-y;
}

	body.blue #container .top {
		background: transparent url(top.jpg) top left no-repeat;
	}
	
		body.blue #left #ribbon {
			background: transparent url(nav.gif) top left repeat-y;
		}
			
			body.blue #left #ribbon a:hover {text-decoration: underline;}
			
				body.blue #container #ribbon p.ftr {
					background: transparent url(navftr.gif) bottom left no-repeat;
				}
				
			body.blue #right #rleft a:active, body.blue #right #rleft a:visited, body.blue #right #rleft a:link {color: #519CCC; text-decoration: none;}
			body.blue #right #rleft a:hover {text-decoration: underline; color: #285790;}
			
			body.blue #right #rleft h2 {
				background: transparent url(h2bg.png) center left no-repeat;
				color: #326FB5;
			}
			
				body.blue #right #content h2.title a:active,  body.blue #right #content h2.title a:visited, body.blue #right #content h2.title a:link {color: #3370B7;}
				body.blue #right #content h2.title a:hover {text-decoration: underline; color: #555;}
				
				body.blue h2 {
					color: #555;
				}
				
				body.blue h3 {
					color: #519CCC;
				}
				
				body.blue h4 {
					color: #6492C3;
				}
	
	body.blue #container #footer {
		background: transparent url(ftr.gif) bottom center no-repeat;
	}
	
		body.blue #container #footer a:active, body.blue #container #footer a:visited, body.blue #container #footer a:link {color: #6492C3;} 
	
	body.blue a:active, body.blue a:visited, body.blue a:link {color: #777;}
	body.blue a:hover {color: #4786CC;}