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

body {
	font-size: 8.5pt;
	line-height: 10.5pt;
	font-family:Helvetica, monospace Verdana, sans-serif;
	background:#fff
}

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

a:link { text-decoration: none; color: #666666; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration:none ; color:black; font-size: 8pt;
}

a img { border: none; }

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

	#menu .container
	{ padding: 15px 0 21px 21px; }


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

#menu ul li.section-title {
	line-height: 12pt;
	border-bottom-style:none;
	border-bottom-width: 2px;
	border-bottom-color:black;
	border-bottom-length:150px;
	color: black;
	font-size: 9pt;
	font-family: Helvetica, monospace Verdana, sans-serif;
	font-weight:bold
}




#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
	padding-left: 65px;
	width: 600px;

}

.container {
    padding: 15px 12px 25px 0px;
}

#content p { width: 599px; margin-bottom: 0px; }


line-height: 21pt;
margin-left: 5px;
font-size: 18pt;
color: #666666;

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 9pt; font-weight:bold; line-height: 12pt; color:#000000 }
h2 { font-size: 1px; font-weight:100; color:white; line-height:1pt }
h3 { font-size: 10.5px; color:black; line-height:10pt; font-weight:100; font-style:italic }
h4 { font-size: 8.5pt; color:black; line-height:12pt ; font-weight:100}
h5 { font-size: 8.5pt; color:black; line-height:10.5pt ; font-weight:100; }
h5 { color:black; }
h6 { font-size: 8.5pt; line-height: 10.5pt; font-weight:100; color:#666666 }


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

#once { clear: left; }

a[href^="mailto"] { color: black; }