@charset "utf-8";
/* CSS Document */

body {

	background-color:#6e8569;
	margin:12px;

}

#mainDiv {
text-align:center; width:750px; overflow:hidden; z-index:0; background:#FFFFFF
}

.menuButton {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#a9542d;
	font-weight:bold;
	font-size:12px;
	line-height:30px;
	text-decoration:none;


}

a.menuButton:hover {

	color:tan;
	
}

.slogan {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
    color:#a9542d;
}

.copy {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
color:#555555;

}


#footerMenu {

font-family:"trebuchet ms";
	color:tan;
	font-size:10px;
	font-weight:bold;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:center;

}

.footerMenuButton {

	

	font-family:"trebuchet ms";
	color:tan;
	font-size:10px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;	
	margin-left:6px;
	margin-right:6px;
	text-align:center

}

a.footerMenuButton:hover {

	color:#a9542d;

}

.pageLabel {
	text-align:left;
	clear:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#005f52;
	margin-bottom:6px;
}

.pageSlogan {
	text-align:left;
	clear:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color:#005f52;
	margin-bottom:6px;
}

.testiCredit {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color:brown;
	font-weight:bold;
	font-style:italic;

}