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

body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: #FFF;
}
#Layer1 {
	position:absolute;
	left: 312px;
	top: 75px;
}
#Layer1b {
	position:absolute;
	top: 165px;
}
#Layer2 {
	position:absolute;
	left: 564px;
	top: 75px;
}
#Layer3 {
	position:absolute;
	left: 816px;
	top: 75px;
}
#Layer4 {
	position:absolute;
	left: 312px;
	top: 286px;
}
#Layer5 {
	position:absolute;
	left: 564px;
	top: 286px;
}
#Layer6 {
	position:absolute;
	left: 816px;
	top: 286px;
}
#Layer7 {
	position:absolute;
	left: 312px;
	top: 496px;
}
#Layer8 {
	position:absolute;
	left: 564px;
	top: 496px;
}
#Layer9 {
	position:absolute;
	left: 816px;
	top: 496px;
}
#Layer10 {
	position:absolute;
	left: 312px;
	top: 706px;
}
#Layer11 {
	position:absolute;
	left: 564px;
	top: 706px;
}
#Layer12 {
	position:absolute;
	left: 816px;
	top: 706px;
}
#Layer13 {
	position:absolute;
	left: 312px;
	top: 916px;
}
#Layer14 {
	position:absolute;
	left: 564px;
	top: 916px;
}
#Layer15 {
	position:absolute;
	left: 816px;
	top: 916px;
}
#Layer16 {
	position:absolute;
	left: 312px;
	top: 76px;
}
#Layer17 {
	position:absolute;
	left: 564px;
	top: 76px;
}
#Layer18 {
	position:absolute;
	left: 816px;
	top: 76px;
}
#Layer19 {
	position:absolute;
	left: 0px;
	top: 0px;
}
.Style1 {
	font-family: Garamond;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
	letter-spacing: 1px;
}

.Style2 {background-color: #FFFFFF; line-height: 12px;  }

.Style3 {background-color: #FFFFFF; line-height: 13px; letter-spacing: 1px; }

.Style4 {
	font-family: Garamond;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.Style5 {line-height: 12px; }

.Style6 {line-height: 14px; }

.Style7 {
	font-family: Garamond;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 48px;
	letter-spacing: 1px;
}
.Style8 {
	font-family: Garamond;
	font-weight: bold;
	font-size: 11px;
	background-color: #FFFFFF;
	line-height: 13px;
	letter-spacing: 1px;
	display: compact;
}
.Style9 {background-color: #FFFFFF; line-height: 12px; letter-spacing: 1px; }

.Style10 {line-height: 15px; }

.Style11 {line-height: 11px; }

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

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

a img { border: none; }

#menu {
	width: 270px;
	overflow: auto;
	top: 70px;
	bottom: 0px;
	left: 0px;
	position: fixed;
	height: 100%;
	padding-left: 30px;
	pause-after:inherit;
}

#menu ul {
	list-style: none;
	margin: 0px 0 14px 0;
	border:#FFFFFF;
	border-left-width:thin;
	font-size: 9px;
	font-family: Verdana, sans-serif;
	letter-spacing: 1px;
}

#menu ul li.section-title {
	font-family: Garamond;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	display: table-header-group;
	background-color:#FFFFFF;
	letter-spacing: 1px;
}



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

.container {
    padding: 5px 5px 25px 5px;
}

#content p {
	width: 800px;
	margin-bottom: 9px;
	margin-left: 0px;
}

p {
    margin: 0 0px 12px 0;
}

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

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

#once { clear: left; }                                                                                                                