A:link		{color:#D30C44; text-decoration:none;}
A:visited	{color:#D30C44; text-decoration:none;}
A:hover		{color:#333333; text-decoration:underline;}
A:active	{color:#D30C44; text-decoration:none;}

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

td, th, div, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #175F7E;
	line-height: 16px;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

p {
	margin-top: 0px;
	margin-bottom: 4px;
}

hr {
	border: none;
	height: 1px;
	width: 100%;
	color: white;
}

#spacer {
	height:16px;
}

#spacerRh {
	height:14px;
	background: url(/lantern/imgs/bg_dividerRh.gif) 0px 6px repeat-x;
}

.spacerImg {
	height: 16px;
}

#header {
	background-color: #175F7E;
	height: 47px;
}

#navTop {
	background-color: #DCDDDE;
	height: 21px;
}

.logoImg {
	/* margin-top: 6px;*/
	margin-left: 22px; 
	margin-top: 4px;
	margin-bottom: 8px;
}

.tagImg {
	margin-top: 16px;
}

#footer {
	color: white;
	font-size: 10px;
	height: 27px;
	background-color: #175F7E;
	text-align: right;
	padding-top: 5px;
	padding-right: 18px;
}

#footer a:link, #footer a:visited { text-decoration: none; color: white; }
#footer a:hover { text-decoration: underline; color: white; }
#footer a:active { text-decoration: none; color: white; }

#printerFriendly {
	padding-left:175px;
}

.search td {
	height:24px;
	padding-top:3px;
	background-color:#006E95;
}

.searchTxt {
	margin-left: 15px;
	margin-right: 3px;
	margin-top: 3px;
}

.searchFormFld {
	color: #175F7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #175F7E;
	border-left-color: #175F7E;
	border-right-color: #175F7E;
	border-bottom-color: #175F7E;
	width: 55px;
	height: 18px;
	padding-left: 2px;
}

.searchFormFld2 {
	color: #175F7E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border-style:solid; 
	border-width: 1px;
	border-top-color: #175F7E;
	border-left-color: #175F7E;
	border-right-color: #175F7E;
	border-bottom-color: #175F7E;
	width: 155px;
	height: 18px;
	padding-left: 2px;
}

.goBtn {
	padding-left:4px;
	padding-right:6px;
	margin-top:3px;
}

.findBtn {
	margin-top:3px;
}

#pageTitle {
	color:#7D5F64;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}

#pageSubTitle {
	color:#7D5F64;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:4px;
}
/* start error handling */
.errorMsgTxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#D30C44;
	font-size:10px;
}

#errorMsg {
	color:#D30C44;
	font-size:10px;
	line-height:11px;
	margin-top:-2px;
	margin-bottom:3px;
}
/* end error handling */
