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

body {
	background: #FFFFFF none repeat scroll 0 0;
	font-family: Helvetica,monospace Verdana,sans-serif;
	font-size: 8.5pt;
	line-height: 10.5pt;
}

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

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

a img { border: medium none; }

#whole {
    clear:left;
	height:auto;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:auto;
	z-index:999;
}

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

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

#menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 7px;
}

#menu ul li.section-title {
	border-top:1px dotted #CECECE;
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12px;
	font-style:italic;
	padding:5px 0 6px;
}

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

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

#content p {
	margin-bottom:0;
	widht: 296px;
}

h1 {
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	line-height:12pt;
}

h2 {
	color:white;
	font-size:1px;
	font-weight:100;
	line-height:1pt;
}

h3 {
	color:black;
	font-size:10.5px;
	font-style:italic;
	font-weight:100;
	line-height:10pt;
}

h4 {
	color:black;
	font-size:8.5pt;
	font-weight:100;
	line-height:12pt;
}

h5 {
	color:black;
	font-size:8.5pt;
	font-weight:100;
	line-height:10.5pt;
}

h5 {
	color:black;
}

h6 {
	color:#666666;
	font-size:8.5pt;
	font-weight:100;
	line-height:10.5pt;
}

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

#once {
	clear:left;
}

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