body {
	margin: 0px;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-attachment: fixed;
	text-align: center;
}
.textMain {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #543018;
	text-align: left;
}
.textMainCenter {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #543018;
	text-align: center;
}
.textMainBold {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #543018;
	font-weight: bold;
	text-align: center;
}
.textMainItal {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #543018;
	font-style: italic;
}
.textMainBullet {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #543018;
	list-style-type: decimal;
}
.tableHeader {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #A92E19; 
	-moz-border-radius: 20px; 
	-webkit-border-radius: 20px;
	border: 3px solid #543018; 
	padding: 10px; 
	text-align:center; 
	vertical-align:middle;
}
.largeLetterCap {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #ad2b1b;
}

a:link {
	color: #ac2a1c;
	text-decoration: underline;
}
a:visited { 
	color: #ac2a1c; 
	text-decoration: underline; 
}

a:hover { 
	color: #523219;  
}




.nav2 a:link {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ac2a1c;
	text-decoration: underline;
}
.nav2 a:visited { 
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ac2a1c; 
	text-decoration: underline; 
}

.nav2 a:hover { 
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ac2a1c;  
}
.nav2Text {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 11px;
}


.textMainBoldStaff {
	font-family: "Century Gothic", Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #AD2B1B;
	text-transform: uppercase;
}
