/* CSS Document */

/* Remove default styling from every element */

* {
   padding: 0;
   margin: 0;
}

/* end Remove default styling */


a:link {
	font-family: "Times New Roman", Times, serif;
	color: #8A150F;
	text-decoration: underline;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #8A150F;
	text-decoration: underline;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #754c29;
	text-decoration: underline;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #8A150F;
	text-decoration: underline;
}




img {
	border-style: none;
	padding: 0;
    margin: 0;
}

img.IMGcenter {
	border-style: none;
	padding: 0;
    margin: 20px auto;
}



body {
    background-image: url(images/background-body.jpg);
	background-color: #2D1909;
 	font-size: 1em;
	line-height: 1em;
	text-align: center;
	margin: 0;
	padding: 0;
}





p {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	color: #754c29;
	margin: 0px 50px 17px 50px;
	padding: 0;
}

p.center {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	text-align: center;
	color: #754c29;
	margin: 0px 50px 17px 50px;
	padding: 0;
}


p.tableItem {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	color: #754c29;
	margin: 0px 20px 17px 20px;
	padding: 0;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #754c29;
	text-align: center;
	margin: 25px 50px 15px 50px;
	padding: 0;
		
}



h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	color: #8A150F;
	margin: 0px 50px 0px 50px;
	padding: 0;
}


table.center {
	border-style: none;
	padding: 0;
    margin: 20px auto;
}




ul {
	margin: 0 0 0 50px;
	padding: 0;
}




li {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	color: #754c29;
	list-style: inside;
	margin: 0;
	padding: 0;
}


input, select, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	text-align: left;
	color: #000000;
	margin: 0;
	padding: 0;
}

















/*   CLASS items defined here   */

.foot {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2em;
	text-align: center;
	color: #d8caad;
	margin: 15px 10px 15px 10px; 
	padding: 0;
}


.foot a:link {
	font-family: "Times New Roman", Times, serif;
	color: #d8caad;
	text-decoration: none;
}
.foot a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #d8caad;
	text-decoration: none;
}
.foot a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: underline;
}
.foot a:active {
	font-family: "Times New Roman", Times, serif;
	color: #d8caad;
	text-decoration: none;
}


.formRequired {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.5em;
	font-weight: bold;
	text-align: right;
	color: #754c29;
	margin: 0;
	padding: 0;
}








/*   DIV items defined here   */

#wrap {
	width: 990px;
	text-align: center;
	margin: 30px auto;
	padding: 0;
}


#flashcontent {
	width: 778px;
	height: 334px;
}