html, body {  
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	border: 0px;
	padding: 0px;
	text-align: left;
	
	background: url(images/bg.jpg) repeat-x #304f42;
}

:root {
 overflow-y: scroll !important;
}

.address { 
	background: url(images/footer.jpg);
	height: 188px;
	padding-top: 60px;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 12px; 
	line-height: 16px; 
	color: #1f160f;
}

.address a:link {color: #554437; text-decoration: none;}
.address a:visited {color: #554437; text-decoration: none;}
.address a:hover {color: #8c6649; text-decoration: underline;}
.address a:active {color: #554437; text-decoration: none;}

.copyright { 
	font-size: 11px; 
	line-height: 15px;
}
.copyright a:link {color: #554437; text-decoration: underline;}
.copyright a:visited {color: #554437; text-decoration: underline;}
.copyright a:hover {color: #8c6649; text-decoration: none;}
.copyright a:active {color: #554437; text-decoration: underline;}

/*====begin form====*/
		.button { 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px; 
			background-color: #008166; 
			color: #ffffff; 
			margin-right: 0px; 
			border: 1px solid #000; 
		}
		.input{
			color:#000; 
			font-size: 11px; 
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fff;
			border: 1px solid #b3cc94; 
			text-align: left;
		}
		
		.stripe2 { background-color: #cbb39e;}
		.stripe { background-color: #ece5df;}
		
/*====end form====*/

h1 {
	color: #9a1f1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	color: #9a1f1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
}

.image_border {
	border: 1px solid #000000;
}


.nav {
	background-image: url(images/nav-bg.jpg);
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 30px;
	color: #ffffff;
}

.nav a:link {color: #ffffff; text-decoration: none;}
.nav a:visited {color: #ffffff; text-decoration: none;}
.nav a:hover {color: #e5dad0; text-decoration: underline;}
.nav a:active {color: #ffffff; text-decoration: none;}

table { 
	font-family: "Times New Roman", Times, serif; 
	color: #353535; 
	font-size: 14px; 
	line-height: 18px;
	text-align: left;
}

table a:link {color: #4b1312; text-decoration: underline;}
table a:visited {color: #4b1312; text-decoration: underline;}
table a:hover {color: #912a28; text-decoration: none;}
table a:active {color: #4b1312; text-decoration: underline;}

.tablebg { background-image: url(images/table-bg.jpg);}
