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

body {
	font-size: 8.5pt;
	font-family: "MS Serif", "New York", serif;	
	background-color: #F5F5F5;
	line-height: 1.2em;
	color: #000000;
	line-height: 140%;
}

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

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

a img { border: none; }

#menu {
    width: 145px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 21px;
	right: 10px;
    position: fixed;
    height: 100%;
	background-color: #F5F5F5;
	line-height: 15px;
}

#menu p {
font-weight: bold;
text-decoration: none; 
color: #000000;
font-size: 9pt;
line-height: 1.2em;
}

#menu ul {
	list-style: none;
	margin: 0 0 11px 0;
	font-size: 9pt;
	line-height: 147%;
	letter-spacing: .02em;	
}

#menu ul li.section-title { 
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 6px; 
 	border-bottom-color: #000000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	margin-bottom: 4px;
	line-height: 6px }

#content {
    height: 100%;
    margin: 20px 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 15px 5px 5px;
}

#content p { width: 470px; margin-bottom: 5px; }

p {
    margin: 0 0 5px 0;
}

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

#img-container	{ margin-top: 5px; padding: 0 0 6px 0; }
#img-container p	{ width: 470px; margin: 0; padding: 0 0 8px 0; }

#once { clear: left; }

ul {
	margin: 0 0 0 0;
	padding: 0;
	
}
