/* Basic stylesheet for NBL */

  h1, h2, h3, h4, h5, p, li { margin: 0pt;
    font-family: "Arial","Verdana","sans serif";
    }
    
  div#container { margin: 0pt auto;
    background: blue none repeat scroll 0%;
    width: 750px;
    }

  div#header { padding: 10px;
    background: black url(../images/header1.jpg) no-repeat scroll right top;
    color: white;
    }

  div#breadcrumb { padding: 2px;
    background: black none repeat scroll 0%;
    height: 1px
    color: white;
    }

  div#nav { padding: 10px;
    background: white;
    width: 189px;
    height: 400px;
    border-left:1px solid black;
    float: left;
    }

  div#main { padding: 10px;
  	padding-left: 10px;
    background: #FFCC00 none repeat scroll 0%;
    width: 519px;
    height: 400px;
    border-right:1px solid black;
    float: right;
    }

  div#footer { padding: 5px;
    background: black none repeat scroll 0%;
    color: white;
    font-size: 70%;
    text-align: center;
    clear: both;
    }

#main p {text-align:left;
	font-size: 90%;
	margin-left:10px;
	line-height: 1em;
	margin-bottom: 1em;
}

#main ul {list-style-image:url(../../images/bullet.gif);
	color:brown;
	font-size: 90%;
	margin-top: 0px;
	
}#main li{vertical-align:top;
	}
	
.error {color:red;}
