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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color:#999;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999; }
#menu a:hover { text-decoration:line-through;color:black;}
 a:hover { text-decoration:underline;}
 
#menu a {display:block;min-width:140px;border-bottom:1px solid white;}

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0 0 2px 0;
	padding-top:5px;
	text-align:right;
}

#menu ul li.section-title {

color:#333;
display:inline;
padding-left:5px;
width:auto;
}

li.active a
{
font-style:italic !important;
}

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

.container {
    padding: 5px 5px 25px 5px;
    padding-top:20px;
	
}

#content p {  margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 40px; font-family:arial;font-weight:normal;color:#666;margin-bottom:10px;}
h3 { font-size: 16px; margin-bottom:10px;margin-top:10px;font-family:arial;}
h4 { font-size: 12px; }

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

#once { clear: left; }

td
{
padding-right:10px;
}

tr.list:hover
{
background-color:#eee;
}

#content li
{
list-style-type:none;
background-image:url(/arrow.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
margin-bottom:3px;
}

pre,blockquote
{

background:#EEEEEE none repeat scroll 0 0;
border-bottom:1px solid #D6D9C6;
border-top:1px solid #D6D9C6;
color:#444444;
display:block;
font-size:12px;
margin:3px 3px 12px;
padding:12px;
width:92%;

}


