@charset "utf-8";

/* CSS Document */



body {

	background-image: url(../images/bg.jpg);

	background-repeat: repeat-x;
	
	background-color:#e0bc64;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-attachment: fixed;

}

.menu-bg {

	background-image: url(../images/menu-bg.jpg);

	background-repeat: repeat-x;

	height: 44px;

	width: 1098px;

}

.top-text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	text-align: right;

	padding-right: 10px;

}

.content-bg {

	background-image: url(../images/content-bg.jpg);

	background-repeat: repeat-x;

	background-position: bottom;

	width: 1084px;

	overflow: hidden;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #555555;

	text-decoration: none;

}



h1 {

	font-family: "Times New Roman", Times, serif;

	font-size: 28px;

	font-style: normal;

	font-weight: normal;

	color: #850A05;

	text-decoration: none;

	padding-left: 10px;

}

.text {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	line-height: 17px;

	font-weight: normal;

	color: #2A2A2A;

	text-decoration: none;

}



.footer-are {

	background-image: url(../images/footer-bottom.jpg);

	background-repeat: repeat-x;

	width: 1100px;

	overflow: hidden;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

}

.text a {

	font-weight: bold;

	color: #2A2A2A;

	text-decoration: underline;

}

.text a:hover {

	font-weight: bold;

	color: #2A2A2A;

	text-decoration: none;

}

.text dl {

	font:normal 12px/15px Arial;

	position: relative;

	width: auto;

	padding: 0px;

}

.text dt {

	clear: both;

	float:left;

	width: 80px;

	padding: 4px 0px 2px 15px;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-style: normal;

	font-weight: bold;

	text-transform: capitalize;

	text-decoration: none;

}

.text dd {

	float: left;

	width: 230px;

	padding: 2px;

	height: 21px;

	margin-top: 0;

	margin-right: 0;

	margin-bottom: 8px;

	margin-left: 0;

	text-align: left;

}

.textfield3 {

	padding: 3px;

	height: 15px;

	width: 220px;

	border: 0px;

}

.textfield4 {

	padding: 5px 3px;

	height: 150px;

	width: 220px;

	border: 0px;

}

.submit {

	background-image: url(../images/submit-normal.jpg);

	background-repeat: no-repeat;

	height: 25px;

	width: 56px;

	border: 0px;

}

.submit:hover {

	background-image: url(../images/submit-rollover.jpg);

	background-repeat: no-repeat;

	height: 25px;

	width: 56px;

	border: 0px;

}


