﻿/* Generic ***************************************************************************/
.BlackBackground
{
	background-color: Black; 
}

.underline
{
	text-decoration: underline; 
}

/* HTML Elements *********************************************************************/
html, body
{
	font-family: Arial, Verdana, Sans-Serif;
	color: Black;
	background-color: White;
	margin: 2; 
	padding: 0; 
	border: 0; 
	height: 90%; 
}


/* Master ****************************************************************************/
.masterTableBody
{
	font-size: smaller;
	width: 100%;
	height: 100%; 
	margin: 0; 
	padding: 0; 
	border: 0;
	border-collapse: collapse;  
}

.masterSubHeader
{
	font-size:medium; 
	font-weight: bold;  
	font-style: italic; 
	text-align: right;   
	vertical-align: bottom;  
}

.masterTopRow
{
	height: 126px;
	vertical-align: top;  
}

.masterNavRow
{
	height: 30px;
	vertical-align: top;  
}

.masterBodyRow
{
	height: 75%; 
}

.masterBottomLineRow
{
	height: 5px;
	width: 100%;
	background-color: Black;  
}

.masterBottomRow
{
	height: 10px;
	text-align: center;  
}

.navMenuStyle
{
	background-color:Black;
	color: White;
	font-weight: bolder;
	float: left ;
}

.navMenuStyle a:link
{
	color: White;
	vertical-align: middle;  
}

.navMenuStyle a:visited
{
	color: White;
	vertical-align: middle;  
}

.navMenuStyle a:hover
{
	color: #FFD700; /* Gold */
	vertical-align: middle;  
}

.navMenuStyle a:active
{
	color: #FFD700; /* Gold */
	vertical-align: middle;  
}



.masterFooterTableStyle
{
	font-weight: bold;        	
}

.masterFooterTableCellsStyle
{
	width: 33%;
}


/* Content Pages ************************************************************/
.mainText
{
	font-size: small;
	margin: 10px; 
}

.mainText2
{
	font-size: small;
	margin: 10px; 
	height: 90%; 
}

.subTitle
{
	font-weight: bold;  
}

.home
{
	line-height: 2.5em; 
	font-style: italic;
	font-size: medium;
	font-weight: bold;   
	text-align: center;      
}

.buffer
{
	width: 15em; 
}

.buffer2
{
	height: 15%;  
}

.buffer3
{
	width: 35%; 
}