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

body {

	font-size: 14px;
	font-family: "Helvetica Light", helvetica, arial, sans-serif;
	color: #666666;
	background-color:#ffffff;

}

strong {
	color: #333333;
	font-family: "Helvetica Light", helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;

}

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

a:link { 	font-style: normal; text-decoration: underline; color: #666666 }
a:active { 	font-style: normal; text-decoration: underline; color: #666666 }
a:visited { 	font-style: normal; text-decoration: underline; color: #333333; }
a:hover { 	font-style: normal; text-decoration: underline; color: #999999;}

a img { border: none; }

#menu {
    	width: 200px;
    	overflow: auto;
    	top: 15px;
	left: 15px;	
	bottom: 50px;
    	position: fixed;
	line-height: 15px;
	text-align:right;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-top: 0px dotted #333333; 
	padding-top: 24px; 
	line-height: 1.35em;
	
}

#menu ul li.section-title { 
	color: #333333;
	font-family: "Helvetica Light", helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	
}

#menu ul li a:link { text-decoration: none; color: #666666; }
#menu ul li a:active { text-decoration: none; color: #666666; }
#menu ul li a:visited { text-decoration: none; color: #333333; }
#menu ul li a:hover { text-decoration: underline; color: #999999; }
#menu p {
    font-family: "Helvetica Light", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#menu p a{
	font-family: "Helvetica Light", helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}

#content {
     margin-top: 15px;
     margin-bottom: 0px;
     margin-right: 0px;
     margin-left: 231px;
}

.container {

}

#topnav {
   	text-transform: uppercase;
	font-weight: bold;
	position:relative;
	top: 5px;
	}
	
#topnav a:link { 	font-style: normal; text-decoration: none; color: #666666 }
#topnav a:active { 	font-style: normal; text-decoration: none; color: #666666 }
#topnav a:visited { 	font-style: normal; text-decoration: none; color: #333333; }
#topnav a:hover { 	font-style: normal; text-decoration: none; color: #999999;}
	


#content p { 	text-align: justify;
width: 80%; 
margin-bottom: 20px; }

p {
    
    margin: 0 0 9px 0;
    line-height: 20px;
}

h1 { font-size: 14px; }
h2 { font-size: 14px; }
h3 { font-size: 14px; }
h4 { font-size: 14px; }

#img-container	{ margin: 1; padding: 1; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }