/* CSS Document */
body {
margin:0;
padding:0;
background-image:url(images/home_bg.jpg);
background-color:#C44A21;
background-repeat:repeat-x;
color:#949494;
}
#home_welcome {
background-color:#782A0E;
height:172px;
font:11px Tahoma;
line-height:15px;
}
#home_footer{
font-size:10px;
}
#home_footer a{
color:#949494;
text-decoration:none;
}
.content {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #FCD08F;
	text-align: justify;
	line-height: 18px;
	text-decoration: none;
}
.content a {
	color: #FCD08F;
	text-decoration: underline;
}
.content a:hover {
	color: #FCD08F;
	text-decoration: none;
}
/*------------- SEO ADJUSTMENTS ------------*/
#seo-footer { text-align:center; color:#FCD08F; margin:0 10px; }
#seo-footer a:link, #seo-footer a:visited, #seo-footer a:active { color:#FCD08F; text-decoration:none; }
#seo-footer a:hover { text-decoration:underline; }

/*------------- FORM ADJUSTMENTS ------------*/
.form {
	background: url(images/h_form-bg.jpg) top no-repeat #c9c9ca;
	width: 180px;
}
.formtxt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #2456ae;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 0px;
}
#formfield {
	background:url(images/h_txtfield-153px.gif) no-repeat;
	width:153px;
	height:19px;
	position:relative;
	top:0px;
}
.formarea-153px {
	padding-top:1px;
	padding-left:7px;
	height:19px;
	width:139x;
	color:#000;
	font-weight:normal;
	font-size:12px;
	border:none;
	background:transparent;	
}
#formfield2 {
	background:url(images/h_txtfield-91px.gif) no-repeat;
	width:91px;
	height:19px;
	position:relative;
	top:0px;
}
.formarea-91px {
	padding-top:1px;
	padding-left:7px;
	height:19px;
	width:77px;
	color:#000;
	font-weight:normal;
	font-size:12px;
	border:none;
	background:transparent;	
}
