@charset "UTF-8";

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #4C0606;
	background: url(../images/damaskbk.jpg) repeat;
}
#upperNav{
	text-transform: uppercase;
	color: #ffd857;
	background: #052C00;
	text-align: center;
	vertical-align: middle;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	height: 45px;
}
#upperNav a{
	color: #ffd857;
	text-decoration: none;
}
#upperNav a:hover{
	color: #FFF;
	text-decoration: underline;
}
#lowerNav{
	text-transform: uppercase;
	color: #ffd857;
	text-decoration: underline;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#lowerNav a{
	color: #ffd857;
	text-decoration: underline;
	font-size: small;
}
#lowerNav a:hover{
	color: #FFF;
	text-decoration: underline overline;
}
#contentArea{
	line-height: 150%;
	color: #FFF;
	padding: 10px;
}
#contentArea a{
	font-weight: bold;
	color: #FFCC32;
	text-decoration: underline;
}
#contentArea a:hover{
	color: #000;
}
td {
	color: #FFF;
	background: #4e0204;
}
h1 {
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	color: #FC3;
	border-bottom: 2px solid #FC3;
	letter-spacing: 1px;
}
.Lfloat {
	margin: 10px;
	float: left;
}
.testimony {
	font-style: italic;
	color: #FC3;
	padding-left: 20px;
}
.picborders {
	border: 4px double #FC3;
}
.quote {
	font-style: italic;
	font-weight: bold;
	color: #FC3;
}
#mdlink, #mdlink a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #082C02;
	text-align: center;
}
h2 {
	font-weight: bold;
	color: #FC3;
	font-size: medium;
}
.outborder {
	border: 2px solid #FFF;
}
