/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: none repeat scroll 0 0 #999;
	background-color: white;
	color: #333;
font-size: 10pt;
font-family:‘Helvetica Neue,Arial,sans-serif;
line-height: 18px;
}

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

a:link { text-decoration: none;
color: black;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none;
color:black;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	height: auto;
    width: 196px;
	line-height:13pt;
    overflow: auto;
	padding-bottom: 20px;
    top: 0;
    bottom: 0;
	left: 0;
	margin-left: 20px;
	opacity: 0.80;
    position: fixed;
	background-color: #999;
}

#menu ul {
	border-top: 1px dashed;
	color:#000;
background-color: #999;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin: 10px 15px 10px 10px;
opacity:0.9;

}

#menu ul li.section-title {
	Color: black;
	border-bottom-color:#0F0;
	font-weight: bolder;
	text-decoration:none;
	}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	padding-top: 0px;
}

.container {
    padding: 12px 10px 25px 12px;
}

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

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: 0 0 12px 0; }

#once { clear: left; }
