body {
	background-image: url(/images/bg_head.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
}



#header {
	background-image: url(/images/bg_head_nf.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 95px;
}
#header #logo_layer {
	background-repeat: no-repeat;
	background-position: left top;
	height: 144px;
	width: 139px;
	float: left;
	margin-left: 50px;
	background-image: url(/images/head_logo.png);
	position: absolute;
}

#header a:hover {
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;

}
#footer a:hover {
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}




#nav {
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 70px;
}
.sm_text {
	font-size: x-small;
}


a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #0000FF;
}

#left_col {
	margin-top: 55px;
	margin-right: 10px;
}
#featured {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(/images/featured_bg.png);
	background-repeat: no-repeat;
}


a#noborder:hover  {
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 0px;
	border-bottom-color: #0000FF;
}



