/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 11px/17px 'Times New Roman', Times, serif;
	color: #000000;
	background-color: none;
	line-height:14px;
	text-decoration: none;
}


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

a:link { text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height:17px;
	background-color: #FFFFFF;
}
a:active { text-decoration: none;
	color: #000000;
	line-height:17px;
	background-color: #FFFF00;
}
a:visited {
	text-decoration: line-through ;
	color: #000000;
	line-height:17px;
	background-color: #FFFFFF;
}
a:hover { text-decoration: none;
		cursor: pointer; cursor: hand;
	color: #000000;
	line-height:17px;
	background-color: #00ffff;
}
a img { border: none; }

#menu {
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
	position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
		cursor: pointer; cursor: hand;
 }

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
    background-color: #FFFFFF;
}

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

#content p { width: auto; margin-bottom: 0px; background-color: none;
}

p {
    margin: 0 0 5px 0;
}

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

#img-container	{ margin: 0; padding: 0; background-color: none;
	text-decoration: none;
	color: #000000;
	line-height:17px;
	background-color: #FFFFFF;
}
#img-container p	{ width: 100%; margin: 0; padding: 0 0 12px 0; background-color: none;
	text-decoration: none;
	color: #000000;
	line-height:17px;
	background-color: #FFFFFF;
}
#once { clear: left; }