@import "common.css";

a {
	color: #487617;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #274c00;
}

#leftCol {
	width: 193px;
}

#rightCol {
	padding-left: 40px;
	padding-right: 30px;
	font-size: 13px;
	color: #001140;
}

#content {
	min-height: 650px !important;
}

#contentBg {
	background: url(../images/interior/dp_bdy_1px.png) repeat-y 220px 0px;
}

#contentBgTop {
	background: url(../images/interior/dp_bdy_top.png) no-repeat 220px 0px;
}

#contentBgBot {
	background: url(../images/interior/dp_bdy_bot.png) no-repeat 220px bottom;
	height: 50px;
}

#sendAFileLink {
	position: relative;
	top: 380px;
}

.noGraphicHeader {
	padding-top: 40px;
}

.headerGraphic {
	padding-bottom: 20px;
}

p {
	padding: 13px 0px 0px 0px;
	margin: 0px;
}

.ajaxSearch_resultExtract p {
	padding: 0px;
}

.ajaxSearch_result {
	padding: 7px 0px;
	border-bottom: 1px solid #cad181;
}

.ajaxSearch_resultsInfo {
	padding-bottom: 20px;
}

.ajaxSearch_highlight {
	background-color: #faf982;
}

hr {
	height: 1px;
	border: solid #CAD181;
	border-width: 1px 0px 0px 0px;
}

div.errors {
	color: red;
}

.reqField {
	color: red;
	font-weight: bold;
}
