/*
Styles written to override original template css files. Maintains template integrity
*/

/* Structure Styles */

body {
	/*font-size: 80%!important;	*/
}
#header h1, #header h1 a, #header h1 a:hover, #header h1 a:visited {
	color: #ff8c00!important;
	padding: 25px 0 0 90px;
}

h2 {
	margin-bottom: -0.3em;
	color: #600;
}
h2 a, h2 a:visited  {
	color: #600;
	margin-bottom: 0;
}
small {
	line-height: 3em;
}
h3, h3 a, h3 a:visited {
	color: #C93;
}
#header {
	height: 150px;
	background-color: #433518;
}
#headerimg  {
	background: #433518 url(images/logo.jpg) left no-repeat;
	height: 150px;
}
#headerimg .description {
	padding-left: 285px;
}
.alignleft-no-border {
	float: left;
	margin: 12px 8px 0 0;
	border: none!important;
	}
#sidebar form {
	margin-top: 0.5em;
}
#sidebar ul#banklist li {
	color: #000;
}
dt {
	line-height: 1.3;
	padding-bottom: 6px;
}
dd {
	margin: 0 5px 10px 0;
	padding: 3px;
	text-align: center;
	border: 1px solid #7c8546;
	background-color: #c5d09f;
	color: #333;
}

