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

body {
	font-size: 12px;
	font-family: Georgia;
	color: #303030
	line-height: 13pt;
}

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

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

.nohover a:hover{ text-decoration:none;color: #202020 ; }

a img { border: none ;
}

#menu {
    width: 220px;
    overflow: none;
    top: -9px;
    bottom: 0;
		left: 1cm;
    position: fixed;
    height: 100%;
	background-color: #fffff  ;
}

#menu ul {
	font-size: 12px;
	font-family: Georgia;
	line-height: 13pt;
	color: #202020  ;
	list-style: none;
	margin: 10px 0px 10px 0px;
	}
	
#menu ul li.section-title {
	font-size: 12px;
	font-family: Georgia;
	line-height: 13pt;
	margin-top: -1.2cm;
	font-weight: normal;
	color: #202020  }

#content {
    height: 100%;
    margin: -30px 0px 0px 210px;
    top: 0px;
	position: scroll;

}

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

#content p {width: 720px; margin-bottom: 9px; margin-left: 64px; margin-top: 7px }

p {font-size: 12px;
	font-family: Georgia;
	line-height: 13pt;
	color: #202020 ;
    margin: -20px 0px -20px 0px;
	
	
}

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

#img-container	{ margin-left: 64px; margin-top:30px; padding: 0px; }
#img-container p	{ width: 720px; margin:0px; padding: 0 0 12px 0; }

#once { clear: left; }

label {
	float:left;
	width:80px;
	height:auto;
}