/* CSS Document */
body {
	background: #D7A764 url(images/bg1.gif) repeat;
	margin: 40px;
	font-family: Tahoma, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#header {
	border: 1px solid #865B22;
}
#sidebar {
	border-left: 1px solid #865B22;
	border-right: 1px solid #865B22;
	border-bottom: 1px solid #865B22;
	background: #FFF;
}
#servicearea {
	font-size: small;
	font-family: Tahoma, "Trebuchet MS", Verdana, Geneva, Ariel, Helvetica, sans-serif;
	padding: 20px 5px;
	text-align: center;
}
#servicearea ul {
	text-align: left;
	margin-left: 2em;
}
#servicearea li {
	list-style-image: url(images/bullet.gif);
}
#quote strong {
4	padding: 20px 10px;
/*	font-weight: bold;*/
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 2em;
	position: relative; 
	top: .5ex; 
}
#quote {
	font-size: smaller;
	padding-top: 50px;
	text-align: center;
}
.author {
	font-style: italic;
	text-align: right;
	padding-right: 20px;
}
#content {
	background: #FFF;
	font-size: small;
	padding: 10px;
	border-right: 1px solid #865B22;
	border-bottom: 1px solid #865B22;
}
#content h1 {
	color: #865B22;
	font-size: 160%;
	margin-bottom: 10px;
}
#content h2 {
	color: #6DD972;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h3 {
	color: #865B22;
}
#content em strong {
	font-style: normal;
	font-weight: bold;
	color: #865B22;
}
.imgBorder1 {
	border: 1px solid #865B22;
	margin: 0px 15px;
}
.imgBorder2 {
	border: 1px solid #865B22;
	float: left;
	margin-right: 30px;	
}

#content li {
list-style-image: url(images/bullet.gif);
line-height: 120%;
}
#content a:link {
	color: #8E6DD9;
	text-decoration: underline;
}
#footer {
	color: #865B22;
	background-color: #FFFBF0;
	text-align: center;
	font-size: smaller;
	padding: 10px;
	border-bottom: 1px solid #865B22;
	border-right: 1px solid #865B22;
}
#footer a:link {
	color: #8E6DD9;
	text-decoration: underline;
}
#footer a:visited {
	color: #6CD98E;
}
#footer a:hover {
	color: #6B3FCB;
	text-decoration: overline;
}
#home {
		border-top: 1px solid #865B22;
}
.sitename {
	font-weight: bold;
	color: #91353A;
}
.imgborder3 {
	border: 1px solid #865B22;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgborder4 {
	border: 1px solid #865B22;
	margin-left: 10px;
	margin-bottom: 10px;
}
