/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/*Website heading override*/				
@import url("../../styles/macomberkin_menus.css");


.templatebody, 
.gradientup,
.gradient
	{background-color: #deb887;}

.page {
	text-align: center;
	background-color: #DEB887;
	color: #660000;
	font-size: 12px;
}
	.page #masthead #siteBanner {
		text-align: center;
		margin: auto 0;
		indent: 0;
		}	
	.page #masthead #siteBanner table {
		text-align: center;
		margin: auto;
		}	
	.page #masthead #siteBanner table td {
		border: medium outset #996600;
		}	



/*TNG Menu Area Overrides	*/


.headerback ul,
ul#mnav,
#mnav .drop a 
{
background-color: #deb887;
color: #660000;
}

.headerback {
	background-color: #f5deb3;
	color: #660000;
}
.headertext {
	color: #660000;}

#mnav li,
#mnav li:hover, 
#mnav li.sfhover
	{background-color: #f5deb3;}
	
	
	
/*Footer Styles*/


.headerback table.full {
	width: 100%;
	font-size: small;
} 


/* Lists in Userscripts */

.tiny {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
}