/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#ffffff;
}
.head_back{
	background-image: url(/images/head_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 122px;
	width: 100%;
	margin:0px;
	padding:0px;
}
.header{
	background-image: url(/images/nm_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 98px;
	width: 750px;
	margin:0px;
	padding:0px;
}
.nav{
}
.content_brdr_top{
	background-image: url(/images/content_border_horz.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.content_brdr_btm{
	background-image: url(/images/content_border_horz.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.content_brdr_left{
	background-image: url(/images/content_border_vert.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.content_brdr_rt{
	background-image: url(/images/content_border_vert.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
.content_small{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}
.content a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:underline;
}
.content a:hover{
text-decoration:underline;
color:#cccccc;
}
.content li{
	margin-top:-1px;
	margin-bottom:-1px;
}
.content_headline{
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-weight:bold;
}
.foot_back{
	background-color:#cccccc;
	width:100%;
	height:80px;
	background-position: center bottom;
	margin-bottom:0px;
}
.footer{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
width:750px;
margin-bottom:10px;
margin-top:10px;
}
.footer a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
color:#000000;
}
.footer a:hover{
color:#ffffff;
text-decoration:underline;
}

h1{
	font:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
}
h2{
	font:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
}

.content h2{
	font:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	text-align: left;
}

