HTML
{
	height:				100%;
}
BODY
{
	margin:				0 0 0 0;
	height:				100%;
	background:			#FFFFFF url('../../Images/homepage_bg.gif');
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
}
IMG
{
	border:				0;
}

/****************************************************************/
/*** EYEBROW ****************************************************/

DIV#Eyebrow
{
	position:			relative;
}

/****************************************************************/
/*** TOP MENU ***************************************************/

DIV#TopMenu
{
	position:			relative;
	top:				0px;
	left:				0px;
	width:				750px;
}
DIV#TopMenu TABLE
{
	margin:				0 0 0 4px;
}
DIV.Popout
{
	margin-top:			101px;
	border-top:			1px solid #000000;
}
DIV.Popout_Sub
{
	border-top:			2px outset #B3B3B3;
}

/****************************************************************/
/*** SEARCH *****************************************************/

INPUT#query
{
	border:				1px solid #000000;
	width:				150px;
	height:				18px;
	background:			url('../../Images/rightside_searchbg.gif');
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
}
INPUT#search
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}