/* main layout */
/****************************************************/
body
{
	text-align	: center;
	background	: #fffff;
}

#frame
{
	width		: 996px;
	margin		: 0px auto;
	padding		: 0px;
	text-align	: left;
}

#topofpage
{
	height		: 29px;
	width		: 961px;
	padding		: 2px 34px 0px 0px;
	background	: url(/img/top_bg.gif) no-repeat;
}

#navigation
{
	height		: 73px;
	width		: 996px;
}

#logo
{
	float		: left;
	height		: 73px;
	width		: 247px;
	background	: url(/img/logo.gif) no-repeat;	
}

#primary-nav
{
	float		: left;
	height		: 43px;
	padding		: 30px 0px 0px 0px;
	width		: 749px;
	background	: url(/img/nav_bg.gif) no-repeat;
}

#masthead
{
	height		: 297px;
	width		: 996px;
	margin		: 0px 0px 30px 0px;
	background	: #008CBB;
}

#no-subnav
{
	float		: left;
	height		: 297px;
	width		: 247px;
	background	: url(/img/subnav_bg_blue.gif) no-repeat;
}

#no-masthead
{
	width		: 247px;
	float		: left;
}

#content-nm
{
	border-top	: 1px solid #73CCE0;
	padding		: 30px 0px 0px 58px;
	float		: left;
	width		: 691px;
}

#subnav-nm
{
	overflow	: hidden;
	height		: 271px;
	width		: 240px;
	padding		: 26px 0px 0px 7px;
	background	: url(/img/subnav_bg_blue_over.gif) no-repeat;
	margin		: 0px 0px 0px 0px;
}

#left-col-nm
{
	width		: 247px;
	margin		: 30px 0px 0px 0px;
}

#left-col-top
{
	background	: #DEF5FA;
}

#subnav
{
	overflow	: hidden;
	float		: left;
	height		: 271px;
	width		: 240px;
	padding		: 26px 0px 0px 0px;
	background	: url(/img/subnav_bg_blue_over.gif) no-repeat;
}

#masthead-image
{
	float		: left;
	height		: 297px;
	width		: 746px;
	background	: url(/img/main_bg_blue.gif) no-repeat;
}

#left-col
{
	float		: left;
	width		: 247px;
	margin		: 0px 58px 0px 0px;
}

#center-col
{
	float		: left;
	width		: 427px;
	margin		: 0px 58px 0px 0px;
}

#center-col-nr
{
	float		: left;
	width		: 691px;
}

#right-col
{
	float		: left;
	width		: 181px;
	padding		: 0px 0px 0px 24px;
	border-left	: 1px solid #A3D6E6;
}

#footer
{
	margin		: 60px 60px 0px 60px;
	border-top	: 1px solid #E5E5E5;
}

#footer-left
{
	float		: left;
	width		: 650px;
}

#footer-right
{
	float		: right;
	text-align	: right;
}


/* navigation layout */
/****************************************************/



/* stack layouts */
/****************************************************************/
div.onetextstack		{ 					}
div.twotextstack		{ 					}
div.imgleftstack		{ 					}
div.imgrightstack		{ 					}

div.oneimagestack		{ overflow: hidden;	text-align:left; }
div.twoimagestack		{ overflow: hidden;	}
div.threeimagestack		{ overflow: hidden;	}
div.fourimagestack		{ overflow: hidden;	}

div.featureonetextstack	{ 					}

div.feedbackformstack	{ 					}
div.rawhtmlstack		{ 					}
div.tocstack			{ 					}
div.sitemapstack		{ 					}


/* bottom of stack options */
/****************************************************************************************************************/
div.bottomspacing		{ margin-bottom	: 10px;	padding-bottom: 0px;	}
div.bottomnone			{ margin-bottom : 0px;  padding-bottom: 0px;	}
div.bottomline			{ margin-bottom	: 30px;	padding-bottom: 30px; background : url(/img/hr_bg.gif) no-repeat bottom; }