/*This sheet defines the basic table that all the pages
will contain*/

table.fullPage {    width:700px;
                    margin-top:15px;
                    background-color:#E0E0E0;}

table.fullspan{ width:100%;
                margin-top:0px;}

table.menuTable{margin-top:5px;
				background-color:#000000;}

table.headerMenuTable{
				background-color:#000000;}

td { text-align:center;}
td.right { text-align:right;}
td.left { text-align:left;}

/*The def for the menu item text*/
a.menuItem {font-family:Michaelmas;
            font: bold 12pt;
            color:#FFFFFF;
            cursor: pointer;
            cursor: hand;
        }


/*Each sections introduction text*/
caption {   font: bold 20pt Times new roman; 
			color:#AA0000;
            background-color:#E0E0E0;}

/*Captions for any images*/
caption.image {   font: bold 10pt Times new roman; 
					color:#AA0000;}
            
            
td.big		{	font: bold 20pt Times new roman; 
			color:#AA0000;
            background-color:#E0E0E0;}
            
caption.small{	font: 15pt Times new roman; 
				color:#000000;
            	background-color:#E0E0E0;}   

/*These define the properties of the home menu*/
.popupImage {   position:absolute;
                top:-30px;
                /*  the left property should be dynamically changed
                    to allow for screen re-size*/
                left:105px;
                clip:rect(0px 50px 80px 0px);
                z-index:1}

.popupTextArea {position:absolute; 
                top:-15px;
                left:110px;
                z-index:2}

.headerArea {   position:absolute;
                top:0px;

.headerBack {   position:absolute;
                top:30px;}
                
.headerMenus{	position:absolute;
                top:175px;}