#header	{
	}
#leftColumn 	{
	float: left;
	/* actual column width=482px */
	/* False width value for all versions of IE Win, including 6.0 */	
	width: 482px;
	}
html>body div#leftColumn {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	width: 482px;	/* subtract 5? */
	}

#rightColumn	{
	margin-left: 482px;
	/* actual column width=298px */
	/* False width value for all versions of IE Win, including 6.0 */	
	width: 295px;
	}
html>body div#rightColumn {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	width: 266px;	/* subtract total padding and border width of objects inside (with 100% width) from actual column width */
	}
#headlines {
	width: 100%;
	padding: 15px;
	border: 1px solid #E6E6E6;
	background: #E2F3FF;
	font: 12px arial;
	color: #666666;
	}
.headline {
	margin-bottom: 10px;
	}
.headline H1	{
	height: 40px;
	background: transparent url(../images/home_headline_h1_bg.gif) top left repeat-x;
	font: 24px Verdana, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	line-height: 36px;
	margin: 0 0 .5em 0;
	}
.headline .continue {
	text-align: right;
	}
#noteBorder1 {
	padding: 3px 0;
	border-left: 1px solid #BABABA;
	margin-top: 20px;
}
#noteBorder2 {
	padding: 2px 0;
	border-left: 1px solid #EFEFEF;
}
#noteBorder3 {
	padding: 1px 0;
	border-left: 1px solid #E7E7E7;
}
#noteBorder4 {
	padding: 1px 0;
	border-left: 1px solid #EFEFEF;
}
#note {
	width: 100%;
	padding: 10px;
	}
#note H1 {
	font: 18px sans-serif;
	color: #375164;
	text-align: center;
	}
#note p {
	font: 12px arial;
	color: #666666;
	}
#menu	{
	height: 40px;
	background: #FFF url(../images/home_menu_background.gif) top right repeat-x;
	padding-top: 20px;
	font: 13px sans-serif;
	}
html>body div#leftColumn div#menu {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	line-height: 58px;
	padding: 0;
	}
#menu a {
	color: #375164;
	font-weight: bold;
	text-decoration: none;
	}
#menu a:hover {
	text-decoration: underline;
	}
#menu .bar	{
	color: #D0D0D0;
	}

/* You are here */
#homemenu #homelink
	{
	text-decoration: underline;
	}

#text {
	padding: 15px;
	}
#text h1 {
	margin: 0 0 8px 40px;
	font: 18px sans-serif;
	color: #4F748F;
	border-bottom: 1px solid #EDEEF0;
	}
#text h1 a {
	font: 18px sans-serif;
	color: #4F748F;
 	}
#text p {
	margin-left: 40px;
	color: #666666;
	}

#footer	{
	text-align: center;
	padding: 10px 0;
	}