body
{

}

.title
{
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	font-size: xx-large;
	font-weight: bold;
	color: #1b78b3;
	padding-left : 30;
}

.titleSecondary
{
	text-align: center;
	vertical-align: middle;
	font-style: italic;
	font-size: large;
	font-weight: bold;
	color: #1b78b3;
	padding-left : 30;
}

.subTitle
{
	text-align: left;
	font-style: italic;
	font-size: small;
	color : Black;
	padding-left : 30;
}

.mainTable
{
	border : solid 1px black;
	width : 1000px;
/*	height : 700px; */
}

/*************************************************************************************************/
/*************************************************************************************************/
/* ********** ********** ********** Menu related ********** ********** ********** */
.menuTable
{
	padding : 4px 4px 4px 10px;
	width : 100%;
}

.menuMainTD
{
	height : 274px;
	vertical-align : top;
}

.menuTD
{
/*	height : 274px; */
	vertical-align : top;
}

.menuItem
{
	color : Yellow;
	font-weight: bold;
	font-family: 'Times New Roman';
	margin-right : 15;
	text-decoration : none;
}

.menuItemSelected
{
	color : Yellow;
	font-weight: bold;
	font-family: 'Times New Roman';
	margin-right : 15;
	text-decoration : none;
	font-size: larger;
	border : thin groove;
	padding : 1 1 1 1 ;
}

.menuItem:hover
{
	color : White;
}

.popupMenu
{
	position : absolute;
	margin-left : 10;
	visibility : hidden;
	background-color : #2D649C;
	filter : alpha(opacity = 80);
	-moz-opacity : .80;
	opacity : .80;
}

.popupMenuItem
{
	color : Yellow;
	font-weight : bold;
	font-family: 'Times New Roman';
	white-space : nowrap;
	margin-left : 10;
	margin-right : 10;
	text-decoration : none;
}

.popupMenuItem:hover
{
	color : White;
}


.menuSmallerText
{
	font-size : x-small;
	font-weight : normal;
}
/*************************************************************************************************/
/*************************************************************************************************/
.bodyTable
{
}

.bodyText
{
	font-family: 'Times New Roman';
	font-size : medium;
	font-weight : normal;
	background-color : #B8E5F8;
	vertical-align : top;
	width : 100%;
}

.bodyContainer
{
	font-family: 'Times New Roman';
/*	height : 540; */
	width : 800px;
	
	/* Trying to get the scroll to work in firefox*/ 
/*
     overflow: scroll;
	
	overflow-x : hidden;
	overflow-y : scroll;
*/	
	padding-left : 35px;
	padding-right : 35px;
	padding-top  : 10px;
	padding-bottom : 10px;
}
.tmrParagraph
{
	line-height : 160%;
}
.subHeadings
{
	font-size: larger;
	text-align: center;
	font-family: 'Times New Roman';
}
.footerCopyright
{
	text-align : center;
	font-size : xx-small;
}

.footNotes
{
	font-style:italic;
	font-size:smaller;
	text-align : center;
}

.contactUsLines
{
	text-align : center;
	font-size : small;
}

.indentedText
{
	font-family: 'Times New Roman';
	margin-left:25px;
}

.bulletLists
{
	line-height: 150%;
}

.leftSubTitles
{
	font-family: 'Times New Roman';
	font-weight : bold;
	line-height : 100%;
}



/*************************************************************************************************/
/* ********** ********** ********** **** Web Updates Page ***** ********** ********** ********** */
.webUpdates
{
	font-weight : bold;
	color : #1b78b3;
}
/*************************************************************************************************/


/*************************************************************************************************/
/* ********** ********** ********** ****** Image related ****** ********** ********** ********** */
.imageText
{
	font-size : small;
	text-align : center;
}
/*************************************************************************************************/



/*************************************************************************************************/
/* ********** ********** ********** ******** FAQ Stuff ******** ********** ********** ********** */

.faqQuestion
{
	font-family: 'Times New Roman';
	font-weight : bold;
	line-height : 100%;
}

.faqAnswer
{
	font-family: 'Times New Roman';
	color : Navy;
}
/*************************************************************************************************/