/* local main directory */

#block {
	background: url(images/blocks.jpg) no-repeat;
	height: 84px;
	clear: both;
}
#block p {
	margin: 0;
	padding: 10px 255px 5px 276px;
	font-size: .74em;
}
#subnav li a:link, #subnav li a:visited {
	color: #4377A3;
}
#subnav li a:hover, #subnav li a:active, #subnav li a:focus {
	color: #CE002B;
}
h1, h2, h3 {	
	color: #4376A2;
}
a:link, a:visited {	
	color: #4377A3;
}
a:hover, a:active, a:focus {
	color: #CE002B;
}
form input, form textarea {
	background: #A9CBE7;
}
form input:focus, form input:active, form textarea:focus, form textarea:active {
	background: #528EC2;
}
input.button {
	color: #333 !important;
}