body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/main-body-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#371c01;
}

/******************** Headings *********************/

.txtHdBlue {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #334853;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}

.txtHdBrown {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #984d15;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}


.txt {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #984d15;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.txtWhite {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.txtOrange {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #fa8502;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.txtBlack {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}

.txtWht {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height:17px;
	font-weight: bold;
}

.txtWhtLink {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.txtWhtLink:hover {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #e17a28;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.txtLink {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #984d15;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}

.txtLink:hover {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #334853;
	text-decoration: none;
	line-height:17px;
	font-weight: normal;
}


/************ Navigation ***************************/
a.nav:link { color:#FFFFFF; text-decoration:none; font-weight:bold; }
a.nav:visited { color:#FFFFFF; text-decoration:none; font-weight:bold;}
a.nav:hover { color:#e17a28; text-decoration:none; font-weight:bold; }

a.nav2:link { color:#364c57; text-decoration:none; }
a.nav2:visited { color:#364c57; text-decoration:none; }
a.nav2:hover { color:#e17a28; text-decoration:none; }

/************ Text **********************/

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	}
	
.textFooter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	}
	
.textBrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#984d15;
	}
	
.textDate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7d3f00;
	}

.textSimple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e17a28;
	font-weight: bold;
	}
		

/***************** Border ***********************/
.contentBoxBrdr {
	border-left:1px solid #d9d1c3;
	border-right:1px solid #d9d1c3;
	}

/************* Backgrounds **************/
#contactInfoBox {
	background-image:url(../images/header-addres-box.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	}
	
#bannerBg {
	background-image:url(../images/banner-bg.jpg);
	background-repeat:no-repeat;
	background-position:center middle;
	}
	
#mainTextBox {
	background-image:url(../images/main-box-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	}
	
#contentBox {
	background-image:url(../images/contentt-box-center.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	}
	
#immigrationBoxBg {
	background-image:url(../images/immagration.jpg);
	background-repeat:no-repeat;
	}
	
#newsBoxBg {
	background-image:url(../images/latest-news-bg.jpg);
	background-repeat:no-repeat;
	}