/* handles all the font in the body of the page*/
body
{	font-family:arial;
	font-size:14px;
}
/*-----------------------------------------------*/

/* specifies properties of the links on each page*/
a
{
	height:20px;
	text-decoration:none;
	color:#007c92;
	display: block;
}

a:hover
{
	text-decoration:none;
	color: #b2b2b2;
}
/*-----------------------------------------------*/
#mainDiv
{
	
	top:30px;
	position: absolute;
	height: 900px;
	width:900px;
	margin-left:-450px;
	left:50%;

}

#titleDiv
{	
	top:200px;
	position: absolute;
	width:600px;
	height:100px;
	margin-left:-300px;
	left:50%;
	text-align:center;
}

/* specifies the properties of the menu div and its links*/
#menuDiv
{
	top:205px;
	width:800px;
	margin-left:-400px;
	left:50%;
	position: absolute;
	height:40px;
	padding:0px;
	z-index:3;
}


ul#menu 
{
	position:absolute;
	top:-10px;
	width:800px;
	margin-left: -400px;
	left:50%;
}


ul#menu li
{
	margin-top:0px;
	position:relative;
	float:left;
	padding-left:0px;
	font-size:14px;
	width:150px;
	text-align:center;
	top:0px;
}


ul#menu a
{
	height:35px;
	text-decoration:none;
	color:#007c92;
	}

ul#menu a:hover
{
	text-decoration:none;
	color: #b2b2b2;
}
/* ------------------------------------------------*/

/* specifies the properties of the content div and its links*/
#contentDiv
{	
	position: relative;
	height:1000px;
	width:750px;
	margin-left:-350px;
	left:50%;
	top:300px;
}

#contentDiv a
{	
	float:left;
	display: block;
	height:20px;
	padding: 5px 10px 5px 10px;
	width:200px;
	text-align:center;
}
/* --------------------------------------------------*/

#summaryDiv
{
	position:relative;
	top:250px;
}

#extradiv1
{
	position:absolute;
	width:509px;
	height:200px;
	background-image: url('GROlogo.jpg');
	background-repeat:no-repeat;
	margin-left:-255px;
	left:50%;
	top:0px;
	z-index:2;
	
}

#extradiv2
{
	position:absolute;
	width:509px;
	height:200px;
	background-image: url('GROlogo2.jpg');
	background-repeat:no-repeat;
	margin-left:-255px;
	left:50%;
	top:0px;
	z-index:2;
	
}
#extradiv3
{
	position:absolute;
	width:509px;
	height:200px;
	background-image: url('GROlogo3.jpg');
	background-repeat:no-repeat;
	margin-left:-255px;
	left:50%;
	top:0px;
	z-index:2;
	
}
#messageDiv
{
	position:absolute;
	width:600px;
	height:50px;
	margin-left:-300px;
	left:50%;
	top:-40px;
	z-index:2;
}

#dataDiv
{
	position:absolute;
	width:900px;
	margin-left:-450px;
	left:50%;
}
	
ul#headingsList 
{
	vertical-align:center;
	text-align:center;
	list-style:none;
	top:5px;
}



input:focus, select:focus 
{
	color: #007c92;
}


#submit ,#reset
{
	overflow: visible;
	width: auto;
	background: #fff;
 	color: #007c92;
  	padding: 0.3em 0.4em 0.1em 0.3em;
	font-size: 1em;
	width: 6em;
	text-align: center;
	border-bottom: 2px solid #444;
	border-right: 2px solid #444;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;
	background: #eee url(../images/grad.png) repeat-x top left;
	cursor: pointer;
	
}

#submit:active ,#reset:active
{
	
	border-top: 2px solid #444;
	border-left: 2px solid #444;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;

}


textarea
{
	font-family:arial;	
}

.td1
{
	width:35%;	
}

fieldset
{
	border:none;
}
