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

body {
    margin-right: 72px;
    margin-bottom: 72px;
	font-size: 8pt;
	line-height: 11pt;
    font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	
}

/*
body.section-1 { background-color: black;}
body.section-2 { background-color: aqua;}
body.section-3 { background-color: green;}
*/

a:link { 
			font-family:Arial, Helvetica, sans-serif;
			color:#666;
			font-size:8pt;
			line-height:10pt;
			font-weight:none;
			text-decoration:none;

 }
 
a:visited {
			font-family:Arial, Helvetica, sans-serif;
			color:#666;
			font-size:8pt;
			line-height:10pt;
			text-decoration:none;
}

a:hover { 
			font-family:Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			background-color:#666;
			font-size:8pt;
			line-height:10pt;
			font-weight:none;
			text-decoration:none;
}

.ownmenu a:link { 
			font-family:  Georgia,serif;
			font-size:12pt;
			line-height:14pt;
			font-weight:none;
			text-decoration:none;

 }
 
.ownmenu a:visited {
			font-family:  Georgia,serif;
			font-size:12pt;
			line-height:14pt;
			text-decoration:none;
}

.ownmenu a:hover { 
			font-family:  Georgia,serif;
			font-size:12pt;
			line-height:14pt;
			color:#FFFFFF;
			background-color:#666;
			font-weight:none;
			text-decoration:none;
}



a img { border: none; }

#logo {
	margin:72px 0 0px 72px;
    width: 215px;
    overflow: auto;
    position: absolute;
    height: 100%;
	background-color: #fff;
	
}

.ownmenu { 
	font-family:  Georgia,serif;
	font-size:12pt;
	line-height:14pt;
	padding-top: 50px;
	padding-left: 100px;
	height: 100%;
	
}

.credit {
	font-family: Georgia,serif;
	font-size: 8pt
	line-height:11pt;
	font-style: italic;
}

#menu {
    margin:72px 0 0 325px;
    width: 215px;
    overflow: auto;
    position: absolute;
    height: 100%;
	background-color: #fff;
	line-height: 11pt;
}

#menu ul {
	list-style:none;
	margin: 0 0 0 0;
}

#menu ul li.section-title {
	font-family: Georgia,serif;
	font-size: 12pt;
	font-style: italic; 
	margin-top:8pt;
	margin-bottom:3pt;
}

#content {
    height: 100%;
    margin: 80px 72px 0px 540px;
    position: absolute;
    background-color: #fff;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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; }