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

body {
	font-size: 11px;
	font-family: Tahoma;
	background: #fff;
}

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

a:link {
text-decoration: none; color: gray;
}
a:visited {
text-decoration: none; color: #f4c430;
}
a:hover {
text-decoration: none; background-color: #F4C430; color: black;
}
a:active {
text-decoration: none;
}

a img { border: none; }



#menu {
 width: 18%;
height: 100%;
    overflow: auto;
top: 0;
    bottom: 0;
   padding-left: 1%;
  padding-right: 1%;
    position: fixed;
    height: 100%;
	background-color: #fff;

}

#menu ul {
	list-style: none;
	margin: 0 0 2% 0;
}

#menu ul li.section-title { 

    border-bottom-color: #282828;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    color: #282828;
    font-size:10pt;
    font-weight: bold;
}

#content {
    height: 100%;
width: 80%;
    margin: 2% 0% 0% 25%;
    top: 0;
    padding-left: 0;
}

.container {
    padding: 2% 2% 2% 2%;
}

#content p { width: 75%; margin-bottom: 9px; 
    line-height: 21pt;
    margin-left: 2%;
    font-size: 8pt;
    color: gray;
    font-weight: normal;
}

p {
    margin: 0 0 9px 0;
    color: black;
    font-size: 8pt;
}

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; }