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

body {
	font-size: 11px;
	font-family: â€˜monospaceâ€™Geneva, Arial, Helvetica neue, helvetica, sans-serif;
	background: #ffffff;
	line-height: 12pt;
}

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

ul {
list-style-type:none;
margin-left:0;
padding-left:0;
}

#inline-list {
	font-family: â€˜monospaceâ€™Geneva,Arial,Helvetica,sans-serif;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #7777;
	font-weight: normal;
	}



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

a.r {color:#000000; }
a.r:link {color:#000000; }
a.r:hover {color:#000000; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;	
	margin-bottom:20px;
	line-height: 12pt;
	background-color: white;
}


/*
#menu {
    background-repeat: no-repeat;
    width: 220px;
    background-color: white;
    padding-top: 160px;
    padding-left: 12px;
    float: left;
    line-height: 12pt;
}
*/



#menu p {
	list-style: none;
	margin: 0px 16px 0px 0px;
	background-color: #ffffff; opacity:0.9;
    padding: 0px 0px 25px 5px;
	
}

#menu ul {
	list-style: none;
	margin: 10px 16px 10px 10px;
	background-color: #ffffff; opacity:0.9;
	 padding: 0px 0px 0px 0px;
}

#menu ul li.section-title {
line-height: 11.5pt;
border-top-color: #7B7C7E;
border-top-style: inset;
border-top-width: 1px;
color: black;
width: 155px;
}



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

/*
#content {
    
    margin: 10px 10px 10px 230px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
}
*/





.container {
   height: 100%;
   padding: 20px 5px 25px 10px;
}


.container ul {
list-style-type:none;
margin-left:0;
padding-left:0;
}

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



p {
    margin: 10px 100px 9px 0px;
    text-align: justify;
}

#hor{
float:left;
width:10000px;
height:450px;
white-space: nowrap;
}

h1 { font-size: 11px; }
h2 { font-size: 11px; }
h3 { font-size: 11px; }
h4 { font-size: 18px; 
text-align: justify;
margin: 10px 100px 9px 0px;
line-height: 50px; 

}
h5 a { font-size: 120px; 
 		font-color: #000000; 
		line-height: 110px; 
		font-family: verdana;
		color:#000;
		
	
	}

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

#once { clear: left; }

#menu ol {
	list-style: none;
	margin: 10px 16px 10px 10px;
	background-color: #ffffff; opacity:0.9;
	 padding: 0px 0px 0px 0px;
}

#menu ol li.section-title {
line-height: 11.5pt;
border-top-color: #7B7C7E;
border-top-style: inset;
border-top-width: 1px;
color: black;
width: 155px;
}

#menu ol li.section-title a, #menu ol li.section-title a:visited {
  color: black;
}
