@charset "utf-8";
body {
	background-image: url(../images/paperBG.jpg);
	margin:5px 0 0;
	padding:0;
	color: #343434;
	font-size: 12pt;
	font-family: Garamond, Tahoma, Verdana, "Times New Roman";
}
.searchArea {
	font-size: 11px;
}

#content H3 {
	color: #6b2303;
	font-weight: bold;
}

#content {
	padding-left: 11px;
	width: 690px;
	float: left;
	margin-top: 35px;
}
#content a{
	color: #621A4B;
	text-decoration: underline;
}
a.content{
	color: #621A4B;
	text-decoration: underline;
}

#content a:hover{
	color: #54494f;
	text-decoration: none;
}
#footer {
	font-weight: normal;
	float: left;
	clear: left;
	width: 895px;
	color: #54494f;
	font-size: 12px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#footer a{
	color: #621A4B;
	text-decoration: underline;
}
#footer a:hover{
	color: #54494f;
	text-decoration: none;
}

#icons {
	width: 150px;
	float: left;
	padding-left: 5px;
}


#wrap {
	color:#303030;
	margin:0px auto;
	width: 993px;
	display: block;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
#wrapHP {
	color:#303030;
	margin:0px auto;
	width: 993px;
	display: block;
	background-image: url(../images/watermarkHP.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
.LFoot {
	background-image: url(../images/LHdr.jpg);
	background-repeat: no-repeat;
}
.RFoot {
	background-image: url(../images/RHdr.jpg);
	background-repeat: no-repeat;
}
.txtbox {
	color: #6C7C4D;
	font-size: 11px;
	width: 75px;
}
.buttons {
	font-size: 10px;
}
#wrap #content img {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
/* Menu CSS */

#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
}

#dropmenudiv a{
	font-size: 11pt;
	font-family: Garamond, Tahoma, Verdana, "Times New Roman";
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #621A4B;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F4F1EA;
}

/* Column CSS*/
#leftcontent {
  position: relative;
  left:10px;
  width:190px;
  }

#centercontent {
  margin-left: 190px;
  margin-right:190px;
  
  }

#rightcontent {
  position: relative;
  right:10px;
  width:190px;
  }
  
#indent5{
	text-indent: 3px;
}

.contentheader {
	color: #6b2303;
	font-weight: bold;
	font-style: italic;
	font-size: medium;

}
.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
a.contentheader {

	color: #6b2303;
	font-weight: bold;
	font-style: italic;
}
.contentsubheader {
	color: #6b2303;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt;

}
.adobefooter {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 12px;
}
