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

body { color: black; font-size:  8.5pt; font-family: Verdana; line-height: 12.4pt; background-color: transparent; background-image: none; background-attachment: scroll; background-position: 0 0; padding-left: 15.5px; }

body.section-1 {  }
body.section-2 { font-family:  Verdana; font-weight:   bold; background: #fff; text-decoration: none; }
body.section-3 { font-family:  Verdana; font-weight:  normal; background: #fff; text-decoration: none; }

a:link { color: black; text-decoration: none; }
a:active { color: black }
a:visited { color: black; text-decoration: none; }
a:hover { color: white; background-color: #9cf; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 13px;
    bottom: 0;
	left: 15px;
    position: fixed;
    height: 100%;
	background-color: transparent;
}

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

#menu ul li.section-title { }

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

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

#content p { top: 0; width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { color: blue; font-size:  8.5pt; font-family: Verdana; font-weight: normal; font-style: normal; line-height: 12.4pt; background: transparent; }
h11 { color: blue; font-family: Verdana; font-style: normal; font-weight: normal; background: transparent; text-decoration: none; }
h2 { color: gray; font-size: 8.5pt; font-family: Verdana; font-weight: inherit; font-style: inherit; line-height: 12.4pt; background-position: inherit; }
h3 { color: black; font-size: 8.5pt; font-family: Verdana; font-style: inherit; font-weight: inherit; line-height: 12.4pt; background-position: inherit; text-decoration: blink; }
h4 { color: white; font-size: 8pt; font-weight: normal; text-decoration: none; background-color: #69f; text-align:  left; padding-left: 1.3mm; max-width: 574px; overflow: hidden; }
h5 { color: white; font-size: 8pt; font-weight: normal; text-decoration: none; background-color: #9cf; text-align:  left; padding-left: 1.3mm; max-width: 574px; overflow: hidden; }
h6 { font-size: inherit; font-weight: normal; font-style: normal; line-height: inherit; padding-top: 9px; padding-left: 0; }
h7 { color: #03f; font-size: 40px; font-family:  Helvetica; line-height: 41.8px; background-color: transparent; text-decoration: none; }
h8 { color: #36f; font-size: 40px; font-family: Helvetica; line-height: 41.8px; background-color: transparent; text-decoration: none; }
h9 { color: #69f; font-size: 40px; font-family: Helvetica; line-height: 41.8px; background-color: transparent; text-decoration: none;}
h10 { color: #9cf; font-size: 40px; font-family: Helvetica; line-height: 41.8px; background-color: transparent; text-decoration: none;}
h12 { color: black; font-size: 40px; font-family: Helvetica; line-height: 41.8px; text-decoration: none; background-color: transparent; }
#img-container	{ top: 0; margin: 0; padding: 0; }
#img-container p	{ top: 0; width: 400px; margin: 0; padding: 0 0 12px; }

#once { clear: left; }
