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

body {
overflow:auto;
	font-size: 9px;
	font-family: Georgia, sans-serif;
	background: #ffffff;
 color: #000000;
}

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

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

a img { border: none; }


#menu {
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0px;
	left: 35px;
	right: 0px;
    position: fixed;
    height: 100%;
	font-color: #000000;
	background-color: transparent; 
	font-size: 12px;
	line-height:150%;
	text-align: left;

}

#texthold { 
width:150px;
  font-size: 9px;
	font-family: Georgia, sans-serif;
	color: #000000;
	
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	color: #666666;
}

#menu ul li.section-title { 
	color: #666666;
	font-family:  Georgia, sans-serif;
	text-align: left;
	width: auto;
text-decoration: underline; 	
font-size: 10pt;
	font-weight: regular;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
	}

#content {
    height: 100%;
    margin: 0 150 0 0px;
	  font-size: 9px;
	padding: 35px 150px 0px 150px;
}


.container {
    padding: 10px 0px 25px 25px;
}

#content p { width: 85%; 
margin-top: 32px; margin-left: 110px}

p {
font-size: 10pt;
	line-height: 150%;
	font-family: Georgia, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 47px 0px 10px 0px;
}

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

#img-container {
	margin: 0px 0px 0px 110px;
	padding: 0px 0px 0px 0px;
}

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

