﻿
body
{
	font-family: Trebuchet MS , Verdana, Arial, Tahoma;
	font-size: 12px;
}

.bodyBackground   /* this is used on the master page so that the outside of all the pages is this color  */
{
	background-color: white; 
}
	/*  	background-color: #775789;  */


/********************************/
/* Labels */

	/* shared attributes  */ 
.labelMasterPageCaptionMain,
.labelMasterPageCaptionSub
{
	color: #f3b6eb;
	font-family: Arial;
	font-weight: bold;
}


	/* Font-weight, Size, etc. */
.labelMasterPageCaptionMain
{
	font-size: 18pt;
}

.labelMasterPageCaptionSub
{
	font-size: 15pt;
	font-style: italic;
}


/********************************/
/* Areas / Boxes */

.areaDivMain
{
	width: 100%;
	height: 100%; 
	background-color: white;
	text-align: center;
	vertical-align: top;
}
	/*  	width: 1000px;   */
	/*  	border: #4d215c thin solid;  */

		/*  keep this style in case we want to have the outsides of the page a different color  */
.areaDivSiteHeading
{
	width: 100%; 
}
		/*  	border-bottom: #4d215c thin solid;   */
		/*    	width: 1000px;   */


.areaCopyright
{
	background-color: #684c84;
	font-family: Arial;
	Font-Size: 8pt;
	color: White;
}

.areaContactInfo
{
	width: 100%;
	font-size: 8pt;
	color: fuchsia;
	border: #ff8ede 1pt solid;
}
/* 	background-color: #efc8ef; */

.areaMenuBackground
{
	background-color: #ffccff;
}
		/* 	Border: #9c26d7 1px solid; */
