@charset "utf-8";
/* CSS Document */

* {
	/* border: 1px #000 solid; */
	/* background: #F00; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A {
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}

A:hover {
	color: #000;
}

P {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 12px;
}

LI {
	font-size: 12px;
}

BODY {
	background: #c9d0d2;
	margin: 10px 0 0 0;
	text-align: center;
}

LI {
	margin-bottom: 10px;
}

SMALL {
	display: block;
	margin: 0 10px 0 10px;
	padding: 10px;
	background:#D1DDDE;
	text-align:justify;
	color: #666666;
}

#page {
	margin: auto;
	width: 800px;
	background: #FFF url(../images/page_bg.PNG) center repeat-y;
	text-align: left;
}

#header {
	position: relative;
	width: 100%;
	height: 90px;
	border-bottom: #FFF 4px solid;
	background: #c9d0d2 url(../images/header_nfdm.png) top no-repeat;
}

#sidebar_left {
	float: left;
	width: 130px;
	background: #bdbebd;
	margin-top: 4px;
	padding-bottom: 20px;
}

#content {
	float: left;
	width: 500px;
	background: #FFF;
	/* margin-top: 4px; */
	padding: 5px 20px 20px 20px;
}

#sidebar_right {
	float: right;
	width: 130px;
	background: #bdbebd;
	margin-top: 4px;
}

#footer {
	position: relative;
	width: 100%;
	height: 58px;
	clear: both;
	border-top: 4px #FFF solid;
	background: #c9d0d2 url(../images/footer_blank.PNG) bottom no-repeat;
}

/* HEADER */

#header_menu, #footer_menu {
	position: absolute;
	text-align: right;
	top: 49px;
	right: 10px;
}

#header_menu A, #footer_menu A {
	color: #4280b7;
	font-weight: bold;
}

/* FOOTER */

#footer_menu {
	top: 20px;
}

#copyright_notice {
	position: absolute;
	color: #BBB;
	font-size:10px;
	top: 28px;
	left: 10px;
}


/* CONTENT */

#content H1, #content H1 .hilight {
	color: #4280b7;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: auto;
	border-bottom: #4280b7 1px solid;
}

#content H2, #content H2 .hilight {
	color: #4280b7;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content H3, #content H3 .hilight {
	color: #4280b7;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* SIDEBAR LEFT */

#sidebar_left H1 {
	background: #FFF;
	width: auto;
	text-align: right;
	color: #4280b7;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 8px 5px 0;
	margin: 10px 0 0 0;
}



#sidebar_left A {
	display: block;
	text-align: right;
	padding: 4px 8px 0 0;
	
}

/* HILIGHTING */
/*
.hilight {
	color: red;
}

#content H1 .hilight {
	color: #red;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: auto;
	border-bottom: #4280b7 1px solid;
}

#content H2 .hilight {
	color: #red;
	font-size: 11pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#content H3 .hilight {
	color: #red;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

*/