@import "navmeister.css";



/* hide nested list items for browsers which support it */
ul.navmeister ul { display:none; }










/* page styles - these don't affect the navigation structure */

div#mainContent {
	width:64%;
	float:left;
	margin:0.6em;
	padding:0.9em;
	/* ns4 hack */ /*/*/
	border:1px dotted #ff9900;
	/* end ns4 hack */
	background-color:#fffdfb;
	}
	

img {
	/* ns4 hack */ /*/*/
	border:1px solid #000000;
	/* end ns4 hack */
	padding:5px;
	margin-left:5em;
	background-color:#ffffff;
	}
	
h1,h2,p,ul,ul li {
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:normal;
	}
	
h1 {
	font-size:1.5em;
	}

h2 {
	font-size:1.2em;
	}

p {
	font-size:0.8em;
	}

div#mainContent li {
	font-size:0.8em;
	}

code {
	font-size:1.2em;
	}

code,pre {
	color:#660000;
	}


p.note {
	border:1px dashed #666;
	background-color:#fafafa;
	padding:1em;
	}