


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color:#666666;
	height: 100%;
	
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: underline; color: #666666;}
a:active {text-decoration: none; }
a:visited {}
a:hover { text-decoration: none; color:#870cd4;}

a img { border: none; }

#menu {
    width: 200px;
	margin: 0 0 0 20px;
	padding:0 0 0 0;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    height: 100%;
	position: fixed;
	float: left;

}
#menu a:link { text-decoration: none; color:#444; font-weight: normal; font-size:10px;}
#menu a:active { text-decoration: none; }
#menu a:visited {text-decoration: none; color:#444;}
#menu a:hover { text-decoration: none; color:#870cd4;}
#menu img {
	margin: 0 0 0 0px;
}

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

#menu ul li.section-title { 
	color:#666666;
	font-weight:bold;
	line-height: 20px; 
	margin-bottom: 7px; 
	border-top: 1px dotted #666666; 
	border-bottom: 1px dotted #666666; 
}

#content {
    height: 100%;
	width: 760px;
    margin: 20px 20px 20px 240px;
    top: 0;

}

.container {
    padding: 0 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

strong {color:#666666; font-size:12px;}

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

img {margin: 20px 0;}
#img-container	{ margin:0; padding:0;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }
.reset {border:none; margin:0; padding:0;}

#once { clear: left; }

#iframed {min-height: 2800px}