body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/main_bg.jpg);
	
	background-color: #C3CBCD;
}


a:link { 
	color: #FF0000;
	text-decoration: none;
	}
a:visited { 
	color: #D74B25;
	text-decoration: none;
	}
a:hover, a:active { 
	color: #8A280E;
	text-decoration: underline;
	}
	
	
p {
	font-family: AGaramond-Regular, Garamond, "Times New Roman", Times, "MS Serif", Serif;
	font-size: 12pt;
	color: #56240B;
}
.containerTable {
	background-color: #F2EDE2;
	padding: 10px;
	border: 1px solid #673D11;

}
.containerCell {
	background-color: #F2EDE2;
	padding: 20px;
	border: 1px solid #673D11;

}
.levelTwoNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.levelTwoNav a:link, .levelTwoNav a:visited { 
	text-decoration: none; 
	color: #333333;
	}
	
.levelTwoNav a:hover, .levelTwoNav a:active { 
	text-decoration: underline; 
	color: #333333;
	}
	
	
.levelOneNav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #56240B;
	font-size: 10pt;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.levelOneNav a:link, .levelOneNav a:visited { 
	text-decoration: none; 
	color: #56240B;
	}
	
.levelOneNav a:hover, .levelOneNav a:active { 
	text-decoration: underline; 
	color: #56240B;
	}
.levelThreeNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.levelThreeNav a:link, .levelThreeNav a:visited { 
	text-decoration: none; 
	color: #333333;
	}
	
.levelThreeNav a:hover, .levelThreeNav a:active { 
	text-decoration: underline; 
	color: #333333;
	}
	
.pageHeader {
	font-family: AGaramond-Regular, Garamond, "Times New Roman", Times, "MS Serif", Serif;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
