/* Common styles */
@import url("reset.css");
@import url("forms.css");

/* Custom styles */
@import url("main.css");
@import url("layout.css");

/* div, span, td, table { border: 1px solid #f00; } */  /* Debugging */.news img {
	padding-left: 0px;
	border: 1px solid #333;
}
#innerHeader img {
}
#bannerContent img {
	text-align: center;
}
#bannerContent p img {
	margin: auto;
}
#innerColumnCenter img {
	margin: auto;
	display: block;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
}
.imagecaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #063;
	text-align: center;
	display: block;
}
.news ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #03F;
	text-decoration: none;
}

