* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: monospace, Helvetica;
	background: #FFFFFF;
	
}

body.section-1 { }

body.section-2 { }

body.section-3 { }

a:link {
	text-decoration: none;
	color: #666666;
}

a:active {
	text-decoration: none;
	color: #333333;
}

a:visited {
	text-decoration: none;
	color:#333333;
}

a:hover { 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#333333 none repeat scroll 0 0;
	color:#FFFFFF;

}

a img { border: none; }

#menu {
	background-color: #FFFFFF;
	bottom:0;
	font-family:monospace,Helvetica;
	line-height: 13pt;
	font-size:11px;
	height:0px;
	left: 0px; 
	right: 0px;
	opacity:0.9;
	overflow: visible;
	position: inherit;
	top:0px;
	vertical-align:sub;
	width:180px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	line-height: 14pt;
	border-bottom-color: #666666;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	color: #333333;
	font-size: 14px;

}

#content {
    height: 100%;
    margin: 0 0 0 150px;
    top: 0;
}

.container {
    padding: 33px 25px 25px 40px;
}

#content p { 
	width: 600px; 
	margin-top: 20px
	margin-bottom: 35px;
	line-height: 13pt;
	margin-left: 0px;
	font-size: 11px;
	color: #666666
	 }

p {
    margin: 0 0 10px 0;
	color: #333333;
	font-size: 10px;
	text-align: left;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 5px 0px 30px 0px; }

#once { clear: left; }
