div#container
{
	/* Container for all content */
	/* border: 0px solid red; */
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

div#one
{
	/* Container for Masthead and Login */
	/* border: 0px solid red; */
	width: 780px;
	height: 90px;
}

/* Home Masthead Pages */	
div#sthd_home
{
	float: left;
	width: 570px;
	margin: 0px 0px 0px 0px;
	height: 90px;
	background-image: url(../../images/top_image-4.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;}


/* Home Page */
div#lg_home
{
	float: left;
	position: inherit;
	width: 210px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	background-color: #FFCD0D;
	/* Magenta */
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	/* min-height: 90px; */
	/* _height: 90px; */
}

/* Interior Masthead Pages */	
div#masthead
{
	float: left;
	width: 570px;
	margin: 0px 0px 0px 0px;
	height: 90px;
	background-image: url(../../images/top_image-5.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;}


/* Internel Pages */
div#login
{
	float: left;
	position: inherit;
	width: 210px;
	height: 90px;
	margin: 0px 0px 0px 0px;
	left: 0px;
	top: 0px;
	background-image: url(../../images/b_gnd_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#two
{
	/* Container for Blank and Menu */
	/* border: 0px solid red; */
	width: 780px;
	height: 30px;
}

div#blank
{
	width: 216px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 30px;
	background-color: #FFFFFF;
}

div#navigation
{
	float: left;
	position: inherit;
	width: 564px;
	height: 30px;
	/* margin: 0px 0px 0px 0px; */
	background-color: #FFFFFF;
	/* left: 0px;
	top: 0px; */
	/* min-height: 30px;
	_height: 30px; */
}

#banner
{
	width: 780px;
	margin: 0px 0px 0px 0px;
	min-height: 60px;
	_height: 60px;
	background-color: #FFFFFF;
	/* clear: both; */
}

/* Content block for homepage */
#firstpage
{
	width: 780px;
	margin: 0px 0px 0px 0px;
	min-height: 413px;
	_height: 413px;
	background-color: #99CCFF;
	/* clear: both; */
}

/* Content block */
#page_info
{
	width: 555px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background-color: #C2E0FD;
}

#links
{
	width: 205px;
	background-color: #C2E0FD;
	background-image: url(../../images/left_panel_bg.gif);
	background-repeat: no-repeat;
	background-position: o o;
}

#links_small
{
	width: 205px;
	background-color: #C2E0FD;
	background-image: url(../../images/left_panel_bg_sm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div#content {
	width: 780px;
	/* margin: 0 0 0 0; */
	padding: 0px 0px 0px 0px;
	background-color: #9F9;
}

div#footer
{
	/* float: left; */
	width: 774px;
	height: 46px;
	background-color: #99CCFF;
	padding: 0px 3px 0px 3px;
	vertical-align: middle;
	clear: both;
}