/* Styles that only apply to first level pages */

div#topleft
{
	position: absolute;

	left: 0px;
	top: 0px;

	width: 297px;
	height: 317px;

	background-image: url(../images/top/araviahome.gif);
}

div#undernav
{
	height: 237px;

	background-image: url(../images/top/hometop.jpg);
	
}

div#lefttext
{
	top: 346px;
}

div#righttext
{
	top: 346px;
}

div#greenbar
{
	position: absolute;

	top: 330px;

	height: 328px;

}

input
{
	font-family: Arial, Tahoma, Verana, Helvetica;
	font-size: 8pt;
	color: #555529;
	background-color: #FFFFF0;
	padding: 2px;
	border: 1px solid #777744;
	width: 100%;
}

option, select
{
	font-family: Arial, Tahoma, Verana, Helvetica;
	font-size: 8pt;
	color: #555529;
	background-color: #FFFFF0;
	width: 100%;
}

select
{
	border: 1px solid #777744;
}

textarea
{
	font-family: Arial, Tahoma, Verana, Helvetica;
	font-size: 8pt;
	color: #555529;
	background-color: #FFFFF0;
	border: 1px solid #777744;
	width: 100%;
	padding: 2px;
	height: 70px;
}

td.hometitle
{

	font-size:9pt;
	font-weight:bold;
	color: #CC9966;

}
td.homecontents
{

	font-size:8pt;
	line-height: 10pt;
	font-weight:bold;
	color: #999966;

}


a.topnav:hover
{
	color: #003300;
	text-decoration: none;
}

a.topnav
{
	color: #996633;
	text-decoration: none;
}