.bluestrip {
	background-image: url("/cima/images/search-bar.png") !important;
}
h1 {
	background-color: #ffffff !important;
	color: #d50059 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 0 5px 0;
}
h2 {
	background-color: #ffffff !important;
	color: #252058 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
h3 {
	background-color: #ffffff !important;
    font-size: 12px !important;
    font-weight: bold !important;
}
a {
    color: #2e3092;
    text-decoration: none;
}
a:hover {
    color: #d50059;
    text-decoration: underline;
}
ul {
	margin-left: 10px;
	padding: 0 5px 0 10px;
	text-indent: 1px;
}
li.arrows {
	list-style-image: url(/cima/images/pink-bullet.png);
	list-style-position: outside;
}
.leftnav .heading{
	background-image: url("/cima/images/menu-header.png") !important;
}
.subheaders {
	color: #d50059 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
input.field {
	border: solid #DFE2DE 1px;
	padding-left: 3px;
	color:#333333;
}
select.field {
	border: solid #DFE2DE 1px;
	padding-left: 3px;
	color:#333333;
}
textarea.field {
	border: solid #DFE2DE 1px;
	padding-left: 3px;
    font-family: inherit;
	font-size:1.1em;
	color:#333333;
}
fieldset {
	padding: 20px 15px 10px 15px;
	margin-bottom:30px;
}
hr {
    border-color: #d50059;
}
.leftnav ul li a:hover{
    color: #d50059 !important;
}
