/***********************************************************************
* 
* Global Redefinitions
* 
***********************************************************************/

BODY
{
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	margin-top : 0;
	margin-left: 2;
}


A:HOVER 
{
	text-decoration: underline;
}

HR
{
	color: #336699;
	height: 1px;
	
}

H3
{
	color: #999999;
	text-align: center;
}
/********************************************************
* The following styles are used in the top  menu
*********************************************************/

A.TopMenuItem
{
	position: relative;
	top: 3;
	color: #ffffff;
	text-decoration: none;
}
A.TopMenuItem:Hover
{
	text-decoration: underline;
}

DIV.MainMnu
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	font-weight: bold;
	font-size: 8pt;
	border-left: #ffffff 1px solid;
	width: 800;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	font-family: Arial, 'Times New Roman' , Verdana;
	position:relative;
	height: 23px;
	background-color: #130bbd;
}

/*Home*/
#L1
{
	LEFT: 0px; 
	POSITION: absolute; 
	TOP: 0px
}
#C1
{
	width: 15;
	height: 21;
}
#R1
{
	LEFT: 15;
	WIDTH: 60; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}

/*Products & Services*/
#L2
{
	LEFT: 75; 
	POSITION: absolute; 
	TOP: 0px
}

#C2
{
	width: 15;
	height: 21;
}
#R2
{
	LEFT: 15;
	WIDTH: 130; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}
#D2
{
	TOP: 21;
	LEFT: 85; 
	border-right: #ffffff 2px solid;
	padding-right: 4px;
	border-top: #ffffff 2px solid;
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	visibility: hidden;
	padding-bottom: 4px;
	border-left: #ffffff 2px solid;
	cursor: default;
	color: #ffffff;
	padding-top: 4px;
	border-bottom: #ffffff 2px solid;
	font-family: Arial, 'Times New Roman' , Verdana;
	position: absolute;
	background-color: #9999ff;
}

/*Mission Statement*/
#L3
{
	LEFT: 220; 
	POSITION: absolute; 
	TOP: 0px
}

#C3
{
	width: 15;
	height: 21;
}
#R3
{
	LEFT: 15;
	WIDTH: 135; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}


/*About Us*/
#L4
{
	LEFT: 370; 
	POSITION: absolute; 
	TOP: 0px
}

#C4
{
	width: 15;
	height: 21;
}

#R4
{
	LEFT: 15;
	WIDTH: 95; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}

/*Contact Us*/
#L5
{
	LEFT: 480; 
	POSITION: absolute; 
	TOP: 0px
}

#C5
{
	width: 15;
	height: 21;
}

#R5
{
	LEFT: 15;
	WIDTH: 95; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}
/*Customer Center*/
#L6
{
	LEFT: 590; 
	POSITION: absolute; 
	TOP: 0px
}

#C6
{
	width: 15;
	height: 21;
}

#R6
{
	LEFT: 15;
	WIDTH: 115; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}

/*eMIS*/
#L7
{
	LEFT: 720; 
	POSITION: absolute; 
	TOP: 0px
}

#C7
{
	width: 15;
	height: 21;
}

#R7
{
	LEFT: 15;
	WIDTH: 60; 
	CURSOR: default; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 21px; 
	TEXT-ALIGN: center;
}
#L8
{
	LEFT: 795; 
	POSITION: absolute; 
	TOP: 0px
}

#C8
{
	width: 15;
	height: 21;
}



/**********************************************************************
* The following styles are used in left menu after user is authenicated.
***********************************************************************/
A.LeftMenuItem
{
	padding-left: 20px;
	font-size: x-small;
	color: #ff33ff;
	font-family: Verdana, Arial;
	text-align: left;
	text-decoration: none;
}
A.LeftMenuItem:Hover
{
	text-decoration: underline;
}

TD.menuheading
{
	padding-left: 10px;
	font-weight: bold;
	font-size: x-small;
	color: purple;
	font-family: Verdana, Arial;
	text-align: left;
}

A.pagefooter
{
	font-size: 9pt;
	color: #3333ff;
	font-family: Arial, Verdana;
	text-align: right;
}

TD.pagefooter
{
	padding-left: 20px;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
	text-align: center;
	text-decoration: none;
}



/************************************************************
*The following style is used for the main table in the body.
************************************************************/


#BodyTable
{
	border-top: thick outset;
	border-left: thick outset;
	border-bottom: thick outset;
	border-right: thick outset;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:33px;
	position: relative;
	
	
}
#MsgContainer
{
	position:absolute; 
	width:170; 
	height:300; 
	overflow:hidden; 
	top:170; 
	left:2; 
	clip:rect(0,180,300,0); 
	visibility:hidden
}
#MsgText
{
	position:absolute; 
	top:0; 
	left:0
}


