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

body {
	font-size: 12px; 
	font-family: "Times New Roman", Times, serif; font-style: lighter; color: #000000;
	background: #fff;
	line-height: 14px; 
}

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

a:link { text-decoration: none; color: #000000;}
a:active { text-decoration: underline; font-style: bolder; color: #000000; border-color: #000000;}
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #000000; background-color: #000000; }


a img { border: none; }

#menu {
	overflow: auto;
    top: 20px;
    bottom: 5;
	left: 20;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif; 
	font-style: lighter;
	background: #ffffff;
	line-height: 15px;
	padding-left: 10px;
	
}


#menu ul {
	list-style: none;
	margin: 6px 0 6px 0; 
	font-size: 12px; font-style: lighter;
	font-family: "Times New Roman", Times, serif; 
	background: #FFFFFF;
	line-height: 15px;
	background-color: #ffffff;
}

#menu ul li.active {
	list-style: none;
	font-size: 12px; font-style: bolder; 
	text-decoration: underline; color: #000000;
	font-family: "Times New Roman", Times, serif;
	background: #ffffff;
	line-height:15px;
	bottom: 5;
	li.a:active; 
	background-color: #ffffff;
}


#menu ul li.section-title { 
	font-size: 12px; font-style: normal; font-weight: bold; text-decoration: none; color: #000000;
	font-family: "Times New Roman", Times, serif;
	background: #fff; 
	line-height: 15px; 
	background-color: #ffffff; width: 100px
	
}


#content {
    height: 100%;
    margin: 5px 5px 40px 240px;
    top: 20;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif; font-style: lighter; color: #000000;
	background: #fff;
	line-height: 14px;
	
}

.container {
    margin: 20px;
	padding: 5px 5px 40px 5px;	
	font-size: 12px;
	font-family: "Times New Roman", Times, serif; font-style: lighter; color: #000000;
	background: #fff;
	line-height: 14px;
	
}

#content p { width: 500px; margin: 20px ; margin-bottom: 9px; font-size: 12px;
	font-family: "Times New Roman", Times, serif; font-style: lighter; color: #000000;
	background: #fff;
	line-height: 14px; }

p {
    margin: 0 0 20px 0;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif; color: #000000;
	font-style: lighter;<
	background: #fff;
	line-height: 14px;
}

#h3 li.active {
	list-style: none;
	font-size: 12px; font-style: bolder; 
	text-decoration: underline; color: #000000;
	font-family: "Times New Roman", Times, serif;
	background: #ffffff;
	line-height:19px;
	li.a:active; 
	background-color: #ffffff;a.hover:text-decoration: underline; color: #000000; background-color: #000000;}

h1 { font-size: 12px; font-family: "Times New Roman", Times, serif; line-height: 0px; font-weight: bold; font-style: normal; padding: 8px 0px 0px 0px; text-decoration: none; color: #000000;  li.a:active; 	li.a:hover;  }
h2 { font-size: 12px; font-family: "Times New Roman", Times, serif; line-height: 6px; font-weight: lighter; font-style: normal; padding: 0px 0px 30px 0px;  text-decoration: none; color: #000000; li.a:active;  li.a:hover; }
h3 { font-size: 12px;  font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: normal; text-decoration: none; color: #000000;	background: #fff; line-height: 15px; padding: 0px 0px 36px 0px; 

}

#img-container	{ margin: 20px;  background-color: #ffffff; padding: 40; padding left: 40;
font-size: 11px; font-family: "Times New Roman", Times, serif; font-style: light; line-height: 14px; color: #000000;
 }

#img-container p { width: 400px; margin: 20px; padding: 40; font-size: 11px; padding left: 40;
	font-family: "Times New Roman", Times, serif; font-style: light; line-height: 14px;  color: #000000;}

#once { clear: left; }
