@charset "iso-8859-1";
/* author: Darlene Arnswald */
/* Creation date: 8/1/10 */

* {margin: 0; padding: 0;}
html {min-height: 100%;}

body {
	background-color: #E0CF89; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(images/Tile_stone_06.gif); 
	background-repeat: repeat;
	background-position: center top;
	color: #E0CF89;
}


hr {
	color: #C73E03;
	background-color: #C73E03;
	height: 1px;
}

p { padding-bottom: 10px; }

.bodytitle {
	font-weight: bold;
	color: #1a3270;
	font-family: Times New Roman, sans-serif;
	font-style: normal;
	font-size: 20px;
	margin-bottom: 10px;
}


.bodytext {
	font-family: Franlin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	text-align: justify;
	color: #1a3270;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D65B0;
	text-decoration: underline;
	font-style: italic;
}



 .bodytext a:link { 
    color: #0000ff; 
	text-decoration: underline; 
  }
 .bodytext a:visited { 
    color: #0000ff; 
	text-decoration: underline;
 }
 .bodytext a:active { 
    color: #0000ff; 
	text-decoration: underline; 
 }
 .bodytext a:hover { 
    color: #993366; 
	text-decoration: underline; 
 }

.hometext {
	font-family: Franlin Gothic Book, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 140%;
	color: #E0CF89;
}


ul {
	/* list-style-image: url(images/bullet.png); */
	list-style-type:none;
	text-indent: 15px;
	margin-left: 30px; 
}

ul li {
	background:url(images/bullet.png) left center no-repeat;

	padding: 4px;
	/* padding-bottom: 4px; */

}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
 .footertext a:link { 
    color: #ffffff; 
	text-decoration: none; 
  }
 .footertext a:visited { 
    color: #ffffff; 
	text-decoration: none;
 }
 .footertext a:active { 
    color: #ffffff; 
	text-decoration: underline; 
 }
 .footertext a:hover { 
    color: #5E4018; 
	text-decoration: underline; 
    background-color: #FFFFFF;
 }
 


form {margin: 0; padding: 0;}
form fieldset {margin: 0; padding: 5px 0 5px 0; border: 0;}
form fieldset input.text, form select, form fieldset textarea {font-family: arial, sans-serif;  font-size: 1.2em; border-top: 1px solid #b4b4b4; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; border-left: 1px solid #b4b4b4; background:#FFE9D2 /* #f4f4f4 */ ;}  
form fieldset input.text:focus, form select:focus, form fieldset textarea:focus {background: #FFDBC5 /* #fff */;}
form fieldset input.text, textarea.text {width: 290px;	padding: .27em;}
form fieldset label {float: left; color: #1a3270; font-weight: bold; width: 140px; margin: 6px 10px 0 5px; text-align: right; font-size: 1.2em;}
/* form submit {font-weight: bold; cursor:pointer; cursor:hand; margin: 6px 0px 0 85px; } */

#send {padding: 20px 0px 0 270px; } 

