/*  CCS file created by Andrew M. Bare
	Palette from:		www.colorschemer.com
	Palette name: 		Sunny Velvet
	Palette creator:	Nemoflow (alias) 
*/


 /* 
 Body Background Color is a brighter yellow tan.
 */
body {	
	background-color: #FFFFCC; } /* FFFFCC, FbF1b4 */


 /* 
Standardized Font Family.   , iframe, blockquote
 */
body, font  { 
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000; }


 /* 
Standardized Font Family.
 */
.masstimes {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	font-weight: bold;
}


/*
Links font size
*/
.linksfont {
	font-size: 12px;
	font-weight: bold;
}

/*	
Maroon, brick like for Heading Text 
*/
h1, h2, h3 { 
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
h4, h5, h6 { 
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.mC {width:100px; margin:5px; float:right;}
.mH {color:#660000; cursor:pointer;  font-family: Georgia, "Times New Roman", Times, serif;}
.mL {display:none; margin-bottom:10px;}
.mO {margin-left:10px; display:block;}
                    

/*
Maroon, brick like for 
*/
hr { color: #660000; }


/*	
/* 
Link Coloring
*/
a { color: #1B336F; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/* 
Name Coloring
*/
.test { color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}


/* 
Menu Coloring
*/
.tester { color: #000000; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}


/*	
Size of Credit Links
*/
.credits { font-size:9px; }	


/*	
Light Brown background for selective TD columns in tables 
*/
.td-tan-tint { background-color: #996633; }

/*
Ensures graphics are aligned to the top
*/
.graphics-top {	background-position: top; }

/*       KEEP THIS ON THE BOTTOM OF THE DOCUMENT       */
/*  
	THE BELOW ASSIGNMENTS ARE FOR INFORMATIONAL PURPOSES ONLY.
	This is the Color Palette used in the St. Max Web Site 
    Below the colors are named as background options.                     
	These colors are also used by the Menu System in use: .lttan
*/												   
      .maroon 		{ background-color:#660000; } /* Header Text */
      .dkbrown		{ background-color:#663300; } /* Body Text */
      .ltbrown		{ background-color:#996633; } /* Table Optional Background */
      .orangetan	{ background-color:#D68003; }
      .dktan 		{ background-color:#AF9256; } /* Alternate Header Text and Table Text */
      .lttan 		{ background-color:#D6AD44; } /* Background mouse-on for menu system */
      .gray 		{ background-color:#F0F0D9; } /* Standard gray */
	  .brtan		{ background-color:#EFD392; } /* Standard backgroud color uses this bright yellow/tan*/