HTML
{
	height:				100%;
}
BODY
{
	margin:				0 0 0 0;
	height:				100%;
	background-color:	#FFFFFF;
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			16px;
}
DIV.Main
{
	margin:0 auto 0 auto; width:776px; height:100%;
	background-image: url(../../Images/homepage_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
IMG
{
	border:				0;
}
DIV.Footer
{
	margin:0; width:776px; height:40px;
	background-image: url(../../Images/homepage_footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
DIV#CopyRight
{
	margin:				0px 20px 23px 20px;
	border-top:			1px solid #5288DC;
	padding:			2px 0 0 0;
	color:				#88B1F0;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			9px;
	text-align:			center;
}
DIV#CopyRight A
{
	background:			transparent;
	color:				#CCCCCC;
	text-decoration:	underline;
}
DIV#CopyRight A:hover
{
	background:			transparent;
	color:				#FFFFFF;
	text-decoration:	underline;
}
/****************************************************************/
/*** EYEBROW ****************************************************/

DIV#Eyebrow
{
	position:			relative;
	margin-bottom:      27px;
}

/****************************************************************/
/*** TOP MENU ***************************************************/
DIV.BlueBar
{
	width:750px;height:27px;
	background:			url('../../Images/LightBlueMenu/topmenu_bg.gif');
}
DIV#TopMenu
{
	z-index:			10;
	position:			absolute;
	top:				77px;
	left:				50%;
	margin-left:		-375px;
	width:				750px;
}
DIV#TopMenu_Row2
{
	background:			url(../../Images/LightBlueMenu/topmenu_bg.gif);
}
DIV#TopMenu TABLE
{
	margin:				0 0 0 0px;
}
DIV.Popout
{
	margin-top:			76px;
	border-top:			1px solid #000000;
}
DIV.secondRow .Popout
{
	margin-top: 77px;
}
DIV.Popout_Sub
{
	border-top:			2px outset #B3B3B3;
}

/****************************************************************/
/*** SEARCH *****************************************************/

INPUT#query
{
	border:				1px solid #000000;
	width:				150px;
	height:				15px;
	background:			url('../../Images/rightside_searchbg.gif');
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}
INPUT#search
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
}