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

body {
	background:#fff;
	font: 12px/15pt Helvetica, monospace;
	border-top-width: 0;
	border-top-style: none;
	border-bottom-style: none;
}

body.section-1 {
	color: black;
}
body.section-2 {
	color: black;
}
body.section-3 { }

a:link { text-decoration: none; color: #000;
}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #253a3a; }
a:hover { color: #477a8c;
}

a img { border: none; }

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


#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding-left:15px;
    height: 100%;
	list-style-type: none;
	right: 20px;
}

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


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

#menu ul li.section-title {
	border-bottom-length:150px;
	color: black;
	border-style: dotted;
	border-width: thin;
	font: 9pt/12pt Helvetica, monospace Verdana, sans-serif;
	border-bottom: 1px dashed #477cff;
}




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

}

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

#content p { width: 600px; margin-bottom: 20px; }


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

p {
    margin: 0 0 5px 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; }
