
html,body{
	background-color		:#FFFFFF;
	font-family			:Tahoma,Arial;
	text-decoration			:none;
	cursor				:crosshair;
	scrollbar-base-color		:#999999;
	scrollbar-face-color		:#999999;
	scrollbar-track-color		:#FFFFFF;
	scrollbar-arrow-color		:#005F95;
	scrollbar-highlight-color	:#FFFFFF;
	scrollbar-shadow-color		:#FFFFFF;
	scrollbar-dark-shadow-color	:#FFFFFF;	
	scrollbar-light-color		:#999999;
	}

#wrap{
	text-align			:center;
	margin-left			:auto;
	margin-right			:auto;
	margin-top			:0px;
	background-color		:#FFFFFF;
	width				:800px;
	border				:solid 0px #FF0000;
	text-decoration			:none;
	font-family			:Tahoma, Arial;
	font-size			:70%;
	}


/** ************************************************************ **/
/** NAVIGATION **/
#navmenu ul{
	margin				:0;
	padding				:0;
	list-style			:none;
	height				:50px;
	border				:solid 0px #00FF00;
	}

#navmenu a{
	margin				:0px;
	padding				:0px;
	display				:list-item;
	background-color		:#D0D0D0;
	color				:#000000;
	border				:solid 0px #000000;
	width				:99px;
	font-size			:80%;
	line-height			:18px;
	text-decoration			:none;
	}

#navmenu a:hover{
	border				:solid 1px #202050;
	background-color		:#FFFFF0;
	color				:blue;
	}

#navmenu li{
	float				:left;
	width				:99px;
	}
	
#navmenu li ul{
	display				:none;
	}
	
#navmenu li:hover ul{
	display				:block;
	width				:400px;
	position			:absolute;
	float				:left;
	border				:solid	0px red;
	}

#navmenu table{
	position			:relative;
	text-align			:center;
	width				:800px;
	border				:solid 0px #0000FF;
	}
	

#navmenu tr td{
	text-align			:center;
	width				:100%;
	padding				:0;
	margin				:0px;
	}

/** NAVIGATION ENDS **/
/** ************************************************************ **/


/** ************************************************************ **/
#columns{
	position			:relative;
	background-color		:#FFFFFF;
	width:				:800px;
	margin				:0;
	padding				:0px 0px 0px 0px; 
	border				:solid 0px #00FF00;
	}

#longcol{
	position			:relative;
	background-color		:#FFFFFF;
	width:				:800px;
	height				:1000px;
	margin				:0;
	padding				:0px 0px 0px 0px; 
	border				:solid 0px #00FF00;
	}

/** ************************************************************ **/
/** LEFT COLUMN LAYOUT **/
#leftcol{
	position			:relative;
	float				:left;
	width				:500px;
	margin				:0px 0px 0px 0px;
	background-color		:#FFFFFF;
	padding				:0px 0px 0px 0px;
	}

#leftcol a{
	color				:#999999;
	text-decoration			:none;
	}

/** ************************************************************ **/
/** RIGHT COLUMN LAYOUT **/
#rightcol{
	float				:right;
	width				:210px;
	margin				:0;
	background-color		:#FFFFFF;
	padding				:0px 0px 0px 15px;
	}

#rightcol p{
	text-align			:justify;
	margin				:10px 10px 0px 0px;
	}

/** ************************************************************ **/
/** MIDDLE COLUMN LAYOUT **/
#midcol{
	position			:relative;
	margin				:0px 0px 0px 500px;
	padding				:0px 0px 0px 0px;
	height				:300px;
	border-left			:solid 2px #D0D0D0;
	border-right			:solid 2px #D0D0D0;
	}

#midcol p{
	font-size			:100%;
	margin				:5px 5px 5px 5px;
	}

#midcol a:hover{
	text-decoration			:none;
	}
	
/** ************************************************************ **/
/** RESEARCH LAYOUT **/
#research{
	position			:relative;
	margin				:0;
	padding				:0px 15px 0px 15px;
	border-left			:solid 2px #D0D0D0;
	border-right			:solid 2px #D0D0D0;
	}

#research p{
	font-size			:100%;
	margin				:5px 10px 5px 10px;
	text-align			:justify;
	}

#research h3{
	float				:left;
	position			:relative;
	margin				:0 20px 0 20px;
	text-decoration			:underline;
	}

#research a:hover{
	text-decoration			:none;
	}
	
/** ************************************************************ **/
/** TEAMS LAYOUT **/
#teams{
	position			:relative;
	margin				:0;
	padding				:0px 0px 0px 0px;
	border-left			:solid 2px #D0D0D0;
	border-right			:solid 2px #D0D0D0;
	}

#teams table{
	width				:100%;
	font-size			:100%;
	margin				:0px;
	text-align			:left;
	border				:dashed 0px #D0D0D0;
	}

#teams p{
	font-size			:100%;
	margin				:5px 10px 5px 10px;
	text-align			:justify;
	}

#teams h4{
	margin				:0px 0px 0px 0px;
	text-decoration			:none;
	}

#teams h5{
	margin				:0px 0px 0px 0px;
	text-decoration			:none;
	}

#teams a:hover{
	text-decoration			:none;
	}

/****************************/
/** FRAME WORK			   **/
/****************************/

/****************************/
/** TABLE MANAGEMENT	   **/
/****************************/

.masterfact{
		padding			:0px 0px 0px 0px;
		margin			:0px;
		border			:1px dotted #cccccc;
		width				:100%;
		background-color		:#eef;
}



.left{
		font-family		:"Arial";
		font-size		:10px;
		font-color		:#666666;
		font-align		:right;
		float			:left;
		width			:45%;
		height			:80%;
		background-color:none;
		border			:0px solid #cccccc;
		margin:0px 0px 0px 0px;
}

.right{
		font-family		:"Arial";
		font-size		:10px;
		font-color		:#666666;
		width			:100%;
		height			:120%;
		background-color:none;
		border			:0px solid #cccccc;
		margin			:0px 0px 0px 46%;
}

.mtable {
		font-size		:14pt;
		color			:red;
		width			:100%;
		background-color:#6c6b6b;
}

.title{
		font-family		:"Arial";
		font-size		:18px;
		font-weight		:bold;
		color			:#005F95;
		margin-top		:20px;
		margin-left		:20px;
}

.subtitle{
		font-family		:"Arial";
		font-size		:12px;
		font-weight		:bold;
		color			:#005F95;
		margin-top		:20px;
		margin-left		:10px;
}

.ccol{
		margin-left		:50px;
		margin-right	:50px;
}
.imgw{
		width			:100%;
}

.txtmainCopy {
		FONT-FAMILY:Arial;
		font-size:10px;
}

/** CENTER SECTION TEXT **/
.txthome{
		font-family		:"Arial";
		font-size		:13px;
		color			:#666666;
		margin-left		:20px;
		margin-right	:20px;
		text-align		:justify;
}

.tmain{
		FONT-FAMILY		:"Arial";
		font-size		:13px;
		color			:#666666;
		table-layout	:fixed;
		border			:0px #0179F3 dotted;
		width			:750px;
		cursor			:auto;
		margin-left		:10px;
}

.tmain2{
		FONT-FAMILY		:"Arial";
		font-size		:13px;
		color			:#666666;
		table-layout	:center;
		border			:0px #0179F3 dotted;
		width			:70%;
		cursor			:auto;
		margin-top		:50px;
}

.listmain{
		font-family		:"Arial", "Helvetica", "sans-serif";
		font-size		:12px;
		color			:#0179F3;
		font-weight		:bold;
		margin-top		:5px;
		margin-left		:20px;
		list-style-type	:square;
}

.bullet{
		font-family		:"Arial", "Helvetica", "sans-serif";
		font-size		:12px;
		color			:#0179F3;
		font-weight		:bold;
		margin-top		:0px;
		margin-left		:0px;
		list-style-type	:url(../COMMON_GIF/Logobullet_s.gif);
}

.txtmain{
		FONT-FAMILY		:"Arial";
		font-size		:3px;
		color			:#666666;
}

h1{
		font-family		:"Arial", "Helvetica", "sans-serif";
		font-size		:14px;
		font-weight		:bolder;
}

.CR{
		font-family		:"Arial", "Helvetica", "sans-serif";
		font-size		:9px;
		font-weight		:bolder;
		margin-top		:20px;
		margin-bottom	:20px
}


.backG {
		FONT-FAMILY		:"Verdana";
		background-color:#93c39b;
		color			:#ffffff;
		border-bottom	:#538c4d 2px solid;
		font-size		:2px;
}

td.form1
{
		FONT-FAMILY		:"Verdana";
		background		:#eaeaea;
		font-size		:12px;
}


