@charset "UTF-8";
/* CSS Document */


A{text-decoration: none;}
A:link {
	color:#003366;
}
A:hover{
	color:#660000;
}
A:visited {
	color:#003366;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #461906;
	margin: 0px 0px 0px 0px;
}

.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #663300;
}

.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #663300;
}

.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
	
.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
}

.sidetext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
}

.sidebar {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
	
.mainarea {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-right: 40px;
}

.bottom1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.bottom2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 700px;
}

.browntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #663300;
}

input:focus, textarea:focus, select:focus {
border: 1px solid #666;
background:#ff9;
color:black;
}
	
	
.testimonial {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-right: 15px;
}
.TestTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
#topmenu {
	width: 812px;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#topmenu a {
	color: #FFF;
}

#topmenu a:link {
}
#topmenu a:hover {
	color: #FF0;
}
#topmenu a:visited {
	color: #FFF;
}
