body {
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#panel {
	position:static;
	background-color: #FFFFFF;
	height: 520px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	border: none;

}
#news {
	position:static;
	margin: 0px;
	padding: 0px;
	height: 520px;
	width: 120px;
	z-index: 3;
	border-top: 1px none #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
#content {
	position:static;
	height: 390px;
	width: 600px;
	margin: 0px;
	padding: 0px;
	z-index: 99;
	border: none;
}
#logo {
	position:static;
	background-image: url(../../content/assets/logoIF.gif);
	height: 26px;
	width: 169px;
	z-index: 50;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	position: static;
	font-size: xx-small;
	font-weight: bold;
}
.red {
	color: #FF0000;
}
#utility {
	border: 0px none #F30033;
}

#navigation {
	height: 497px;
	width: 680px;
	position: static;
	border: none;
	z-index: 10;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
	color: #000000;
}

a:hover, a:active{
	color: #FF0000;
}
#subnavi1 {
	position:static;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 25px;
	line-height: 20px;
	font-size: 11px;
}
#subnavi2 {
	position: static;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 25px;
	line-height: 20px;
	font-size: 11px;
}
#topnavi {
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#utilnavi {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#container {
	height: 100%;
}

