body {
	background-color: #5f3f26; 
	font-family: Georgia;
	font-size: 10pt;
	margin: 0; 
	padding: 0;
	width: 100%; 
	text-align: center;
	line-height: 17pt;
}

#frame {
	width: 1024px;
	background-color: white;
	margin: 6px auto; 
	border-radius: 15px; 
	-moz-border-radius: 15px;
}

#content {
	background-image: url(/img/border_with_corners.png); 
	background-repeat: no-repeat; 
	margin: 0 25px;
	width: 974px;
}
#content a {
	color:#c93d3d;
	text-decoration:none;
}
#content a:hover {
	background-color: #cccccc;
}
#content ul {
	margin:0 0 0 15px;
	padding:0; 
}
#content li {
	margin-bottom: 10px;
}
#content .text1 {
	text-align: left;
	margin: 15px 22px 15px 25px;
}
#content .text2 {
	text-align: left;
	margin: 15px 15px 15px 0;
}
#content .head1 {
	font-weight: bold;
	margin: 5px 0;
}
#content .head2 {
	font-size: 15pt;
	margin: 0;
}
#content .head4 {
	font-size: 12pt;
	margin: 0 0 5px;
}
#content .head5 {
	font-size: 15pt;
	margin: 25px 22px 0 25px;
}
#content .quote1 {
	text-align: left;
	font-family: arial;
	margin: 0 22px 15px 25px;
}
#content .herror {
	color : Maroon;
	text-align : left;
}
#content .plinks {
	text-align : left;
}
#content .ul1 {
	margin: 10px 22px 15px 45px;
}

#content .imagesearchselect {
	background-color:#5f3f26;
	color:#fff;
	width: 130px;
}

#content .imgdisp {
	text-align: center;
	margin-bottom: 10px;
}

#content .fldhdr { 
	font-weight: bold; 
	text-align: right; 
	margin: 0; 
	padding: 0 12px 0 0; 
	border-right: 1px solid #172a39 
}

#menu{
	float:left;
	width:974px;
	list-style:none; 
	background-color:#5f3f26;
	margin:0;
	padding:0; 
}

#menu li{
	float:left;
	position:relative;
	display:block; 
}
#menu li a{
	display:block;
	padding:5px 15px;
	color:#fff;
	background:#5f3f26;
	text-decoration:none;
}
#menu li a:hover{
	background-color:#ac7245; 
}
#menu ul{
	list-style:none; 
	position:absolute;
	display:none; 
	margin:0;
	padding:0; 
}
#menu ul li{
	float:none;
}
#menu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}
#menu li:hover ul{ /* Display the dropdown on hover */
	display:inline; 
}

#footer {
	margin: 0;
	padding: 0;
}

