/* This is the sheet for the title of each "window" of the MHS Site */
.title	{
		background: maroon;
		color: gold;
		font-weight: bold;
		font-family: Tahoma;
		font-size: 12px;
		font-variant: small-caps;
		line-height: 175%;
		text-indent: 0.5em;
		letter-spacing: 0.1em;
		}

/* This is the CLASS for today's date of the Events Calendar to be highlighted */
.today	{
		background: maroon;
		color: gold;
		font-weight: normal;
		font-family: Tahoma;
		font-size: 11px;
		font-variant: small-caps;
		text-align: center;
		}

/* All TD tags will be aligned to the top of every table */
TD		{
		vertical-align: top;
		}

/* All TABLE tags will span 100% horizontally with a maroon border the thickness of 0.1em */
TABLE	{
		border-color: #800000;
		border-width: 0.1em ;
		border-style: thick;
		width: 425px;
		}

/* This is the CLASS for all the REGULAR text in the page */
.content{
		padding: 0.5em;
		font-size: 8pt;
		font-family: Tahoma;
		}

/* This is the CLASS for the text in the polls to change the CELL padding around the text */
.poll	{
		font-size: 0.7em;
		font-family: Tahoma;
		}

/* This is the CLASS for the title of the month */
.month	{
		background: maroon;
		color: gold;
		font-weight: bold;
		font-family: Tahoma;
		font-size: 12px;
		font-variant: small-caps;
		text-align: center;
		}

/* This is the CLASS for all the days in the Events Calendar that are NOT today's date */
.date	{
		font-family: Tahoma;
		font-size: 11px;
		font-variant: small-caps;
		text-align: center;
		line-height: 130%;
		}

/* All HR tags will align to the center, span 85% horizontally and will be maroon */
HR		{
		width: 85%;
		color: maroon;
		text-align: center;
		}

/* This is the CLASS for all the links in the menus */
A.menu:link	   {color: maroon; text-decoration: none; width: 100%; }
A.menu:visited {color: maroon; text-decoration: none; width: 100%; }
A.menu:active  {color: gold; width: 100%; text-decoration: none; background-color: maroon; text-align: center;}
A.menu:hover   {color: gold; width: 100%; text-decoration: none; background-color: maroon; text-align: center;}

/* This is the CLASS for the customized link for the Tech Cadre image at the bottom of the page*/
A.cadre:hover   {text-decoration: none; background-color: white;}
A.cadre:link    {color: maroon; text-decoration: none; width:1%}
A.cadre:visited {color: maroon; text-decoration: none; width:1%}
A.cadre:active  {text-decoration: none; background-color: white;}

/* This is the CLASS for all the links in the menus */
A:link	   {color: maroon; text-decoration: none; }
A:visited {color: maroon; text-decoration: none; }
A:active  {color: gold; text-decoration: none; background-color: maroon;}
A:hover   {color: gold; text-decoration: none; background-color: maroon;}

/* This is the CLASS for all INPUT buttons */
.button {
	background: maroon; 
	color: gold; 
	font-weight: bold; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-variant: small-caps; 
	letter-spacing: 0.1em;
	}
