@charset "utf-8";
/*
* UHD REU: CSS Document
* Developer: Carlos Lacayo
* Date Created: April 28, 2009
* UHD REU Principle-Investegator: Dr. Ping Chen
* This site is used for the University of Houston-Downtown: Department of Computer and Sciences  
*/

/*Deafult Font****************************************/
body,td,th {font-family: Arial, Helvetica, sans-serif;}
/*Body background***********************************/
body {
	background-color: #a5cdff;
	margin-top:auto;
	margin-bottom:auto;
}
/*Bottom-Navigator Bar with NSF Logo************************/
.bottomNav{
	background-image:url(../images/nsfLogo.png);
	background-position:right;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 66px;
	position:fixed;
}

.TbottomNav{vertical-align: middle;}

/*Main TABLE body ************************************/
.mainTable{
	background-color:#FFFFFF;
	font-size: 10px;
}

/**link over style************************************/
a:link
{
	color: #333333;
	text-decoration: none;
}

a:visited {text-decoration: none;}

a:hover {
	text-decoration: underline;
	color: #999999;
}

a:active {text-decoration: none;}

.style1 {
	font-size: 9px;
	color: #000000;
}

/********************************************************/

/*Title Page Banner*/
.mainBanner
{
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0px;
	padding: 0px;
	height: 124px;
}

.applicantsSection
{
	background-image:url(../images/iApplicants.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.researchSection
{
	background-image:url(../images/iResearch.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


.resourceSection
{
	background-image:url(../images/iResources.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

.aboutSection
{
	background-image:url(../images/iAbout.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
